aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
blob: e2f24b0af73250a704e75c99ad1d3c0e4368c8a0 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[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)",
 "rand 0.5.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "smartlist 0.0.1",
 "tor_allocate 0.0.1",
 "tor_log 0.1.0",
]

[[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)",
]

[[package]]
name = "external"
version = "0.0.1"
dependencies = [
 "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
 "smartlist 0.0.1",
 "tor_allocate 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)",
]

[[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.5.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand_core"
version = "0.2.0-pre.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",
]

[[package]]
name = "typenum"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[metadata]
"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"
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
"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"
"checksum typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a99dc6780ef33c78780b826cf9d2a78840b72cae9474de4bcaf9051e60ebbd"