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