aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
blob: 717add222fc3f3540f2d004ca27e115bc901a557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[[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 = "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.22 (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",
]

[metadata]
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"