]>
Commit | Line | Data |
---|---|---|
1 | # This file is automatically @generated by Cargo. | |
2 | # It is not intended for manual editing. | |
3 | version = 3 | |
4 | ||
5 | [[package]] | |
6 | name = "bitflags" | |
7 | version = "2.5.0" | |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" | |
10 | ||
11 | [[package]] | |
12 | name = "bytes" | |
13 | version = "1.6.0" | |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
15 | checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" | |
16 | ||
17 | [[package]] | |
18 | name = "cfg-if" | |
19 | version = "1.0.0" | |
20 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
21 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
22 | ||
23 | [[package]] | |
24 | name = "cgi" | |
25 | version = "0.6.1-rc1" | |
26 | source = "git+https://github.com/chkno/rust-cgi.git?branch=issue18#8b5ef9e48f3073419952cff8f4e01baa9ef851e3" | |
27 | dependencies = [ | |
28 | "http", | |
29 | ] | |
30 | ||
31 | [[package]] | |
32 | name = "errno" | |
33 | version = "0.3.8" | |
34 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
35 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" | |
36 | dependencies = [ | |
37 | "libc", | |
38 | "windows-sys 0.52.0", | |
39 | ] | |
40 | ||
41 | [[package]] | |
42 | name = "fd-lock" | |
43 | version = "3.0.13" | |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
45 | checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" | |
46 | dependencies = [ | |
47 | "cfg-if", | |
48 | "rustix", | |
49 | "windows-sys 0.48.0", | |
50 | ] | |
51 | ||
52 | [[package]] | |
53 | name = "fnv" | |
54 | version = "1.0.7" | |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
56 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
57 | ||
58 | [[package]] | |
59 | name = "getrandom" | |
60 | version = "0.2.13" | |
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
62 | checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6" | |
63 | dependencies = [ | |
64 | "cfg-if", | |
65 | "libc", | |
66 | "wasi", | |
67 | ] | |
68 | ||
69 | [[package]] | |
70 | name = "http" | |
71 | version = "0.2.12" | |
72 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
73 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" | |
74 | dependencies = [ | |
75 | "bytes", | |
76 | "fnv", | |
77 | "itoa", | |
78 | ] | |
79 | ||
80 | [[package]] | |
81 | name = "itoa" | |
82 | version = "1.0.11" | |
83 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
84 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" | |
85 | ||
86 | [[package]] | |
87 | name = "libc" | |
88 | version = "0.2.153" | |
89 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
90 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" | |
91 | ||
92 | [[package]] | |
93 | name = "linux-raw-sys" | |
94 | version = "0.4.13" | |
95 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
96 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" | |
97 | ||
98 | [[package]] | |
99 | name = "ppv-lite86" | |
100 | version = "0.2.17" | |
101 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
102 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
103 | ||
104 | [[package]] | |
105 | name = "rand" | |
106 | version = "0.8.5" | |
107 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
108 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
109 | dependencies = [ | |
110 | "libc", | |
111 | "rand_chacha", | |
112 | "rand_core", | |
113 | ] | |
114 | ||
115 | [[package]] | |
116 | name = "rand_chacha" | |
117 | version = "0.3.1" | |
118 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
119 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
120 | dependencies = [ | |
121 | "ppv-lite86", | |
122 | "rand_core", | |
123 | ] | |
124 | ||
125 | [[package]] | |
126 | name = "rand_core" | |
127 | version = "0.6.4" | |
128 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
129 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
130 | dependencies = [ | |
131 | "getrandom", | |
132 | ] | |
133 | ||
134 | [[package]] | |
135 | name = "rustix" | |
136 | version = "0.38.32" | |
137 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
138 | checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" | |
139 | dependencies = [ | |
140 | "bitflags", | |
141 | "errno", | |
142 | "libc", | |
143 | "linux-raw-sys", | |
144 | "windows-sys 0.52.0", | |
145 | ] | |
146 | ||
147 | [[package]] | |
148 | name = "voter" | |
149 | version = "0.3.0" | |
150 | dependencies = [ | |
151 | "cgi", | |
152 | "fd-lock", | |
153 | "rand", | |
154 | ] | |
155 | ||
156 | [[package]] | |
157 | name = "wasi" | |
158 | version = "0.11.0+wasi-snapshot-preview1" | |
159 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
160 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
161 | ||
162 | [[package]] | |
163 | name = "windows-sys" | |
164 | version = "0.48.0" | |
165 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
166 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
167 | dependencies = [ | |
168 | "windows-targets 0.48.5", | |
169 | ] | |
170 | ||
171 | [[package]] | |
172 | name = "windows-sys" | |
173 | version = "0.52.0" | |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
175 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | |
176 | dependencies = [ | |
177 | "windows-targets 0.52.4", | |
178 | ] | |
179 | ||
180 | [[package]] | |
181 | name = "windows-targets" | |
182 | version = "0.48.5" | |
183 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
184 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
185 | dependencies = [ | |
186 | "windows_aarch64_gnullvm 0.48.5", | |
187 | "windows_aarch64_msvc 0.48.5", | |
188 | "windows_i686_gnu 0.48.5", | |
189 | "windows_i686_msvc 0.48.5", | |
190 | "windows_x86_64_gnu 0.48.5", | |
191 | "windows_x86_64_gnullvm 0.48.5", | |
192 | "windows_x86_64_msvc 0.48.5", | |
193 | ] | |
194 | ||
195 | [[package]] | |
196 | name = "windows-targets" | |
197 | version = "0.52.4" | |
198 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
199 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" | |
200 | dependencies = [ | |
201 | "windows_aarch64_gnullvm 0.52.4", | |
202 | "windows_aarch64_msvc 0.52.4", | |
203 | "windows_i686_gnu 0.52.4", | |
204 | "windows_i686_msvc 0.52.4", | |
205 | "windows_x86_64_gnu 0.52.4", | |
206 | "windows_x86_64_gnullvm 0.52.4", | |
207 | "windows_x86_64_msvc 0.52.4", | |
208 | ] | |
209 | ||
210 | [[package]] | |
211 | name = "windows_aarch64_gnullvm" | |
212 | version = "0.48.5" | |
213 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
214 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
215 | ||
216 | [[package]] | |
217 | name = "windows_aarch64_gnullvm" | |
218 | version = "0.52.4" | |
219 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
220 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" | |
221 | ||
222 | [[package]] | |
223 | name = "windows_aarch64_msvc" | |
224 | version = "0.48.5" | |
225 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
226 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
227 | ||
228 | [[package]] | |
229 | name = "windows_aarch64_msvc" | |
230 | version = "0.52.4" | |
231 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
232 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" | |
233 | ||
234 | [[package]] | |
235 | name = "windows_i686_gnu" | |
236 | version = "0.48.5" | |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
238 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
239 | ||
240 | [[package]] | |
241 | name = "windows_i686_gnu" | |
242 | version = "0.52.4" | |
243 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
244 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" | |
245 | ||
246 | [[package]] | |
247 | name = "windows_i686_msvc" | |
248 | version = "0.48.5" | |
249 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
250 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
251 | ||
252 | [[package]] | |
253 | name = "windows_i686_msvc" | |
254 | version = "0.52.4" | |
255 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
256 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" | |
257 | ||
258 | [[package]] | |
259 | name = "windows_x86_64_gnu" | |
260 | version = "0.48.5" | |
261 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
262 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
263 | ||
264 | [[package]] | |
265 | name = "windows_x86_64_gnu" | |
266 | version = "0.52.4" | |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
268 | checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" | |
269 | ||
270 | [[package]] | |
271 | name = "windows_x86_64_gnullvm" | |
272 | version = "0.48.5" | |
273 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
274 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
275 | ||
276 | [[package]] | |
277 | name = "windows_x86_64_gnullvm" | |
278 | version = "0.52.4" | |
279 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
280 | checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" | |
281 | ||
282 | [[package]] | |
283 | name = "windows_x86_64_msvc" | |
284 | version = "0.48.5" | |
285 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
286 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
287 | ||
288 | [[package]] | |
289 | name = "windows_x86_64_msvc" | |
290 | version = "0.52.4" | |
291 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
292 | checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" |