Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / python-modules / breezy / Cargo.lock
blobd3f1d0127aeb8051e1e0e7d8e97cc2fbc79754d2
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "aho-corasick"
7 version = "1.1.3"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10 dependencies = [
11  "memchr",
14 [[package]]
15 name = "autocfg"
16 version = "1.2.0"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
20 [[package]]
21 name = "bitflags"
22 version = "1.3.2"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
26 [[package]]
27 name = "breezy"
28 version = "3.3.7"
29 dependencies = [
30  "pyo3",
33 [[package]]
34 name = "cfg-if"
35 version = "1.0.0"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
39 [[package]]
40 name = "heck"
41 version = "0.4.1"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
45 [[package]]
46 name = "indoc"
47 version = "2.0.5"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
51 [[package]]
52 name = "lazy_static"
53 version = "1.4.0"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
57 [[package]]
58 name = "libc"
59 version = "0.2.153"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
63 [[package]]
64 name = "lock_api"
65 version = "0.4.11"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
68 dependencies = [
69  "autocfg",
70  "scopeguard",
73 [[package]]
74 name = "memchr"
75 version = "2.7.2"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
79 [[package]]
80 name = "memoffset"
81 version = "0.9.1"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
84 dependencies = [
85  "autocfg",
88 [[package]]
89 name = "once_cell"
90 version = "1.19.0"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
94 [[package]]
95 name = "parking_lot"
96 version = "0.12.1"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
99 dependencies = [
100  "lock_api",
101  "parking_lot_core",
104 [[package]]
105 name = "parking_lot_core"
106 version = "0.9.9"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
109 dependencies = [
110  "cfg-if",
111  "libc",
112  "redox_syscall",
113  "smallvec",
114  "windows-targets",
117 [[package]]
118 name = "portable-atomic"
119 version = "1.6.0"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
123 [[package]]
124 name = "proc-macro2"
125 version = "1.0.79"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
128 dependencies = [
129  "unicode-ident",
132 [[package]]
133 name = "pyo3"
134 version = "0.21.1"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "a7a8b1990bd018761768d5e608a13df8bd1ac5f678456e0f301bb93e5f3ea16b"
137 dependencies = [
138  "cfg-if",
139  "indoc",
140  "libc",
141  "memoffset",
142  "parking_lot",
143  "portable-atomic",
144  "pyo3-build-config",
145  "pyo3-ffi",
146  "pyo3-macros",
147  "unindent",
150 [[package]]
151 name = "pyo3-build-config"
152 version = "0.21.1"
153 source = "registry+https://github.com/rust-lang/crates.io-index"
154 checksum = "650dca34d463b6cdbdb02b1d71bfd6eb6b6816afc708faebb3bac1380ff4aef7"
155 dependencies = [
156  "once_cell",
157  "target-lexicon",
160 [[package]]
161 name = "pyo3-ffi"
162 version = "0.21.1"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "09a7da8fc04a8a2084909b59f29e1b8474decac98b951d77b80b26dc45f046ad"
165 dependencies = [
166  "libc",
167  "pyo3-build-config",
170 [[package]]
171 name = "pyo3-macros"
172 version = "0.21.1"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "4b8a199fce11ebb28e3569387228836ea98110e43a804a530a9fd83ade36d513"
175 dependencies = [
176  "proc-macro2",
177  "pyo3-macros-backend",
178  "quote",
179  "syn",
182 [[package]]
183 name = "pyo3-macros-backend"
184 version = "0.21.1"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "93fbbfd7eb553d10036513cb122b888dcd362a945a00b06c165f2ab480d4cc3b"
187 dependencies = [
188  "heck",
189  "proc-macro2",
190  "pyo3-build-config",
191  "quote",
192  "syn",
195 [[package]]
196 name = "quote"
197 version = "1.0.35"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
200 dependencies = [
201  "proc-macro2",
204 [[package]]
205 name = "redox_syscall"
206 version = "0.4.1"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
209 dependencies = [
210  "bitflags",
213 [[package]]
214 name = "regex"
215 version = "1.10.4"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
218 dependencies = [
219  "aho-corasick",
220  "memchr",
221  "regex-automata",
222  "regex-syntax",
225 [[package]]
226 name = "regex-automata"
227 version = "0.4.6"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
230 dependencies = [
231  "aho-corasick",
232  "memchr",
233  "regex-syntax",
236 [[package]]
237 name = "regex-syntax"
238 version = "0.8.3"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
242 [[package]]
243 name = "rio-py"
244 version = "3.3.7"
245 dependencies = [
246  "lazy_static",
247  "pyo3",
248  "regex",
251 [[package]]
252 name = "scopeguard"
253 version = "1.2.0"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
257 [[package]]
258 name = "smallvec"
259 version = "1.13.2"
260 source = "registry+https://github.com/rust-lang/crates.io-index"
261 checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
263 [[package]]
264 name = "syn"
265 version = "2.0.58"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
268 dependencies = [
269  "proc-macro2",
270  "quote",
271  "unicode-ident",
274 [[package]]
275 name = "target-lexicon"
276 version = "0.12.14"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
280 [[package]]
281 name = "unicode-ident"
282 version = "1.0.12"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
286 [[package]]
287 name = "unindent"
288 version = "0.2.3"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
292 [[package]]
293 name = "windows-targets"
294 version = "0.48.5"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
297 dependencies = [
298  "windows_aarch64_gnullvm",
299  "windows_aarch64_msvc",
300  "windows_i686_gnu",
301  "windows_i686_msvc",
302  "windows_x86_64_gnu",
303  "windows_x86_64_gnullvm",
304  "windows_x86_64_msvc",
307 [[package]]
308 name = "windows_aarch64_gnullvm"
309 version = "0.48.5"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
313 [[package]]
314 name = "windows_aarch64_msvc"
315 version = "0.48.5"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
319 [[package]]
320 name = "windows_i686_gnu"
321 version = "0.48.5"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
325 [[package]]
326 name = "windows_i686_msvc"
327 version = "0.48.5"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
331 [[package]]
332 name = "windows_x86_64_gnu"
333 version = "0.48.5"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
337 [[package]]
338 name = "windows_x86_64_gnullvm"
339 version = "0.48.5"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
343 [[package]]
344 name = "windows_x86_64_msvc"
345 version = "0.48.5"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"