2018-04-21 03:01:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crypto"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"external 0.0.1",
|
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 21:31:29 +02:00
|
|
|
"rand 0.5.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 21:33:20 +02:00
|
|
|
"rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-21 03:01:04 +02:00
|
|
|
"smartlist 0.0.1",
|
2018-05-15 04:02:02 +02:00
|
|
|
"tor_allocate 0.0.1",
|
|
|
|
"tor_log 0.1.0",
|
2018-04-21 03:01:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-27 21:48:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "external"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-03-14 22:25:52 +01:00
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-21 03:01:04 +02:00
|
|
|
"smartlist 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 21:48:07 +02:00
|
|
|
]
|
|
|
|
|
2017-04-29 09:15:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-03-14 22:25:52 +01:00
|
|
|
version = "0.2.39"
|
2017-04-29 09:15:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-27 21:48:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "protover"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"external 0.0.1",
|
2018-03-14 22:25:52 +01:00
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 21:48:07 +02:00
|
|
|
"smartlist 0.0.1",
|
2017-10-11 21:21:20 +02:00
|
|
|
"tor_allocate 0.0.1",
|
2017-11-28 04:59:54 +01:00
|
|
|
"tor_log 0.1.0",
|
2017-09-27 21:48:07 +02:00
|
|
|
"tor_util 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-04-18 22:17:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-05-15 21:31:29 +02:00
|
|
|
version = "0.5.0-pre.2"
|
2018-05-04 22:41:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-04-18 22:17:53 +02:00
|
|
|
dependencies = [
|
2018-05-15 21:31:29 +02:00
|
|
|
"rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 22:17:53 +02:00
|
|
|
]
|
|
|
|
|
2018-05-15 21:31:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.2.0-pre.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-27 21:48:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smartlist"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-03-14 22:25:52 +01:00
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 21:48:07 +02:00
|
|
|
]
|
|
|
|
|
2017-10-11 21:21:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tor_allocate"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-03-14 22:25:52 +01:00
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-11 21:21:20 +02:00
|
|
|
]
|
|
|
|
|
2017-11-28 04:59:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tor_log"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-03-21 22:14:15 +01:00
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-28 04:59:54 +01:00
|
|
|
"tor_allocate 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-10-12 23:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tor_rust"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"protover 0.0.1",
|
|
|
|
"tor_util 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-14 22:25:52 +01:00
|
|
|
[[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",
|
2018-03-21 22:14:15 +01:00
|
|
|
"tor_log 0.1.0",
|
2018-03-14 22:25:52 +01:00
|
|
|
]
|
|
|
|
|
2018-04-21 03:01:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 09:15:14 +02:00
|
|
|
[metadata]
|
2018-04-21 03:01:04 +02:00
|
|
|
"checksum digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "00a49051fef47a72c9623101b19bd71924a45cca838826caae3eaa4d00772603"
|
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
2018-03-14 22:25:52 +01:00
|
|
|
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|
2018-05-15 21:31:29 +02:00
|
|
|
"checksum rand 0.5.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3795e4701d9628a63a84d0289e66279883b40df165fca7caed7b87122447032a"
|
|
|
|
"checksum rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7255ffbdb188d5be1a69b6f9f3cf187de4207430b9e79ed5b76458a6b20de9a"
|
2018-04-21 03:01:04 +02:00
|
|
|
"checksum typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a99dc6780ef33c78780b826cf9d2a78840b72cae9474de4bcaf9051e60ebbd"
|