1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "autocfg"
7version = "1.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
10
11[[package]]
12name = "bit-set"
13version = "0.5.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
16dependencies = [
17 "bit-vec",
18]
19
20[[package]]
21name = "bit-vec"
22version = "0.6.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
25
26[[package]]
27name = "bitflags"
28version = "1.3.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
31
32[[package]]
33name = "byteorder"
34version = "1.4.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
37
38[[package]]
39name = "cfg-if"
40version = "1.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
43
44[[package]]
45name = "doc-comment"
46version = "0.3.3"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
49
50[[package]]
51name = "fnv"
52version = "1.0.7"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
55
56[[package]]
57name = "getrandom"
58version = "0.2.3"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
61dependencies = [
62 "cfg-if",
63 "libc",
64 "wasi",
65]
66
67[[package]]
68name = "lazy_static"
69version = "1.4.0"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
72
73[[package]]
74name = "libc"
75version = "0.2.106"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
78
79[[package]]
80name = "memchr"
81version = "2.4.1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
84
85[[package]]
86name = "minimal-lexical"
87version = "0.2.1"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
90
91[[package]]
92name = "nom"
93version = "7.1.3"
94dependencies = [
95 "doc-comment",
96 "memchr",
97 "minimal-lexical",
98 "proptest",
99]
100
101[[package]]
102name = "num-traits"
103version = "0.2.14"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
106dependencies = [
107 "autocfg",
108]
109
110[[package]]
111name = "ppv-lite86"
112version = "0.2.15"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
115
116[[package]]
117name = "proptest"
118version = "1.0.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
121dependencies = [
122 "bit-set",
123 "bitflags",
124 "byteorder",
125 "lazy_static",
126 "num-traits",
127 "quick-error 2.0.1",
128 "rand",
129 "rand_chacha",
130 "rand_xorshift",
131 "regex-syntax",
132 "rusty-fork",
133 "tempfile",
134]
135
136[[package]]
137name = "quick-error"
138version = "1.2.3"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
141
142[[package]]
143name = "quick-error"
144version = "2.0.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
147
148[[package]]
149name = "rand"
150version = "0.8.4"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
153dependencies = [
154 "libc",
155 "rand_chacha",
156 "rand_core",
157 "rand_hc",
158]
159
160[[package]]
161name = "rand_chacha"
162version = "0.3.1"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
165dependencies = [
166 "ppv-lite86",
167 "rand_core",
168]
169
170[[package]]
171name = "rand_core"
172version = "0.6.3"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
175dependencies = [
176 "getrandom",
177]
178
179[[package]]
180name = "rand_hc"
181version = "0.3.1"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
184dependencies = [
185 "rand_core",
186]
187
188[[package]]
189name = "rand_xorshift"
190version = "0.3.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
193dependencies = [
194 "rand_core",
195]
196
197[[package]]
198name = "redox_syscall"
199version = "0.2.10"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
202dependencies = [
203 "bitflags",
204]
205
206[[package]]
207name = "regex-syntax"
208version = "0.6.25"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
211
212[[package]]
213name = "remove_dir_all"
214version = "0.5.3"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
217dependencies = [
218 "winapi",
219]
220
221[[package]]
222name = "rusty-fork"
223version = "0.3.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
226dependencies = [
227 "fnv",
228 "quick-error 1.2.3",
229 "tempfile",
230 "wait-timeout",
231]
232
233[[package]]
234name = "tempfile"
235version = "3.2.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
238dependencies = [
239 "cfg-if",
240 "libc",
241 "rand",
242 "redox_syscall",
243 "remove_dir_all",
244 "winapi",
245]
246
247[[package]]
248name = "wait-timeout"
249version = "0.2.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
252dependencies = [
253 "libc",
254]
255
256[[package]]
257name = "wasi"
258version = "0.10.2+wasi-snapshot-preview1"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
261
262[[package]]
263name = "winapi"
264version = "0.3.9"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
267dependencies = [
268 "winapi-i686-pc-windows-gnu",
269 "winapi-x86_64-pc-windows-gnu",
270]
271
272[[package]]
273name = "winapi-i686-pc-windows-gnu"
274version = "0.4.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
277
278[[package]]
279name = "winapi-x86_64-pc-windows-gnu"
280version = "0.4.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
283