89 lines
2.3 KiB
Plaintext
89 lines
2.3 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cassowary"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.93"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
|
||
|
|
||
|
[[package]]
|
||
|
name = "numtoa"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_syscall"
|
||
|
version = "0.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_termios"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
||
|
dependencies = [
|
||
|
"redox_syscall",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rpn_rs"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"termion",
|
||
|
"tui",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "termion"
|
||
|
version = "1.5.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"numtoa",
|
||
|
"redox_syscall",
|
||
|
"redox_termios",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tui"
|
||
|
version = "0.14.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"cassowary",
|
||
|
"termion",
|
||
|
"unicode-segmentation",
|
||
|
"unicode-width",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-segmentation"
|
||
|
version = "1.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-width"
|
||
|
version = "0.1.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|