]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.lock
Replace deprecated `collections::Bound`
[rust.git] / test-cargo-miri / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "byteorder"
5 version = "1.3.4"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
8
9 [[package]]
10 name = "cargo-miri-test"
11 version = "0.1.0"
12 dependencies = [
13  "byteorder",
14  "cdylib",
15  "issue_1567",
16  "issue_1691",
17  "issue_1705",
18  "rand",
19  "serde_derive",
20 ]
21
22 [[package]]
23 name = "cdylib"
24 version = "0.1.0"
25 dependencies = [
26  "byteorder",
27 ]
28
29 [[package]]
30 name = "cfg-if"
31 version = "0.1.10"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
34
35 [[package]]
36 name = "getrandom"
37 version = "0.1.15"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
40 dependencies = [
41  "cfg-if",
42  "libc",
43  "wasi",
44 ]
45
46 [[package]]
47 name = "hermit-abi"
48 version = "0.1.17"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
50 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
51 dependencies = [
52  "libc",
53 ]
54
55 [[package]]
56 name = "issue_1567"
57 version = "0.1.0"
58 dependencies = [
59  "byteorder",
60 ]
61
62 [[package]]
63 name = "issue_1691"
64 version = "0.1.0"
65
66 [[package]]
67 name = "issue_1705"
68 version = "0.1.0"
69 dependencies = [
70  "byteorder",
71 ]
72
73 [[package]]
74 name = "libc"
75 version = "0.2.81"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
78
79 [[package]]
80 name = "num_cpus"
81 version = "1.13.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
84 dependencies = [
85  "hermit-abi",
86  "libc",
87 ]
88
89 [[package]]
90 name = "ppv-lite86"
91 version = "0.2.10"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
94
95 [[package]]
96 name = "proc-macro2"
97 version = "1.0.24"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
100 dependencies = [
101  "unicode-xid",
102 ]
103
104 [[package]]
105 name = "quote"
106 version = "1.0.8"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
109 dependencies = [
110  "proc-macro2",
111 ]
112
113 [[package]]
114 name = "rand"
115 version = "0.7.3"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
118 dependencies = [
119  "getrandom",
120  "libc",
121  "rand_chacha",
122  "rand_core",
123  "rand_hc",
124  "rand_pcg",
125 ]
126
127 [[package]]
128 name = "rand_chacha"
129 version = "0.2.2"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
132 dependencies = [
133  "ppv-lite86",
134  "rand_core",
135 ]
136
137 [[package]]
138 name = "rand_core"
139 version = "0.5.1"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
142 dependencies = [
143  "getrandom",
144 ]
145
146 [[package]]
147 name = "rand_hc"
148 version = "0.2.0"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
151 dependencies = [
152  "rand_core",
153 ]
154
155 [[package]]
156 name = "rand_pcg"
157 version = "0.2.1"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
160 dependencies = [
161  "rand_core",
162 ]
163
164 [[package]]
165 name = "serde_derive"
166 version = "1.0.118"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
169 dependencies = [
170  "proc-macro2",
171  "quote",
172  "syn",
173 ]
174
175 [[package]]
176 name = "subcrate"
177 version = "0.1.0"
178 dependencies = [
179  "num_cpus",
180 ]
181
182 [[package]]
183 name = "syn"
184 version = "1.0.55"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
187 dependencies = [
188  "proc-macro2",
189  "quote",
190  "unicode-xid",
191 ]
192
193 [[package]]
194 name = "unicode-xid"
195 version = "0.2.1"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
198
199 [[package]]
200 name = "wasi"
201 version = "0.9.0+wasi-snapshot-preview1"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"