version: Bump version to 0.4.6.11
[tor.git] / src / rust / Cargo.lock
blobe2f24b0af73250a704e75c99ad1d3c0e4368c8a0
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "crypto"
5 version = "0.0.1"
6 dependencies = [
7  "digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
8  "external 0.0.1",
9  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
10  "rand 0.5.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)",
11  "rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)",
12  "smartlist 0.0.1",
13  "tor_allocate 0.0.1",
14  "tor_log 0.1.0",
17 [[package]]
18 name = "digest"
19 version = "0.7.2"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 dependencies = [
22  "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
25 [[package]]
26 name = "external"
27 version = "0.0.1"
28 dependencies = [
29  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
30  "smartlist 0.0.1",
31  "tor_allocate 0.0.1",
34 [[package]]
35 name = "generic-array"
36 version = "0.9.0"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 dependencies = [
39  "typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
42 [[package]]
43 name = "libc"
44 version = "0.2.39"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
47 [[package]]
48 name = "protover"
49 version = "0.0.1"
50 dependencies = [
51  "external 0.0.1",
52  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
53  "smartlist 0.0.1",
54  "tor_allocate 0.0.1",
55  "tor_log 0.1.0",
56  "tor_util 0.0.1",
59 [[package]]
60 name = "rand"
61 version = "0.5.0-pre.2"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 dependencies = [
64  "rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)",
67 [[package]]
68 name = "rand_core"
69 version = "0.2.0-pre.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
72 [[package]]
73 name = "smartlist"
74 version = "0.0.1"
75 dependencies = [
76  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
79 [[package]]
80 name = "tor_allocate"
81 version = "0.0.1"
82 dependencies = [
83  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
86 [[package]]
87 name = "tor_log"
88 version = "0.1.0"
89 dependencies = [
90  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
91  "tor_allocate 0.0.1",
94 [[package]]
95 name = "tor_rust"
96 version = "0.1.0"
97 dependencies = [
98  "protover 0.0.1",
99  "tor_util 0.0.1",
102 [[package]]
103 name = "tor_util"
104 version = "0.0.1"
105 dependencies = [
106  "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
107  "tor_allocate 0.0.1",
108  "tor_log 0.1.0",
111 [[package]]
112 name = "typenum"
113 version = "1.9.0"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
116 [metadata]
117 "checksum digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "00a49051fef47a72c9623101b19bd71924a45cca838826caae3eaa4d00772603"
118 "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
119 "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
120 "checksum rand 0.5.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3795e4701d9628a63a84d0289e66279883b40df165fca7caed7b87122447032a"
121 "checksum rand_core 0.2.0-pre.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7255ffbdb188d5be1a69b6f9f3cf187de4207430b9e79ed5b76458a6b20de9a"
122 "checksum typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a99dc6780ef33c78780b826cf9d2a78840b72cae9474de4bcaf9051e60ebbd"