1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "arrayvec"
7version = "0.7.6"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
10
11[[package]]
12name = "autocfg"
13version = "1.3.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
16
17[[package]]
18name = "bit-set"
19version = "0.5.3"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
22dependencies = [
23 "bit-vec",
24]
25
26[[package]]
27name = "bit-vec"
28version = "0.6.3"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
31
32[[package]]
33name = "bitflags"
34version = "2.6.0"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
37
38[[package]]
39name = "byteorder"
40version = "1.5.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
43
44[[package]]
45name = "cfg-if"
46version = "1.0.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
49
50[[package]]
51name = "errno"
52version = "0.3.9"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
55dependencies = [
56 "libc",
57 "windows-sys 0.52.0",
58]
59
60[[package]]
61name = "etherparse"
62version = "0.16.0"
63dependencies = [
64 "arrayvec",
65 "proptest",
66]
67
68[[package]]
69name = "fastrand"
70version = "2.1.1"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
73
74[[package]]
75name = "fnv"
76version = "1.0.7"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
79
80[[package]]
81name = "getrandom"
82version = "0.2.15"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
85dependencies = [
86 "cfg-if",
87 "libc",
88 "wasi",
89]
90
91[[package]]
92name = "lazy_static"
93version = "1.5.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
96
97[[package]]
98name = "libc"
99version = "0.2.158"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
102
103[[package]]
104name = "libm"
105version = "0.2.8"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
108
109[[package]]
110name = "linux-raw-sys"
111version = "0.4.14"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
114
115[[package]]
116name = "num-traits"
117version = "0.2.19"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
120dependencies = [
121 "autocfg",
122 "libm",
123]
124
125[[package]]
126name = "once_cell"
127version = "1.19.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
130
131[[package]]
132name = "ppv-lite86"
133version = "0.2.20"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
136dependencies = [
137 "zerocopy",
138]
139
140[[package]]
141name = "proc-macro2"
142version = "1.0.86"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
145dependencies = [
146 "unicode-ident",
147]
148
149[[package]]
150name = "proptest"
151version = "1.5.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
154dependencies = [
155 "bit-set",
156 "bit-vec",
157 "bitflags",
158 "lazy_static",
159 "num-traits",
160 "rand",
161 "rand_chacha",
162 "rand_xorshift",
163 "regex-syntax",
164 "rusty-fork",
165 "tempfile",
166 "unarray",
167]
168
169[[package]]
170name = "quick-error"
171version = "1.2.3"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
174
175[[package]]
176name = "quote"
177version = "1.0.37"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
180dependencies = [
181 "proc-macro2",
182]
183
184[[package]]
185name = "rand"
186version = "0.8.5"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
189dependencies = [
190 "libc",
191 "rand_chacha",
192 "rand_core",
193]
194
195[[package]]
196name = "rand_chacha"
197version = "0.3.1"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
200dependencies = [
201 "ppv-lite86",
202 "rand_core",
203]
204
205[[package]]
206name = "rand_core"
207version = "0.6.4"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
210dependencies = [
211 "getrandom",
212]
213
214[[package]]
215name = "rand_xorshift"
216version = "0.3.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
219dependencies = [
220 "rand_core",
221]
222
223[[package]]
224name = "regex-syntax"
225version = "0.8.4"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
228
229[[package]]
230name = "rustix"
231version = "0.38.37"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
234dependencies = [
235 "bitflags",
236 "errno",
237 "libc",
238 "linux-raw-sys",
239 "windows-sys 0.52.0",
240]
241
242[[package]]
243name = "rusty-fork"
244version = "0.3.0"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
247dependencies = [
248 "fnv",
249 "quick-error",
250 "tempfile",
251 "wait-timeout",
252]
253
254[[package]]
255name = "syn"
256version = "2.0.77"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
259dependencies = [
260 "proc-macro2",
261 "quote",
262 "unicode-ident",
263]
264
265[[package]]
266name = "tempfile"
267version = "3.12.0"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
270dependencies = [
271 "cfg-if",
272 "fastrand",
273 "once_cell",
274 "rustix",
275 "windows-sys 0.59.0",
276]
277
278[[package]]
279name = "unarray"
280version = "0.1.4"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
283
284[[package]]
285name = "unicode-ident"
286version = "1.0.13"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
289
290[[package]]
291name = "wait-timeout"
292version = "0.2.0"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
295dependencies = [
296 "libc",
297]
298
299[[package]]
300name = "wasi"
301version = "0.11.0+wasi-snapshot-preview1"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
304
305[[package]]
306name = "windows-sys"
307version = "0.52.0"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
310dependencies = [
311 "windows-targets",
312]
313
314[[package]]
315name = "windows-sys"
316version = "0.59.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
319dependencies = [
320 "windows-targets",
321]
322
323[[package]]
324name = "windows-targets"
325version = "0.52.6"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
328dependencies = [
329 "windows_aarch64_gnullvm",
330 "windows_aarch64_msvc",
331 "windows_i686_gnu",
332 "windows_i686_gnullvm",
333 "windows_i686_msvc",
334 "windows_x86_64_gnu",
335 "windows_x86_64_gnullvm",
336 "windows_x86_64_msvc",
337]
338
339[[package]]
340name = "windows_aarch64_gnullvm"
341version = "0.52.6"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
344
345[[package]]
346name = "windows_aarch64_msvc"
347version = "0.52.6"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
350
351[[package]]
352name = "windows_i686_gnu"
353version = "0.52.6"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
356
357[[package]]
358name = "windows_i686_gnullvm"
359version = "0.52.6"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
362
363[[package]]
364name = "windows_i686_msvc"
365version = "0.52.6"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
368
369[[package]]
370name = "windows_x86_64_gnu"
371version = "0.52.6"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
374
375[[package]]
376name = "windows_x86_64_gnullvm"
377version = "0.52.6"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
380
381[[package]]
382name = "windows_x86_64_msvc"
383version = "0.52.6"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
386
387[[package]]
388name = "zerocopy"
389version = "0.7.35"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
392dependencies = [
393 "byteorder",
394 "zerocopy-derive",
395]
396
397[[package]]
398name = "zerocopy-derive"
399version = "0.7.35"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
402dependencies = [
403 "proc-macro2",
404 "quote",
405 "syn",
406]
407