1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "byteorder"
7version = "1.5.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
10
11[[package]]
12name = "cfg-if"
13version = "1.0.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
16
17[[package]]
18name = "env_logger"
19version = "0.9.3"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
22dependencies = [
23 "log",
24]
25
26[[package]]
27name = "getrandom"
28version = "0.2.15"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
31dependencies = [
32 "cfg-if",
33 "libc",
34 "wasi",
35]
36
37[[package]]
38name = "libc"
39version = "0.2.167"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
42
43[[package]]
44name = "log"
45version = "0.4.22"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
48
49[[package]]
50name = "mio"
51version = "1.0.3"
52dependencies = [
53 "env_logger",
54 "libc",
55 "log",
56 "rand",
57 "wasi",
58 "windows-sys",
59]
60
61[[package]]
62name = "ppv-lite86"
63version = "0.2.20"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
66dependencies = [
67 "zerocopy",
68]
69
70[[package]]
71name = "proc-macro2"
72version = "1.0.86"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
75dependencies = [
76 "unicode-ident",
77]
78
79[[package]]
80name = "quote"
81version = "1.0.36"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
84dependencies = [
85 "proc-macro2",
86]
87
88[[package]]
89name = "rand"
90version = "0.8.5"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
93dependencies = [
94 "libc",
95 "rand_chacha",
96 "rand_core",
97]
98
99[[package]]
100name = "rand_chacha"
101version = "0.3.1"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
104dependencies = [
105 "ppv-lite86",
106 "rand_core",
107]
108
109[[package]]
110name = "rand_core"
111version = "0.6.4"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
114dependencies = [
115 "getrandom",
116]
117
118[[package]]
119name = "syn"
120version = "2.0.74"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
123dependencies = [
124 "proc-macro2",
125 "quote",
126 "unicode-ident",
127]
128
129[[package]]
130name = "unicode-ident"
131version = "1.0.12"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
134
135[[package]]
136name = "wasi"
137version = "0.11.0+wasi-snapshot-preview1"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
140
141[[package]]
142name = "windows-sys"
143version = "0.52.0"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
146dependencies = [
147 "windows-targets",
148]
149
150[[package]]
151name = "windows-targets"
152version = "0.52.6"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
155dependencies = [
156 "windows_aarch64_gnullvm",
157 "windows_aarch64_msvc",
158 "windows_i686_gnu",
159 "windows_i686_gnullvm",
160 "windows_i686_msvc",
161 "windows_x86_64_gnu",
162 "windows_x86_64_gnullvm",
163 "windows_x86_64_msvc",
164]
165
166[[package]]
167name = "windows_aarch64_gnullvm"
168version = "0.52.6"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
171
172[[package]]
173name = "windows_aarch64_msvc"
174version = "0.52.6"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
177
178[[package]]
179name = "windows_i686_gnu"
180version = "0.52.6"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
183
184[[package]]
185name = "windows_i686_gnullvm"
186version = "0.52.6"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
189
190[[package]]
191name = "windows_i686_msvc"
192version = "0.52.6"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
195
196[[package]]
197name = "windows_x86_64_gnu"
198version = "0.52.6"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
201
202[[package]]
203name = "windows_x86_64_gnullvm"
204version = "0.52.6"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
207
208[[package]]
209name = "windows_x86_64_msvc"
210version = "0.52.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
213
214[[package]]
215name = "zerocopy"
216version = "0.7.35"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
219dependencies = [
220 "byteorder",
221 "zerocopy-derive",
222]
223
224[[package]]
225name = "zerocopy-derive"
226version = "0.7.35"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
229dependencies = [
230 "proc-macro2",
231 "quote",
232 "syn",
233]
234