]> git.scottworley.com Git - voter/blob - Cargo.lock
Cookies don't need to be so big
[voter] / Cargo.lock
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 = "1.3.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
10
11 [[package]]
12 name = "bytes"
13 version = "1.2.1"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
16
17 [[package]]
18 name = "cc"
19 version = "1.0.76"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
22
23 [[package]]
24 name = "cfg-if"
25 version = "1.0.0"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
28
29 [[package]]
30 name = "cgi"
31 version = "0.6.0"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "a71d44b66aa4d9229907c0126271215210037fc179437a2e92746ba6bc6e0a00"
34 dependencies = [
35 "http",
36 ]
37
38 [[package]]
39 name = "errno"
40 version = "0.2.8"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
43 dependencies = [
44 "errno-dragonfly",
45 "libc",
46 "winapi",
47 ]
48
49 [[package]]
50 name = "errno-dragonfly"
51 version = "0.1.2"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
54 dependencies = [
55 "cc",
56 "libc",
57 ]
58
59 [[package]]
60 name = "fd-lock"
61 version = "3.0.8"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
64 dependencies = [
65 "cfg-if",
66 "rustix",
67 "windows-sys",
68 ]
69
70 [[package]]
71 name = "fnv"
72 version = "1.0.7"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
75
76 [[package]]
77 name = "getrandom"
78 version = "0.2.8"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
81 dependencies = [
82 "cfg-if",
83 "libc",
84 "wasi",
85 ]
86
87 [[package]]
88 name = "http"
89 version = "0.2.8"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
92 dependencies = [
93 "bytes",
94 "fnv",
95 "itoa",
96 ]
97
98 [[package]]
99 name = "io-lifetimes"
100 version = "1.0.1"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
103 dependencies = [
104 "libc",
105 "windows-sys",
106 ]
107
108 [[package]]
109 name = "itoa"
110 version = "1.0.4"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
113
114 [[package]]
115 name = "libc"
116 version = "0.2.137"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
119
120 [[package]]
121 name = "linux-raw-sys"
122 version = "0.1.2"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"
125
126 [[package]]
127 name = "ppv-lite86"
128 version = "0.2.17"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
131
132 [[package]]
133 name = "rand"
134 version = "0.8.5"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
137 dependencies = [
138 "libc",
139 "rand_chacha",
140 "rand_core",
141 ]
142
143 [[package]]
144 name = "rand_chacha"
145 version = "0.3.1"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
148 dependencies = [
149 "ppv-lite86",
150 "rand_core",
151 ]
152
153 [[package]]
154 name = "rand_core"
155 version = "0.6.4"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
158 dependencies = [
159 "getrandom",
160 ]
161
162 [[package]]
163 name = "rustix"
164 version = "0.36.2"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"
167 dependencies = [
168 "bitflags",
169 "errno",
170 "io-lifetimes",
171 "libc",
172 "linux-raw-sys",
173 "windows-sys",
174 ]
175
176 [[package]]
177 name = "voter"
178 version = "0.1.0"
179 dependencies = [
180 "cgi",
181 "fd-lock",
182 "rand",
183 ]
184
185 [[package]]
186 name = "wasi"
187 version = "0.11.0+wasi-snapshot-preview1"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
190
191 [[package]]
192 name = "winapi"
193 version = "0.3.9"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
196 dependencies = [
197 "winapi-i686-pc-windows-gnu",
198 "winapi-x86_64-pc-windows-gnu",
199 ]
200
201 [[package]]
202 name = "winapi-i686-pc-windows-gnu"
203 version = "0.4.0"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
206
207 [[package]]
208 name = "winapi-x86_64-pc-windows-gnu"
209 version = "0.4.0"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
212
213 [[package]]
214 name = "windows-sys"
215 version = "0.42.0"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
218 dependencies = [
219 "windows_aarch64_gnullvm",
220 "windows_aarch64_msvc",
221 "windows_i686_gnu",
222 "windows_i686_msvc",
223 "windows_x86_64_gnu",
224 "windows_x86_64_gnullvm",
225 "windows_x86_64_msvc",
226 ]
227
228 [[package]]
229 name = "windows_aarch64_gnullvm"
230 version = "0.42.0"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
233
234 [[package]]
235 name = "windows_aarch64_msvc"
236 version = "0.42.0"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
239
240 [[package]]
241 name = "windows_i686_gnu"
242 version = "0.42.0"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
245
246 [[package]]
247 name = "windows_i686_msvc"
248 version = "0.42.0"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
251
252 [[package]]
253 name = "windows_x86_64_gnu"
254 version = "0.42.0"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
257
258 [[package]]
259 name = "windows_x86_64_gnullvm"
260 version = "0.42.0"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
263
264 [[package]]
265 name = "windows_x86_64_msvc"
266 version = "0.42.0"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"