]> git.scottworley.com Git - voter/blame - Cargo.lock
Record votes
[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
76[[package]]
77name = "http"
78version = "0.2.8"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
81dependencies = [
82 "bytes",
83 "fnv",
84 "itoa",
85]
86
fbcdf3ed
SW
87[[package]]
88name = "io-lifetimes"
89version = "1.0.1"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
92dependencies = [
93 "libc",
94 "windows-sys",
95]
96
d1df2e73
SW
97[[package]]
98name = "itoa"
99version = "1.0.4"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
102
fbcdf3ed
SW
103[[package]]
104name = "libc"
105version = "0.2.137"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
108
109[[package]]
110name = "linux-raw-sys"
111version = "0.1.2"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"
114
115[[package]]
116name = "rustix"
117version = "0.36.2"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"
120dependencies = [
121 "bitflags",
122 "errno",
123 "io-lifetimes",
124 "libc",
125 "linux-raw-sys",
126 "windows-sys",
127]
128
d1df2e73
SW
129[[package]]
130name = "voter"
131version = "0.1.0"
132dependencies = [
133 "cgi",
fbcdf3ed
SW
134 "fd-lock",
135]
136
137[[package]]
138name = "winapi"
139version = "0.3.9"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
142dependencies = [
143 "winapi-i686-pc-windows-gnu",
144 "winapi-x86_64-pc-windows-gnu",
145]
146
147[[package]]
148name = "winapi-i686-pc-windows-gnu"
149version = "0.4.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
152
153[[package]]
154name = "winapi-x86_64-pc-windows-gnu"
155version = "0.4.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
158
159[[package]]
160name = "windows-sys"
161version = "0.42.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
164dependencies = [
165 "windows_aarch64_gnullvm",
166 "windows_aarch64_msvc",
167 "windows_i686_gnu",
168 "windows_i686_msvc",
169 "windows_x86_64_gnu",
170 "windows_x86_64_gnullvm",
171 "windows_x86_64_msvc",
d1df2e73 172]
fbcdf3ed
SW
173
174[[package]]
175name = "windows_aarch64_gnullvm"
176version = "0.42.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
179
180[[package]]
181name = "windows_aarch64_msvc"
182version = "0.42.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
185
186[[package]]
187name = "windows_i686_gnu"
188version = "0.42.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
191
192[[package]]
193name = "windows_i686_msvc"
194version = "0.42.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
197
198[[package]]
199name = "windows_x86_64_gnu"
200version = "0.42.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
203
204[[package]]
205name = "windows_x86_64_gnullvm"
206version = "0.42.0"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
209
210[[package]]
211name = "windows_x86_64_msvc"
212version = "0.42.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"