2a04c0a3f2
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
67 lines
1.7 KiB
TOML
67 lines
1.7 KiB
TOML
[root]
|
|
name = "names-cli"
|
|
version = "0.10.0"
|
|
dependencies = [
|
|
"clap 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"names 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strsim 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "names"
|
|
version = "0.10.0"
|
|
dependencies = [
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|