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