]> git.scottworley.com Git - gumdrone/blob - Cargo.lock
Release 0.1.1
[gumdrone] / 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 = "2.8.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
10
11 [[package]]
12 name = "bytes"
13 version = "1.10.0"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
16
17 [[package]]
18 name = "cfg-if"
19 version = "1.0.0"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
23 [[package]]
24 name = "cgi"
25 version = "0.6.1-rc1"
26 source = "git+https://github.com/chkno/rust-cgi.git?branch=issue18#8b5ef9e48f3073419952cff8f4e01baa9ef851e3"
27 dependencies = [
28 "http",
29 ]
30
31 [[package]]
32 name = "errno"
33 version = "0.3.10"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
36 dependencies = [
37 "libc",
38 "windows-sys 0.59.0",
39 ]
40
41 [[package]]
42 name = "fd-lock"
43 version = "3.0.13"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
46 dependencies = [
47 "cfg-if",
48 "rustix",
49 "windows-sys 0.48.0",
50 ]
51
52 [[package]]
53 name = "fnv"
54 version = "1.0.7"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
57
58 [[package]]
59 name = "gumdrone"
60 version = "0.1.1"
61 dependencies = [
62 "cgi",
63 "fd-lock",
64 ]
65
66 [[package]]
67 name = "http"
68 version = "0.2.12"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
71 dependencies = [
72 "bytes",
73 "fnv",
74 "itoa",
75 ]
76
77 [[package]]
78 name = "itoa"
79 version = "1.0.14"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
82
83 [[package]]
84 name = "libc"
85 version = "0.2.169"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
88
89 [[package]]
90 name = "linux-raw-sys"
91 version = "0.4.15"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
94
95 [[package]]
96 name = "rustix"
97 version = "0.38.44"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
100 dependencies = [
101 "bitflags",
102 "errno",
103 "libc",
104 "linux-raw-sys",
105 "windows-sys 0.59.0",
106 ]
107
108 [[package]]
109 name = "windows-sys"
110 version = "0.48.0"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
113 dependencies = [
114 "windows-targets 0.48.5",
115 ]
116
117 [[package]]
118 name = "windows-sys"
119 version = "0.59.0"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
122 dependencies = [
123 "windows-targets 0.52.6",
124 ]
125
126 [[package]]
127 name = "windows-targets"
128 version = "0.48.5"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
131 dependencies = [
132 "windows_aarch64_gnullvm 0.48.5",
133 "windows_aarch64_msvc 0.48.5",
134 "windows_i686_gnu 0.48.5",
135 "windows_i686_msvc 0.48.5",
136 "windows_x86_64_gnu 0.48.5",
137 "windows_x86_64_gnullvm 0.48.5",
138 "windows_x86_64_msvc 0.48.5",
139 ]
140
141 [[package]]
142 name = "windows-targets"
143 version = "0.52.6"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
146 dependencies = [
147 "windows_aarch64_gnullvm 0.52.6",
148 "windows_aarch64_msvc 0.52.6",
149 "windows_i686_gnu 0.52.6",
150 "windows_i686_gnullvm",
151 "windows_i686_msvc 0.52.6",
152 "windows_x86_64_gnu 0.52.6",
153 "windows_x86_64_gnullvm 0.52.6",
154 "windows_x86_64_msvc 0.52.6",
155 ]
156
157 [[package]]
158 name = "windows_aarch64_gnullvm"
159 version = "0.48.5"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
162
163 [[package]]
164 name = "windows_aarch64_gnullvm"
165 version = "0.52.6"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
168
169 [[package]]
170 name = "windows_aarch64_msvc"
171 version = "0.48.5"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
174
175 [[package]]
176 name = "windows_aarch64_msvc"
177 version = "0.52.6"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
180
181 [[package]]
182 name = "windows_i686_gnu"
183 version = "0.48.5"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
186
187 [[package]]
188 name = "windows_i686_gnu"
189 version = "0.52.6"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
192
193 [[package]]
194 name = "windows_i686_gnullvm"
195 version = "0.52.6"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
198
199 [[package]]
200 name = "windows_i686_msvc"
201 version = "0.48.5"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
204
205 [[package]]
206 name = "windows_i686_msvc"
207 version = "0.52.6"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
210
211 [[package]]
212 name = "windows_x86_64_gnu"
213 version = "0.48.5"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
216
217 [[package]]
218 name = "windows_x86_64_gnu"
219 version = "0.52.6"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
222
223 [[package]]
224 name = "windows_x86_64_gnullvm"
225 version = "0.48.5"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
228
229 [[package]]
230 name = "windows_x86_64_gnullvm"
231 version = "0.52.6"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
233 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
234
235 [[package]]
236 name = "windows_x86_64_msvc"
237 version = "0.48.5"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
240
241 [[package]]
242 name = "windows_x86_64_msvc"
243 version = "0.52.6"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"