mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
b5013e841c
Once we need a PRNG, we'll likely want to change the dev-dependency on the rand crate to be a real dependency, and use rand::SmallRng as our PRNG.
96 lines
2.1 KiB
TOML
96 lines
2.1 KiB
TOML
[[package]]
|
|
name = "external"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "protover"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"external 0.0.1",
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smartlist 0.0.1",
|
|
"tor_allocate 0.0.1",
|
|
"tor_log 0.1.0",
|
|
"tor_util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"external 0.0.1",
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.5.0-pre.0",
|
|
"rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tor_allocate 0.0.1",
|
|
"tor_log 0.1.0",
|
|
"tor_util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.5.0-pre.0"
|
|
dependencies = [
|
|
"rand_core 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "smartlist"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tor_allocate"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tor_log"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tor_allocate 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tor_rust"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"protover 0.0.1",
|
|
"tor_util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tor_util"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tor_allocate 0.0.1",
|
|
"tor_log 0.1.0",
|
|
]
|
|
|
|
[metadata]
|
|
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|
|
"checksum rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0224284424a4b818387b58d59336c288f99b48f69681aa60cc681fe038bbca5d"
|