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