68 lines
2.4 KiB
TOML
68 lines
2.4 KiB
TOML
[root]
|
|
name = "userutils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)",
|
|
"rand 0.3.14 (git+https://github.com/redox-os/rand.git)",
|
|
"syscall 0.1.0",
|
|
"termion 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "argon2rs"
|
|
version = "0.2.5"
|
|
source = "git+https://github.com/redox-os/argon2rs.git#b0fff3d712673a85a71bd552a1aeffa6de22a20c"
|
|
dependencies = [
|
|
"blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2-rfc"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"constant_time_eq 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.17"
|
|
source = "git+https://github.com/redox-os/liblibc.git?branch=new_kernel#e1481692c25d9be513f2f8bf8c77cce2573a6e9f"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
replace = "libc 0.2.17 (git+https://github.com/redox-os/liblibc.git?branch=new_kernel)"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.14"
|
|
source = "git+https://github.com/redox-os/rand.git#ef2e59549dc2f78f9942ee978b2a31ca06e413b9"
|
|
|
|
[[package]]
|
|
name = "syscall"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "termion"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[metadata]
|
|
"checksum argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)" = "<none>"
|
|
"checksum blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0c6a476f32fef3402f1161f89d0d39822809627754a126f8441ff2a9d45e2d59"
|
|
"checksum constant_time_eq 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "07dcb7959f0f6f1cf662f9a7ff389bcb919924d99ac41cf31f10d611d8721323"
|
|
"checksum libc 0.2.17 (git+https://github.com/redox-os/liblibc.git?branch=new_kernel)" = "<none>"
|
|
"checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8"
|
|
"checksum rand 0.3.14 (git+https://github.com/redox-os/rand.git)" = "<none>"
|
|
"checksum termion 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce9884af069456867e19fd5648b8908d5c9378f586b2659aaa6f3a4088fdb867"
|