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)",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2017-04-29 09:15:14 +02:00
|
|
|
[metadata]
|
2018-03-14 22:25:52 +01:00
|
|
|
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|