| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "addr2line" |
| 7 |
version = "0.26.1" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "59317f77929f0e679d39364702289274de2f0f0b22cbf50b2b8cff2169a0b27a" |
| 10 |
dependencies = [ |
| 11 |
"gimli 0.33.0", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "adler2" |
| 16 |
version = "2.0.1" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "aes" |
| 22 |
version = "0.8.4" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 25 |
dependencies = [ |
| 26 |
"cfg-if", |
| 27 |
"cipher", |
| 28 |
"cpufeatures 0.2.17", |
| 29 |
] |
| 30 |
|
| 31 |
[[package]] |
| 32 |
name = "ahash" |
| 33 |
version = "0.8.12" |
| 34 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 |
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 36 |
dependencies = [ |
| 37 |
"cfg-if", |
| 38 |
"once_cell", |
| 39 |
"version_check", |
| 40 |
"zerocopy", |
| 41 |
] |
| 42 |
|
| 43 |
[[package]] |
| 44 |
name = "aho-corasick" |
| 45 |
version = "1.1.4" |
| 46 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 48 |
dependencies = [ |
| 49 |
"memchr", |
| 50 |
] |
| 51 |
|
| 52 |
[[package]] |
| 53 |
name = "allocator-api2" |
| 54 |
version = "0.2.21" |
| 55 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 57 |
|
| 58 |
[[package]] |
| 59 |
name = "ammonia" |
| 60 |
version = "4.1.2" |
| 61 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 |
checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6" |
| 63 |
dependencies = [ |
| 64 |
"cssparser", |
| 65 |
"html5ever", |
| 66 |
"maplit", |
| 67 |
"tendril", |
| 68 |
"url", |
| 69 |
] |
| 70 |
|
| 71 |
[[package]] |
| 72 |
name = "android_system_properties" |
| 73 |
version = "0.1.5" |
| 74 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 76 |
dependencies = [ |
| 77 |
"libc", |
| 78 |
] |
| 79 |
|
| 80 |
[[package]] |
| 81 |
name = "annotate-snippets" |
| 82 |
version = "0.12.15" |
| 83 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 |
checksum = "92570a3f9c98e7e84df84b71d0965ac99b1871fcd75a3773a3bd1bad13f64cf7" |
| 85 |
dependencies = [ |
| 86 |
"anstyle", |
| 87 |
"memchr", |
| 88 |
"unicode-width", |
| 89 |
] |
| 90 |
|
| 91 |
[[package]] |
| 92 |
name = "anstream" |
| 93 |
version = "1.0.0" |
| 94 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 |
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 96 |
dependencies = [ |
| 97 |
"anstyle", |
| 98 |
"anstyle-parse", |
| 99 |
"anstyle-query", |
| 100 |
"anstyle-wincon", |
| 101 |
"colorchoice", |
| 102 |
"is_terminal_polyfill", |
| 103 |
"utf8parse", |
| 104 |
] |
| 105 |
|
| 106 |
[[package]] |
| 107 |
name = "anstyle" |
| 108 |
version = "1.0.14" |
| 109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 |
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 111 |
|
| 112 |
[[package]] |
| 113 |
name = "anstyle-parse" |
| 114 |
version = "1.0.0" |
| 115 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 |
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 117 |
dependencies = [ |
| 118 |
"utf8parse", |
| 119 |
] |
| 120 |
|
| 121 |
[[package]] |
| 122 |
name = "anstyle-query" |
| 123 |
version = "1.1.5" |
| 124 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 |
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 126 |
dependencies = [ |
| 127 |
"windows-sys 0.61.2", |
| 128 |
] |
| 129 |
|
| 130 |
[[package]] |
| 131 |
name = "anstyle-wincon" |
| 132 |
version = "3.0.11" |
| 133 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 |
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 135 |
dependencies = [ |
| 136 |
"anstyle", |
| 137 |
"once_cell_polyfill", |
| 138 |
"windows-sys 0.61.2", |
| 139 |
] |
| 140 |
|
| 141 |
[[package]] |
| 142 |
name = "anyhow" |
| 143 |
version = "1.0.102" |
| 144 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 146 |
|
| 147 |
[[package]] |
| 148 |
name = "apple-bundles" |
| 149 |
version = "0.21.0" |
| 150 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 |
checksum = "c0f40bb8f844cec39fa3aceae717808c2ac3d2b6c474a9dffbeba07a4a945d10" |
| 152 |
dependencies = [ |
| 153 |
"anyhow", |
| 154 |
"plist", |
| 155 |
"simple-file-manifest", |
| 156 |
"walkdir", |
| 157 |
] |
| 158 |
|
| 159 |
[[package]] |
| 160 |
name = "apple-codesign" |
| 161 |
version = "0.29.0" |
| 162 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 163 |
checksum = "f24e9ebdb70a2aee3ca1cea217009fb50776955f0d7678c31d22e48c1524667f" |
| 164 |
dependencies = [ |
| 165 |
"anyhow", |
| 166 |
"apple-bundles", |
| 167 |
"apple-flat-package", |
| 168 |
"apple-xar", |
| 169 |
"base64 0.22.1", |
| 170 |
"bcder", |
| 171 |
"bitflags 2.11.0", |
| 172 |
"bytes", |
| 173 |
"chrono", |
| 174 |
"clap", |
| 175 |
"cryptographic-message-syntax", |
| 176 |
"der 0.7.10", |
| 177 |
"dialoguer", |
| 178 |
"difference", |
| 179 |
"digest 0.10.7", |
| 180 |
"dirs", |
| 181 |
"elliptic-curve 0.13.8", |
| 182 |
"env_logger", |
| 183 |
"figment", |
| 184 |
"filetime", |
| 185 |
"glob", |
| 186 |
"goblin 0.9.3", |
| 187 |
"hex", |
| 188 |
"log", |
| 189 |
"md-5 0.10.6", |
| 190 |
"minicbor", |
| 191 |
"num-traits", |
| 192 |
"object 0.36.7", |
| 193 |
"oid-registry 0.7.1", |
| 194 |
"once_cell", |
| 195 |
"p12", |
| 196 |
"p256 0.13.2", |
| 197 |
"pem", |
| 198 |
"pkcs1", |
| 199 |
"pkcs8 0.10.2", |
| 200 |
"plist", |
| 201 |
"rand 0.8.5", |
| 202 |
"rasn", |
| 203 |
"rayon", |
| 204 |
"regex", |
| 205 |
"reqwest", |
| 206 |
"ring", |
| 207 |
"rsa", |
| 208 |
"scroll 0.12.0", |
| 209 |
"security-framework 2.11.1", |
| 210 |
"security-framework-sys", |
| 211 |
"semver", |
| 212 |
"serde", |
| 213 |
"serde_json", |
| 214 |
"serde_yaml", |
| 215 |
"sha2 0.10.9", |
| 216 |
"signature 2.2.0", |
| 217 |
"simple-file-manifest", |
| 218 |
"spake2", |
| 219 |
"spki 0.7.3", |
| 220 |
"subtle", |
| 221 |
"tempfile", |
| 222 |
"thiserror 2.0.18", |
| 223 |
"tokio", |
| 224 |
"tungstenite", |
| 225 |
"uuid", |
| 226 |
"walkdir", |
| 227 |
"widestring", |
| 228 |
"windows-sys 0.59.0", |
| 229 |
"x509", |
| 230 |
"x509-certificate", |
| 231 |
"xml-rs", |
| 232 |
"yasna", |
| 233 |
"zeroize", |
| 234 |
"zip 2.4.2", |
| 235 |
"zip_structs", |
| 236 |
] |
| 237 |
|
| 238 |
[[package]] |
| 239 |
name = "apple-flat-package" |
| 240 |
version = "0.20.0" |
| 241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 242 |
checksum = "9c9d5a1fd8af4a376cc33d7e816a13f8ce127d52101f5dbc8061fb595397bea0" |
| 243 |
dependencies = [ |
| 244 |
"apple-xar", |
| 245 |
"cpio-archive", |
| 246 |
"flate2", |
| 247 |
"scroll 0.12.0", |
| 248 |
"serde", |
| 249 |
"serde-xml-rs", |
| 250 |
"thiserror 2.0.18", |
| 251 |
] |
| 252 |
|
| 253 |
[[package]] |
| 254 |
name = "apple-xar" |
| 255 |
version = "0.20.0" |
| 256 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 257 |
checksum = "9631e781df71ebd049d7b4988cdae88712324cb20eb127fd79026bc8f1335d93" |
| 258 |
dependencies = [ |
| 259 |
"base64 0.22.1", |
| 260 |
"bcder", |
| 261 |
"bzip2 0.4.4", |
| 262 |
"chrono", |
| 263 |
"cryptographic-message-syntax", |
| 264 |
"digest 0.10.7", |
| 265 |
"flate2", |
| 266 |
"log", |
| 267 |
"md-5 0.10.6", |
| 268 |
"rand 0.8.5", |
| 269 |
"reqwest", |
| 270 |
"scroll 0.12.0", |
| 271 |
"serde", |
| 272 |
"serde-xml-rs", |
| 273 |
"sha1 0.10.6", |
| 274 |
"sha2 0.10.9", |
| 275 |
"signature 2.2.0", |
| 276 |
"thiserror 2.0.18", |
| 277 |
"url", |
| 278 |
"x509-certificate", |
| 279 |
"xml-rs", |
| 280 |
"xz2", |
| 281 |
] |
| 282 |
|
| 283 |
[[package]] |
| 284 |
name = "arbitrary" |
| 285 |
version = "1.4.2" |
| 286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 |
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| 288 |
dependencies = [ |
| 289 |
"derive_arbitrary", |
| 290 |
] |
| 291 |
|
| 292 |
[[package]] |
| 293 |
name = "argon2" |
| 294 |
version = "0.5.3" |
| 295 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 |
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| 297 |
dependencies = [ |
| 298 |
"base64ct", |
| 299 |
"blake2", |
| 300 |
"cpufeatures 0.2.17", |
| 301 |
"password-hash", |
| 302 |
] |
| 303 |
|
| 304 |
[[package]] |
| 305 |
name = "arrayvec" |
| 306 |
version = "0.7.6" |
| 307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 |
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 309 |
|
| 310 |
[[package]] |
| 311 |
name = "ascii_tree" |
| 312 |
version = "0.1.1" |
| 313 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 |
checksum = "ca6c635b3aa665c649ad1415f1573c85957dfa47690ec27aebe7ec17efe3c643" |
| 315 |
|
| 316 |
[[package]] |
| 317 |
name = "askama" |
| 318 |
version = "0.13.1" |
| 319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 |
checksum = "5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7" |
| 321 |
dependencies = [ |
| 322 |
"askama_derive", |
| 323 |
"itoa", |
| 324 |
"percent-encoding", |
| 325 |
"serde", |
| 326 |
"serde_json", |
| 327 |
] |
| 328 |
|
| 329 |
[[package]] |
| 330 |
name = "askama_derive" |
| 331 |
version = "0.13.1" |
| 332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 |
checksum = "d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac" |
| 334 |
dependencies = [ |
| 335 |
"askama_parser", |
| 336 |
"basic-toml", |
| 337 |
"memchr", |
| 338 |
"proc-macro2", |
| 339 |
"quote", |
| 340 |
"rustc-hash 2.1.1", |
| 341 |
"serde", |
| 342 |
"serde_derive", |
| 343 |
"syn", |
| 344 |
] |
| 345 |
|
| 346 |
[[package]] |
| 347 |
name = "askama_parser" |
| 348 |
version = "0.13.0" |
| 349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 |
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f" |
| 351 |
dependencies = [ |
| 352 |
"memchr", |
| 353 |
"serde", |
| 354 |
"serde_derive", |
| 355 |
"winnow", |
| 356 |
] |
| 357 |
|
| 358 |
[[package]] |
| 359 |
name = "asn1-rs" |
| 360 |
version = "0.6.2" |
| 361 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 362 |
checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" |
| 363 |
dependencies = [ |
| 364 |
"asn1-rs-derive 0.5.1", |
| 365 |
"asn1-rs-impl", |
| 366 |
"displaydoc", |
| 367 |
"nom 7.1.3", |
| 368 |
"num-traits", |
| 369 |
"rusticata-macros", |
| 370 |
"thiserror 1.0.69", |
| 371 |
"time", |
| 372 |
] |
| 373 |
|
| 374 |
[[package]] |
| 375 |
name = "asn1-rs" |
| 376 |
version = "0.7.1" |
| 377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 |
checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" |
| 379 |
dependencies = [ |
| 380 |
"asn1-rs-derive 0.6.0", |
| 381 |
"asn1-rs-impl", |
| 382 |
"displaydoc", |
| 383 |
"nom 7.1.3", |
| 384 |
"num-traits", |
| 385 |
"rusticata-macros", |
| 386 |
"thiserror 2.0.18", |
| 387 |
"time", |
| 388 |
] |
| 389 |
|
| 390 |
[[package]] |
| 391 |
name = "asn1-rs-derive" |
| 392 |
version = "0.5.1" |
| 393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 |
checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" |
| 395 |
dependencies = [ |
| 396 |
"proc-macro2", |
| 397 |
"quote", |
| 398 |
"syn", |
| 399 |
"synstructure", |
| 400 |
] |
| 401 |
|
| 402 |
[[package]] |
| 403 |
name = "asn1-rs-derive" |
| 404 |
version = "0.6.0" |
| 405 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 |
checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" |
| 407 |
dependencies = [ |
| 408 |
"proc-macro2", |
| 409 |
"quote", |
| 410 |
"syn", |
| 411 |
"synstructure", |
| 412 |
] |
| 413 |
|
| 414 |
[[package]] |
| 415 |
name = "asn1-rs-impl" |
| 416 |
version = "0.2.0" |
| 417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 |
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" |
| 419 |
dependencies = [ |
| 420 |
"proc-macro2", |
| 421 |
"quote", |
| 422 |
"syn", |
| 423 |
] |
| 424 |
|
| 425 |
[[package]] |
| 426 |
name = "assert-json-diff" |
| 427 |
version = "2.0.2" |
| 428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 429 |
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" |
| 430 |
dependencies = [ |
| 431 |
"serde", |
| 432 |
"serde_json", |
| 433 |
] |
| 434 |
|
| 435 |
[[package]] |
| 436 |
name = "async-stream" |
| 437 |
version = "0.3.6" |
| 438 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 |
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
| 440 |
dependencies = [ |
| 441 |
"async-stream-impl", |
| 442 |
"futures-core", |
| 443 |
"pin-project-lite", |
| 444 |
] |
| 445 |
|
| 446 |
[[package]] |
| 447 |
name = "async-stream-impl" |
| 448 |
version = "0.3.6" |
| 449 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 450 |
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
| 451 |
dependencies = [ |
| 452 |
"proc-macro2", |
| 453 |
"quote", |
| 454 |
"syn", |
| 455 |
] |
| 456 |
|
| 457 |
[[package]] |
| 458 |
name = "async-stripe" |
| 459 |
version = "1.0.0-rc.5" |
| 460 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 461 |
checksum = "03ec8493f89fb9d9ac1848988955ec192df8e0ebf4d4bbd85fd93df9f681e890" |
| 462 |
dependencies = [ |
| 463 |
"async-stripe-client-core", |
| 464 |
"async-stripe-shared", |
| 465 |
"bytes", |
| 466 |
"http-body-util", |
| 467 |
"hyper 1.8.1", |
| 468 |
"hyper-tls", |
| 469 |
"hyper-util", |
| 470 |
"miniserde", |
| 471 |
"thiserror 2.0.18", |
| 472 |
"tokio", |
| 473 |
"tracing", |
| 474 |
] |
| 475 |
|
| 476 |
[[package]] |
| 477 |
name = "async-stripe-billing" |
| 478 |
version = "1.0.0-rc.5" |
| 479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 |
checksum = "e2340b289cd5e34bb9b8b3eebed4e7a9729831ebee01388965ad4d88fd7a5a3b" |
| 481 |
dependencies = [ |
| 482 |
"async-stripe-client-core", |
| 483 |
"async-stripe-shared", |
| 484 |
"async-stripe-types", |
| 485 |
"miniserde", |
| 486 |
"serde", |
| 487 |
"serde_json", |
| 488 |
"smol_str", |
| 489 |
"tracing", |
| 490 |
] |
| 491 |
|
| 492 |
[[package]] |
| 493 |
name = "async-stripe-checkout" |
| 494 |
version = "1.0.0-rc.5" |
| 495 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 |
checksum = "d23c5f0fbbc4fef893e1c673438687e0b4e7970171fbf9fd011911643200e1b3" |
| 497 |
dependencies = [ |
| 498 |
"async-stripe-client-core", |
| 499 |
"async-stripe-shared", |
| 500 |
"async-stripe-types", |
| 501 |
"miniserde", |
| 502 |
"serde", |
| 503 |
"serde_json", |
| 504 |
"smol_str", |
| 505 |
"tracing", |
| 506 |
] |
| 507 |
|
| 508 |
[[package]] |
| 509 |
name = "async-stripe-client-core" |
| 510 |
version = "1.0.0-rc.5" |
| 511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 |
checksum = "10f095837711eb1c3ee02604b4e1d44b117014fb74da99ad4f2d70e907dbdc41" |
| 513 |
dependencies = [ |
| 514 |
"async-stripe-shared", |
| 515 |
"async-stripe-types", |
| 516 |
"bytes", |
| 517 |
"futures-util", |
| 518 |
"miniserde", |
| 519 |
"serde", |
| 520 |
"serde_json", |
| 521 |
"serde_qs", |
| 522 |
"thiserror 2.0.18", |
| 523 |
"tracing", |
| 524 |
] |
| 525 |
|
| 526 |
[[package]] |
| 527 |
name = "async-stripe-connect" |
| 528 |
version = "1.0.0-rc.5" |
| 529 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 |
checksum = "12156e6b2118316feb9c51edef29a2705a5a653a60da03ff592936dd5dbbb0b2" |
| 531 |
dependencies = [ |
| 532 |
"async-stripe-client-core", |
| 533 |
"async-stripe-shared", |
| 534 |
"async-stripe-types", |
| 535 |
"miniserde", |
| 536 |
"serde", |
| 537 |
"serde_json", |
| 538 |
"smol_str", |
| 539 |
"tracing", |
| 540 |
] |
| 541 |
|
| 542 |
[[package]] |
| 543 |
name = "async-stripe-core" |
| 544 |
version = "1.0.0-rc.5" |
| 545 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 |
checksum = "ee9710c3d64db48dda1ec0b4976d091b7f40cabc8ed7bcab9e93b608b70b405c" |
| 547 |
dependencies = [ |
| 548 |
"async-stripe-client-core", |
| 549 |
"async-stripe-shared", |
| 550 |
"async-stripe-types", |
| 551 |
"miniserde", |
| 552 |
"serde", |
| 553 |
"serde_json", |
| 554 |
"smol_str", |
| 555 |
"tracing", |
| 556 |
] |
| 557 |
|
| 558 |
[[package]] |
| 559 |
name = "async-stripe-payment" |
| 560 |
version = "1.0.0-rc.5" |
| 561 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 562 |
checksum = "f57b37183dd9fcb700af54acc49e0dbd738b3f4596b0feb486c5d2dab0d22bac" |
| 563 |
dependencies = [ |
| 564 |
"async-stripe-client-core", |
| 565 |
"async-stripe-shared", |
| 566 |
"async-stripe-types", |
| 567 |
"miniserde", |
| 568 |
"serde", |
| 569 |
"serde_json", |
| 570 |
"smol_str", |
| 571 |
"tracing", |
| 572 |
] |
| 573 |
|
| 574 |
[[package]] |
| 575 |
name = "async-stripe-product" |
| 576 |
version = "1.0.0-rc.5" |
| 577 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 |
checksum = "ec3ca828f2568de98ac380c851519e7f1c4ef41beee801d3e8f5744ee93c8c53" |
| 579 |
dependencies = [ |
| 580 |
"async-stripe-client-core", |
| 581 |
"async-stripe-shared", |
| 582 |
"async-stripe-types", |
| 583 |
"miniserde", |
| 584 |
"serde", |
| 585 |
"serde_json", |
| 586 |
"smol_str", |
| 587 |
"tracing", |
| 588 |
] |
| 589 |
|
| 590 |
[[package]] |
| 591 |
name = "async-stripe-shared" |
| 592 |
version = "1.0.0-rc.5" |
| 593 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 |
checksum = "a352c5e36a92aa8bdd4326c8211b9a26e822e6cb4b7516a47282396a4938a231" |
| 595 |
dependencies = [ |
| 596 |
"async-stripe-types", |
| 597 |
"miniserde", |
| 598 |
"serde", |
| 599 |
"serde_json", |
| 600 |
"smol_str", |
| 601 |
"tracing", |
| 602 |
] |
| 603 |
|
| 604 |
[[package]] |
| 605 |
name = "async-stripe-types" |
| 606 |
version = "1.0.0-rc.5" |
| 607 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 |
checksum = "8e1ec9960b89b1f556bf885403dd208d173a8c42d028fcd7baeca9ad2bfb13f6" |
| 609 |
dependencies = [ |
| 610 |
"miniserde", |
| 611 |
"serde", |
| 612 |
"serde_json", |
| 613 |
"smol_str", |
| 614 |
] |
| 615 |
|
| 616 |
[[package]] |
| 617 |
name = "async-trait" |
| 618 |
version = "0.1.89" |
| 619 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 |
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 621 |
dependencies = [ |
| 622 |
"proc-macro2", |
| 623 |
"quote", |
| 624 |
"syn", |
| 625 |
] |
| 626 |
|
| 627 |
[[package]] |
| 628 |
name = "atoi" |
| 629 |
version = "2.0.0" |
| 630 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 |
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 632 |
dependencies = [ |
| 633 |
"num-traits", |
| 634 |
] |
| 635 |
|
| 636 |
[[package]] |
| 637 |
name = "atomic" |
| 638 |
version = "0.6.1" |
| 639 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 |
checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" |
| 641 |
dependencies = [ |
| 642 |
"bytemuck", |
| 643 |
] |
| 644 |
|
| 645 |
[[package]] |
| 646 |
name = "atomic-waker" |
| 647 |
version = "1.1.2" |
| 648 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 650 |
|
| 651 |
[[package]] |
| 652 |
name = "authenticode" |
| 653 |
version = "0.5.0" |
| 654 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 655 |
checksum = "86c421a87e3dd1a3024c86e0787106b6ba40d9b434fe0ebeffbd24a242dc144d" |
| 656 |
dependencies = [ |
| 657 |
"cms", |
| 658 |
"const-oid 0.9.6", |
| 659 |
"der 0.7.10", |
| 660 |
"digest 0.10.7", |
| 661 |
"object 0.37.3", |
| 662 |
"rsa", |
| 663 |
"sha1 0.10.6", |
| 664 |
"sha2 0.10.9", |
| 665 |
"spki 0.7.3", |
| 666 |
"x509-cert", |
| 667 |
] |
| 668 |
|
| 669 |
[[package]] |
| 670 |
name = "autocfg" |
| 671 |
version = "1.5.0" |
| 672 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 673 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 674 |
|
| 675 |
[[package]] |
| 676 |
name = "aws-config" |
| 677 |
version = "1.8.15" |
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 |
checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc" |
| 680 |
dependencies = [ |
| 681 |
"aws-credential-types", |
| 682 |
"aws-runtime", |
| 683 |
"aws-sdk-sso", |
| 684 |
"aws-sdk-ssooidc", |
| 685 |
"aws-sdk-sts", |
| 686 |
"aws-smithy-async", |
| 687 |
"aws-smithy-http", |
| 688 |
"aws-smithy-json", |
| 689 |
"aws-smithy-runtime", |
| 690 |
"aws-smithy-runtime-api", |
| 691 |
"aws-smithy-types", |
| 692 |
"aws-types", |
| 693 |
"bytes", |
| 694 |
"fastrand", |
| 695 |
"hex", |
| 696 |
"http 1.4.0", |
| 697 |
"sha1 0.10.6", |
| 698 |
"time", |
| 699 |
"tokio", |
| 700 |
"tracing", |
| 701 |
"url", |
| 702 |
"zeroize", |
| 703 |
] |
| 704 |
|
| 705 |
[[package]] |
| 706 |
name = "aws-credential-types" |
| 707 |
version = "1.2.14" |
| 708 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 709 |
checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7" |
| 710 |
dependencies = [ |
| 711 |
"aws-smithy-async", |
| 712 |
"aws-smithy-runtime-api", |
| 713 |
"aws-smithy-types", |
| 714 |
"zeroize", |
| 715 |
] |
| 716 |
|
| 717 |
[[package]] |
| 718 |
name = "aws-lc-rs" |
| 719 |
version = "1.16.2" |
| 720 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 |
checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" |
| 722 |
dependencies = [ |
| 723 |
"aws-lc-sys", |
| 724 |
"zeroize", |
| 725 |
] |
| 726 |
|
| 727 |
[[package]] |
| 728 |
name = "aws-lc-sys" |
| 729 |
version = "0.39.0" |
| 730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 |
checksum = "1fa7e52a4c5c547c741610a2c6f123f3881e409b714cd27e6798ef020c514f0a" |
| 732 |
dependencies = [ |
| 733 |
"cc", |
| 734 |
"cmake", |
| 735 |
"dunce", |
| 736 |
"fs_extra", |
| 737 |
] |
| 738 |
|
| 739 |
[[package]] |
| 740 |
name = "aws-runtime" |
| 741 |
version = "1.7.3" |
| 742 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 743 |
checksum = "5dcd93c82209ac7413532388067dce79be5a8780c1786e5fae3df22e4dee2864" |
| 744 |
dependencies = [ |
| 745 |
"aws-credential-types", |
| 746 |
"aws-sigv4", |
| 747 |
"aws-smithy-async", |
| 748 |
"aws-smithy-eventstream", |
| 749 |
"aws-smithy-http", |
| 750 |
"aws-smithy-runtime", |
| 751 |
"aws-smithy-runtime-api", |
| 752 |
"aws-smithy-types", |
| 753 |
"aws-types", |
| 754 |
"bytes", |
| 755 |
"bytes-utils", |
| 756 |
"fastrand", |
| 757 |
"http 0.2.12", |
| 758 |
"http 1.4.0", |
| 759 |
"http-body 0.4.6", |
| 760 |
"http-body 1.0.1", |
| 761 |
"percent-encoding", |
| 762 |
"pin-project-lite", |
| 763 |
"tracing", |
| 764 |
"uuid", |
| 765 |
] |
| 766 |
|
| 767 |
[[package]] |
| 768 |
name = "aws-sdk-s3" |
| 769 |
version = "1.131.0" |
| 770 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 |
checksum = "fe1b8c5282bf859170836045296b3cd710b7573aceb909498366bb508a41058e" |
| 772 |
dependencies = [ |
| 773 |
"aws-credential-types", |
| 774 |
"aws-runtime", |
| 775 |
"aws-sigv4", |
| 776 |
"aws-smithy-async", |
| 777 |
"aws-smithy-checksums", |
| 778 |
"aws-smithy-eventstream", |
| 779 |
"aws-smithy-http", |
| 780 |
"aws-smithy-json", |
| 781 |
"aws-smithy-observability", |
| 782 |
"aws-smithy-runtime", |
| 783 |
"aws-smithy-runtime-api", |
| 784 |
"aws-smithy-types", |
| 785 |
"aws-smithy-xml", |
| 786 |
"aws-types", |
| 787 |
"bytes", |
| 788 |
"fastrand", |
| 789 |
"hex", |
| 790 |
"hmac 0.13.0", |
| 791 |
"http 0.2.12", |
| 792 |
"http 1.4.0", |
| 793 |
"http-body 1.0.1", |
| 794 |
"lru", |
| 795 |
"percent-encoding", |
| 796 |
"regex-lite", |
| 797 |
"sha2 0.11.0", |
| 798 |
"tracing", |
| 799 |
"url", |
| 800 |
] |
| 801 |
|
| 802 |
[[package]] |
| 803 |
name = "aws-sdk-sso" |
| 804 |
version = "1.97.0" |
| 805 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 |
checksum = "9aadc669e184501caaa6beafb28c6267fc1baef0810fb58f9b205485ca3f2567" |
| 807 |
dependencies = [ |
| 808 |
"aws-credential-types", |
| 809 |
"aws-runtime", |
| 810 |
"aws-smithy-async", |
| 811 |
"aws-smithy-http", |
| 812 |
"aws-smithy-json", |
| 813 |
"aws-smithy-observability", |
| 814 |
"aws-smithy-runtime", |
| 815 |
"aws-smithy-runtime-api", |
| 816 |
"aws-smithy-types", |
| 817 |
"aws-types", |
| 818 |
"bytes", |
| 819 |
"fastrand", |
| 820 |
"http 0.2.12", |
| 821 |
"http 1.4.0", |
| 822 |
"regex-lite", |
| 823 |
"tracing", |
| 824 |
] |
| 825 |
|
| 826 |
[[package]] |
| 827 |
name = "aws-sdk-ssooidc" |
| 828 |
version = "1.99.0" |
| 829 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 |
checksum = "1342a7db8f358d3de0aed2007a0b54e875458e39848d54cc1d46700b2bfcb0a8" |
| 831 |
dependencies = [ |
| 832 |
"aws-credential-types", |
| 833 |
"aws-runtime", |
| 834 |
"aws-smithy-async", |
| 835 |
"aws-smithy-http", |
| 836 |
"aws-smithy-json", |
| 837 |
"aws-smithy-observability", |
| 838 |
"aws-smithy-runtime", |
| 839 |
"aws-smithy-runtime-api", |
| 840 |
"aws-smithy-types", |
| 841 |
"aws-types", |
| 842 |
"bytes", |
| 843 |
"fastrand", |
| 844 |
"http 0.2.12", |
| 845 |
"http 1.4.0", |
| 846 |
"regex-lite", |
| 847 |
"tracing", |
| 848 |
] |
| 849 |
|
| 850 |
[[package]] |
| 851 |
name = "aws-sdk-sts" |
| 852 |
version = "1.101.0" |
| 853 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 854 |
checksum = "ab41ad64e4051ecabeea802d6a17845a91e83287e1dd249e6963ea1ba78c428a" |
| 855 |
dependencies = [ |
| 856 |
"aws-credential-types", |
| 857 |
"aws-runtime", |
| 858 |
"aws-smithy-async", |
| 859 |
"aws-smithy-http", |
| 860 |
"aws-smithy-json", |
| 861 |
"aws-smithy-observability", |
| 862 |
"aws-smithy-query", |
| 863 |
"aws-smithy-runtime", |
| 864 |
"aws-smithy-runtime-api", |
| 865 |
"aws-smithy-types", |
| 866 |
"aws-smithy-xml", |
| 867 |
"aws-types", |
| 868 |
"fastrand", |
| 869 |
"http 0.2.12", |
| 870 |
"http 1.4.0", |
| 871 |
"regex-lite", |
| 872 |
"tracing", |
| 873 |
] |
| 874 |
|
| 875 |
[[package]] |
| 876 |
name = "aws-sigv4" |
| 877 |
version = "1.4.3" |
| 878 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 879 |
checksum = "68dc0b907359b120170613b5c09ccc61304eac3998ff6274b97d93ee6490115a" |
| 880 |
dependencies = [ |
| 881 |
"aws-credential-types", |
| 882 |
"aws-smithy-eventstream", |
| 883 |
"aws-smithy-http", |
| 884 |
"aws-smithy-runtime-api", |
| 885 |
"aws-smithy-types", |
| 886 |
"bytes", |
| 887 |
"crypto-bigint 0.5.5", |
| 888 |
"form_urlencoded", |
| 889 |
"hex", |
| 890 |
"hmac 0.13.0", |
| 891 |
"http 0.2.12", |
| 892 |
"http 1.4.0", |
| 893 |
"p256 0.11.1", |
| 894 |
"percent-encoding", |
| 895 |
"ring", |
| 896 |
"sha2 0.11.0", |
| 897 |
"subtle", |
| 898 |
"time", |
| 899 |
"tracing", |
| 900 |
"zeroize", |
| 901 |
] |
| 902 |
|
| 903 |
[[package]] |
| 904 |
name = "aws-smithy-async" |
| 905 |
version = "1.2.14" |
| 906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 |
checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" |
| 908 |
dependencies = [ |
| 909 |
"futures-util", |
| 910 |
"pin-project-lite", |
| 911 |
"tokio", |
| 912 |
] |
| 913 |
|
| 914 |
[[package]] |
| 915 |
name = "aws-smithy-checksums" |
| 916 |
version = "0.64.7" |
| 917 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 918 |
checksum = "10efbbcec1e044b81600e2fc562a391951d291152d95b482d5b7e7132299d762" |
| 919 |
dependencies = [ |
| 920 |
"aws-smithy-http", |
| 921 |
"aws-smithy-types", |
| 922 |
"bytes", |
| 923 |
"crc-fast", |
| 924 |
"hex", |
| 925 |
"http 1.4.0", |
| 926 |
"http-body 1.0.1", |
| 927 |
"http-body-util", |
| 928 |
"md-5 0.11.0", |
| 929 |
"pin-project-lite", |
| 930 |
"sha1 0.11.0", |
| 931 |
"sha2 0.11.0", |
| 932 |
"tracing", |
| 933 |
] |
| 934 |
|
| 935 |
[[package]] |
| 936 |
name = "aws-smithy-eventstream" |
| 937 |
version = "0.60.20" |
| 938 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 939 |
checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548" |
| 940 |
dependencies = [ |
| 941 |
"aws-smithy-types", |
| 942 |
"bytes", |
| 943 |
"crc32fast", |
| 944 |
] |
| 945 |
|
| 946 |
[[package]] |
| 947 |
name = "aws-smithy-http" |
| 948 |
version = "0.63.6" |
| 949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 |
checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231" |
| 951 |
dependencies = [ |
| 952 |
"aws-smithy-eventstream", |
| 953 |
"aws-smithy-runtime-api", |
| 954 |
"aws-smithy-types", |
| 955 |
"bytes", |
| 956 |
"bytes-utils", |
| 957 |
"futures-core", |
| 958 |
"futures-util", |
| 959 |
"http 1.4.0", |
| 960 |
"http-body 1.0.1", |
| 961 |
"http-body-util", |
| 962 |
"percent-encoding", |
| 963 |
"pin-project-lite", |
| 964 |
"pin-utils", |
| 965 |
"tracing", |
| 966 |
] |
| 967 |
|
| 968 |
[[package]] |
| 969 |
name = "aws-smithy-http-client" |
| 970 |
version = "1.1.12" |
| 971 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 |
checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769" |
| 973 |
dependencies = [ |
| 974 |
"aws-smithy-async", |
| 975 |
"aws-smithy-runtime-api", |
| 976 |
"aws-smithy-types", |
| 977 |
"h2 0.3.27", |
| 978 |
"h2 0.4.13", |
| 979 |
"http 0.2.12", |
| 980 |
"http 1.4.0", |
| 981 |
"http-body 0.4.6", |
| 982 |
"hyper 0.14.32", |
| 983 |
"hyper 1.8.1", |
| 984 |
"hyper-rustls 0.24.2", |
| 985 |
"hyper-rustls 0.27.7", |
| 986 |
"hyper-util", |
| 987 |
"pin-project-lite", |
| 988 |
"rustls 0.21.12", |
| 989 |
"rustls 0.23.37", |
| 990 |
"rustls-native-certs 0.8.3", |
| 991 |
"rustls-pki-types", |
| 992 |
"tokio", |
| 993 |
"tokio-rustls 0.26.4", |
| 994 |
"tower", |
| 995 |
"tracing", |
| 996 |
] |
| 997 |
|
| 998 |
[[package]] |
| 999 |
name = "aws-smithy-json" |
| 1000 |
version = "0.62.5" |
| 1001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1002 |
checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a" |
| 1003 |
dependencies = [ |
| 1004 |
"aws-smithy-types", |
| 1005 |
] |
| 1006 |
|
| 1007 |
[[package]] |
| 1008 |
name = "aws-smithy-observability" |
| 1009 |
version = "0.2.6" |
| 1010 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1011 |
checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c" |
| 1012 |
dependencies = [ |
| 1013 |
"aws-smithy-runtime-api", |
| 1014 |
] |
| 1015 |
|
| 1016 |
[[package]] |
| 1017 |
name = "aws-smithy-query" |
| 1018 |
version = "0.60.15" |
| 1019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 |
checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd" |
| 1021 |
dependencies = [ |
| 1022 |
"aws-smithy-types", |
| 1023 |
"urlencoding", |
| 1024 |
] |
| 1025 |
|
| 1026 |
[[package]] |
| 1027 |
name = "aws-smithy-runtime" |
| 1028 |
version = "1.11.1" |
| 1029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 |
checksum = "0504b1ab12debb5959e5165ee5fe97dd387e7aa7ea6a477bfd7635dfe769a4f5" |
| 1031 |
dependencies = [ |
| 1032 |
"aws-smithy-async", |
| 1033 |
"aws-smithy-http", |
| 1034 |
"aws-smithy-http-client", |
| 1035 |
"aws-smithy-observability", |
| 1036 |
"aws-smithy-runtime-api", |
| 1037 |
"aws-smithy-types", |
| 1038 |
"bytes", |
| 1039 |
"fastrand", |
| 1040 |
"http 0.2.12", |
| 1041 |
"http 1.4.0", |
| 1042 |
"http-body 0.4.6", |
| 1043 |
"http-body 1.0.1", |
| 1044 |
"http-body-util", |
| 1045 |
"pin-project-lite", |
| 1046 |
"pin-utils", |
| 1047 |
"tokio", |
| 1048 |
"tracing", |
| 1049 |
] |
| 1050 |
|
| 1051 |
[[package]] |
| 1052 |
name = "aws-smithy-runtime-api" |
| 1053 |
version = "1.12.0" |
| 1054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 |
checksum = "b71a13df6ada0aafbf21a73bdfcdf9324cfa9df77d96b8446045be3cde61b42e" |
| 1056 |
dependencies = [ |
| 1057 |
"aws-smithy-async", |
| 1058 |
"aws-smithy-runtime-api-macros", |
| 1059 |
"aws-smithy-types", |
| 1060 |
"bytes", |
| 1061 |
"http 0.2.12", |
| 1062 |
"http 1.4.0", |
| 1063 |
"pin-project-lite", |
| 1064 |
"tokio", |
| 1065 |
"tracing", |
| 1066 |
"zeroize", |
| 1067 |
] |
| 1068 |
|
| 1069 |
[[package]] |
| 1070 |
name = "aws-smithy-runtime-api-macros" |
| 1071 |
version = "1.0.0" |
| 1072 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1073 |
checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7" |
| 1074 |
dependencies = [ |
| 1075 |
"proc-macro2", |
| 1076 |
"quote", |
| 1077 |
"syn", |
| 1078 |
] |
| 1079 |
|
| 1080 |
[[package]] |
| 1081 |
name = "aws-smithy-types" |
| 1082 |
version = "1.4.7" |
| 1083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 |
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c" |
| 1085 |
dependencies = [ |
| 1086 |
"base64-simd", |
| 1087 |
"bytes", |
| 1088 |
"bytes-utils", |
| 1089 |
"futures-core", |
| 1090 |
"http 0.2.12", |
| 1091 |
"http 1.4.0", |
| 1092 |
"http-body 0.4.6", |
| 1093 |
"http-body 1.0.1", |
| 1094 |
"http-body-util", |
| 1095 |
"itoa", |
| 1096 |
"num-integer", |
| 1097 |
"pin-project-lite", |
| 1098 |
"pin-utils", |
| 1099 |
"ryu", |
| 1100 |
"serde", |
| 1101 |
"time", |
| 1102 |
"tokio", |
| 1103 |
"tokio-util", |
| 1104 |
] |
| 1105 |
|
| 1106 |
[[package]] |
| 1107 |
name = "aws-smithy-xml" |
| 1108 |
version = "0.60.15" |
| 1109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 |
checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3" |
| 1111 |
dependencies = [ |
| 1112 |
"xmlparser", |
| 1113 |
] |
| 1114 |
|
| 1115 |
[[package]] |
| 1116 |
name = "aws-types" |
| 1117 |
version = "1.3.15" |
| 1118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1119 |
checksum = "2f4bbcaa9304ea40902d3d5f42a0428d1bd895a2b0f6999436fb279ffddc58ac" |
| 1120 |
dependencies = [ |
| 1121 |
"aws-credential-types", |
| 1122 |
"aws-smithy-async", |
| 1123 |
"aws-smithy-runtime-api", |
| 1124 |
"aws-smithy-types", |
| 1125 |
"rustc_version", |
| 1126 |
"tracing", |
| 1127 |
] |
| 1128 |
|
| 1129 |
[[package]] |
| 1130 |
name = "axum" |
| 1131 |
version = "0.8.8" |
| 1132 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1133 |
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" |
| 1134 |
dependencies = [ |
| 1135 |
"axum-core", |
| 1136 |
"axum-macros", |
| 1137 |
"bytes", |
| 1138 |
"form_urlencoded", |
| 1139 |
"futures-util", |
| 1140 |
"http 1.4.0", |
| 1141 |
"http-body 1.0.1", |
| 1142 |
"http-body-util", |
| 1143 |
"hyper 1.8.1", |
| 1144 |
"hyper-util", |
| 1145 |
"itoa", |
| 1146 |
"matchit", |
| 1147 |
"memchr", |
| 1148 |
"mime", |
| 1149 |
"percent-encoding", |
| 1150 |
"pin-project-lite", |
| 1151 |
"serde_core", |
| 1152 |
"serde_json", |
| 1153 |
"serde_path_to_error", |
| 1154 |
"serde_urlencoded", |
| 1155 |
"sync_wrapper", |
| 1156 |
"tokio", |
| 1157 |
"tower", |
| 1158 |
"tower-layer", |
| 1159 |
"tower-service", |
| 1160 |
"tracing", |
| 1161 |
] |
| 1162 |
|
| 1163 |
[[package]] |
| 1164 |
name = "axum-core" |
| 1165 |
version = "0.5.6" |
| 1166 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1167 |
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 1168 |
dependencies = [ |
| 1169 |
"bytes", |
| 1170 |
"futures-core", |
| 1171 |
"http 1.4.0", |
| 1172 |
"http-body 1.0.1", |
| 1173 |
"http-body-util", |
| 1174 |
"mime", |
| 1175 |
"pin-project-lite", |
| 1176 |
"sync_wrapper", |
| 1177 |
"tower-layer", |
| 1178 |
"tower-service", |
| 1179 |
"tracing", |
| 1180 |
] |
| 1181 |
|
| 1182 |
[[package]] |
| 1183 |
name = "axum-extra" |
| 1184 |
version = "0.10.3" |
| 1185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 |
checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" |
| 1187 |
dependencies = [ |
| 1188 |
"axum", |
| 1189 |
"axum-core", |
| 1190 |
"bytes", |
| 1191 |
"cookie", |
| 1192 |
"form_urlencoded", |
| 1193 |
"futures-util", |
| 1194 |
"headers", |
| 1195 |
"http 1.4.0", |
| 1196 |
"http-body 1.0.1", |
| 1197 |
"http-body-util", |
| 1198 |
"mime", |
| 1199 |
"pin-project-lite", |
| 1200 |
"rustversion", |
| 1201 |
"serde_core", |
| 1202 |
"serde_html_form", |
| 1203 |
"serde_path_to_error", |
| 1204 |
"tower-layer", |
| 1205 |
"tower-service", |
| 1206 |
"tracing", |
| 1207 |
] |
| 1208 |
|
| 1209 |
[[package]] |
| 1210 |
name = "axum-macros" |
| 1211 |
version = "0.5.0" |
| 1212 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 |
checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" |
| 1214 |
dependencies = [ |
| 1215 |
"proc-macro2", |
| 1216 |
"quote", |
| 1217 |
"syn", |
| 1218 |
] |
| 1219 |
|
| 1220 |
[[package]] |
| 1221 |
name = "base16ct" |
| 1222 |
version = "0.1.1" |
| 1223 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1224 |
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| 1225 |
|
| 1226 |
[[package]] |
| 1227 |
name = "base16ct" |
| 1228 |
version = "0.2.0" |
| 1229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1230 |
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| 1231 |
|
| 1232 |
[[package]] |
| 1233 |
name = "base32" |
| 1234 |
version = "0.5.1" |
| 1235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1236 |
checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" |
| 1237 |
|
| 1238 |
[[package]] |
| 1239 |
name = "base64" |
| 1240 |
version = "0.21.7" |
| 1241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1242 |
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 1243 |
|
| 1244 |
[[package]] |
| 1245 |
name = "base64" |
| 1246 |
version = "0.22.1" |
| 1247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1248 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 1249 |
|
| 1250 |
[[package]] |
| 1251 |
name = "base64-simd" |
| 1252 |
version = "0.8.0" |
| 1253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 |
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" |
| 1255 |
dependencies = [ |
| 1256 |
"outref", |
| 1257 |
"vsimd", |
| 1258 |
] |
| 1259 |
|
| 1260 |
[[package]] |
| 1261 |
name = "base64ct" |
| 1262 |
version = "1.8.3" |
| 1263 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1264 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 1265 |
|
| 1266 |
[[package]] |
| 1267 |
name = "base64urlsafedata" |
| 1268 |
version = "0.5.4" |
| 1269 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1270 |
checksum = "42f7f6be94fa637132933fd0a68b9140bcb60e3d46164cb68e82a2bb8d102b3a" |
| 1271 |
dependencies = [ |
| 1272 |
"base64 0.21.7", |
| 1273 |
"pastey", |
| 1274 |
"serde", |
| 1275 |
] |
| 1276 |
|
| 1277 |
[[package]] |
| 1278 |
name = "basic-toml" |
| 1279 |
version = "0.1.10" |
| 1280 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1281 |
checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 1282 |
dependencies = [ |
| 1283 |
"serde", |
| 1284 |
] |
| 1285 |
|
| 1286 |
[[package]] |
| 1287 |
name = "bcder" |
| 1288 |
version = "0.7.6" |
| 1289 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1290 |
checksum = "1f7c42c9913f68cf9390a225e81ad56a5c515347287eb98baa710090ca1de86d" |
| 1291 |
dependencies = [ |
| 1292 |
"bytes", |
| 1293 |
"smallvec", |
| 1294 |
] |
| 1295 |
|
| 1296 |
[[package]] |
| 1297 |
name = "beef" |
| 1298 |
version = "0.5.2" |
| 1299 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1300 |
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" |
| 1301 |
|
| 1302 |
[[package]] |
| 1303 |
name = "bincode" |
| 1304 |
version = "1.3.3" |
| 1305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1306 |
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 1307 |
dependencies = [ |
| 1308 |
"serde", |
| 1309 |
] |
| 1310 |
|
| 1311 |
[[package]] |
| 1312 |
name = "bincode" |
| 1313 |
version = "2.0.1" |
| 1314 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1315 |
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" |
| 1316 |
dependencies = [ |
| 1317 |
"bincode_derive", |
| 1318 |
"serde", |
| 1319 |
"unty", |
| 1320 |
] |
| 1321 |
|
| 1322 |
[[package]] |
| 1323 |
name = "bincode_derive" |
| 1324 |
version = "2.0.1" |
| 1325 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1326 |
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" |
| 1327 |
dependencies = [ |
| 1328 |
"virtue", |
| 1329 |
] |
| 1330 |
|
| 1331 |
[[package]] |
| 1332 |
name = "bit-set" |
| 1333 |
version = "0.8.0" |
| 1334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1335 |
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 1336 |
dependencies = [ |
| 1337 |
"bit-vec", |
| 1338 |
] |
| 1339 |
|
| 1340 |
[[package]] |
| 1341 |
name = "bit-vec" |
| 1342 |
version = "0.8.0" |
| 1343 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1344 |
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 1345 |
|
| 1346 |
[[package]] |
| 1347 |
name = "bitflags" |
| 1348 |
version = "1.3.2" |
| 1349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1350 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 1351 |
|
| 1352 |
[[package]] |
| 1353 |
name = "bitflags" |
| 1354 |
version = "2.11.0" |
| 1355 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1356 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 1357 |
dependencies = [ |
| 1358 |
"serde_core", |
| 1359 |
] |
| 1360 |
|
| 1361 |
[[package]] |
| 1362 |
name = "bitvec" |
| 1363 |
version = "1.0.1" |
| 1364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 |
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| 1366 |
dependencies = [ |
| 1367 |
"funty", |
| 1368 |
"radium", |
| 1369 |
"tap", |
| 1370 |
"wyz", |
| 1371 |
] |
| 1372 |
|
| 1373 |
[[package]] |
| 1374 |
name = "bitvec-nom2" |
| 1375 |
version = "0.2.1" |
| 1376 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1377 |
checksum = "d988fcc40055ceaa85edc55875a08f8abd29018582647fd82ad6128dba14a5f0" |
| 1378 |
dependencies = [ |
| 1379 |
"bitvec", |
| 1380 |
"nom 7.1.3", |
| 1381 |
] |
| 1382 |
|
| 1383 |
[[package]] |
| 1384 |
name = "blake2" |
| 1385 |
version = "0.10.6" |
| 1386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 |
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| 1388 |
dependencies = [ |
| 1389 |
"digest 0.10.7", |
| 1390 |
] |
| 1391 |
|
| 1392 |
[[package]] |
| 1393 |
name = "block-buffer" |
| 1394 |
version = "0.10.4" |
| 1395 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1396 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 1397 |
dependencies = [ |
| 1398 |
"generic-array", |
| 1399 |
] |
| 1400 |
|
| 1401 |
[[package]] |
| 1402 |
name = "block-buffer" |
| 1403 |
version = "0.12.0" |
| 1404 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 |
checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" |
| 1406 |
dependencies = [ |
| 1407 |
"hybrid-array", |
| 1408 |
] |
| 1409 |
|
| 1410 |
[[package]] |
| 1411 |
name = "block-padding" |
| 1412 |
version = "0.3.3" |
| 1413 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1414 |
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| 1415 |
dependencies = [ |
| 1416 |
"generic-array", |
| 1417 |
] |
| 1418 |
|
| 1419 |
[[package]] |
| 1420 |
name = "borsh" |
| 1421 |
version = "1.6.1" |
| 1422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1423 |
checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" |
| 1424 |
dependencies = [ |
| 1425 |
"bytes", |
| 1426 |
"cfg_aliases", |
| 1427 |
] |
| 1428 |
|
| 1429 |
[[package]] |
| 1430 |
name = "bstr" |
| 1431 |
version = "1.12.1" |
| 1432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1433 |
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 1434 |
dependencies = [ |
| 1435 |
"memchr", |
| 1436 |
"regex-automata", |
| 1437 |
"serde", |
| 1438 |
] |
| 1439 |
|
| 1440 |
[[package]] |
| 1441 |
name = "bumpalo" |
| 1442 |
version = "3.20.2" |
| 1443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1444 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 1445 |
dependencies = [ |
| 1446 |
"allocator-api2", |
| 1447 |
] |
| 1448 |
|
| 1449 |
[[package]] |
| 1450 |
name = "bytemuck" |
| 1451 |
version = "1.25.0" |
| 1452 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1453 |
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 1454 |
|
| 1455 |
[[package]] |
| 1456 |
name = "byteorder" |
| 1457 |
version = "1.5.0" |
| 1458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 1460 |
|
| 1461 |
[[package]] |
| 1462 |
name = "byteorder-lite" |
| 1463 |
version = "0.1.0" |
| 1464 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 |
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 1466 |
|
| 1467 |
[[package]] |
| 1468 |
name = "bytes" |
| 1469 |
version = "1.11.1" |
| 1470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 1472 |
|
| 1473 |
[[package]] |
| 1474 |
name = "bytes-utils" |
| 1475 |
version = "0.1.4" |
| 1476 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1477 |
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" |
| 1478 |
dependencies = [ |
| 1479 |
"bytes", |
| 1480 |
"either", |
| 1481 |
] |
| 1482 |
|
| 1483 |
[[package]] |
| 1484 |
name = "bytesize" |
| 1485 |
version = "1.3.3" |
| 1486 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 |
checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659" |
| 1488 |
|
| 1489 |
[[package]] |
| 1490 |
name = "bzip2" |
| 1491 |
version = "0.4.4" |
| 1492 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1493 |
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" |
| 1494 |
dependencies = [ |
| 1495 |
"bzip2-sys", |
| 1496 |
"libc", |
| 1497 |
] |
| 1498 |
|
| 1499 |
[[package]] |
| 1500 |
name = "bzip2" |
| 1501 |
version = "0.6.1" |
| 1502 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 |
checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" |
| 1504 |
dependencies = [ |
| 1505 |
"libbz2-rs-sys", |
| 1506 |
] |
| 1507 |
|
| 1508 |
[[package]] |
| 1509 |
name = "bzip2-sys" |
| 1510 |
version = "0.1.13+1.0.8" |
| 1511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 |
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" |
| 1513 |
dependencies = [ |
| 1514 |
"cc", |
| 1515 |
"pkg-config", |
| 1516 |
] |
| 1517 |
|
| 1518 |
[[package]] |
| 1519 |
name = "cbc" |
| 1520 |
version = "0.1.2" |
| 1521 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1522 |
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| 1523 |
dependencies = [ |
| 1524 |
"cipher", |
| 1525 |
] |
| 1526 |
|
| 1527 |
[[package]] |
| 1528 |
name = "cc" |
| 1529 |
version = "1.2.57" |
| 1530 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1531 |
checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" |
| 1532 |
dependencies = [ |
| 1533 |
"find-msvc-tools", |
| 1534 |
"jobserver", |
| 1535 |
"libc", |
| 1536 |
"shlex", |
| 1537 |
] |
| 1538 |
|
| 1539 |
[[package]] |
| 1540 |
name = "cfb" |
| 1541 |
version = "0.7.3" |
| 1542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1543 |
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" |
| 1544 |
dependencies = [ |
| 1545 |
"byteorder", |
| 1546 |
"fnv", |
| 1547 |
"uuid", |
| 1548 |
] |
| 1549 |
|
| 1550 |
[[package]] |
| 1551 |
name = "cfg-if" |
| 1552 |
version = "1.0.4" |
| 1553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1554 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 1555 |
|
| 1556 |
[[package]] |
| 1557 |
name = "cfg_aliases" |
| 1558 |
version = "0.2.1" |
| 1559 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 |
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 1561 |
|
| 1562 |
[[package]] |
| 1563 |
name = "chrono" |
| 1564 |
version = "0.4.44" |
| 1565 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1566 |
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 1567 |
dependencies = [ |
| 1568 |
"iana-time-zone", |
| 1569 |
"js-sys", |
| 1570 |
"num-traits", |
| 1571 |
"serde", |
| 1572 |
"wasm-bindgen", |
| 1573 |
"windows-link", |
| 1574 |
] |
| 1575 |
|
| 1576 |
[[package]] |
| 1577 |
name = "cipher" |
| 1578 |
version = "0.4.4" |
| 1579 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1580 |
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 1581 |
dependencies = [ |
| 1582 |
"crypto-common 0.1.6", |
| 1583 |
"inout", |
| 1584 |
] |
| 1585 |
|
| 1586 |
[[package]] |
| 1587 |
name = "clap" |
| 1588 |
version = "4.6.0" |
| 1589 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1590 |
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" |
| 1591 |
dependencies = [ |
| 1592 |
"clap_builder", |
| 1593 |
"clap_derive", |
| 1594 |
] |
| 1595 |
|
| 1596 |
[[package]] |
| 1597 |
name = "clap_builder" |
| 1598 |
version = "4.6.0" |
| 1599 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 |
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 1601 |
dependencies = [ |
| 1602 |
"anstream", |
| 1603 |
"anstyle", |
| 1604 |
"clap_lex", |
| 1605 |
"strsim", |
| 1606 |
] |
| 1607 |
|
| 1608 |
[[package]] |
| 1609 |
name = "clap_derive" |
| 1610 |
version = "4.6.0" |
| 1611 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1612 |
checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" |
| 1613 |
dependencies = [ |
| 1614 |
"heck", |
| 1615 |
"proc-macro2", |
| 1616 |
"quote", |
| 1617 |
"syn", |
| 1618 |
] |
| 1619 |
|
| 1620 |
[[package]] |
| 1621 |
name = "clap_lex" |
| 1622 |
version = "1.1.0" |
| 1623 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1624 |
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 1625 |
|
| 1626 |
[[package]] |
| 1627 |
name = "cmake" |
| 1628 |
version = "0.1.57" |
| 1629 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1630 |
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" |
| 1631 |
dependencies = [ |
| 1632 |
"cc", |
| 1633 |
] |
| 1634 |
|
| 1635 |
[[package]] |
| 1636 |
name = "cmov" |
| 1637 |
version = "0.5.3" |
| 1638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1639 |
checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746" |
| 1640 |
|
| 1641 |
[[package]] |
| 1642 |
name = "cms" |
| 1643 |
version = "0.2.3" |
| 1644 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1645 |
checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730" |
| 1646 |
dependencies = [ |
| 1647 |
"const-oid 0.9.6", |
| 1648 |
"der 0.7.10", |
| 1649 |
"spki 0.7.3", |
| 1650 |
"x509-cert", |
| 1651 |
] |
| 1652 |
|
| 1653 |
[[package]] |
| 1654 |
name = "cobs" |
| 1655 |
version = "0.3.0" |
| 1656 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1657 |
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" |
| 1658 |
dependencies = [ |
| 1659 |
"thiserror 2.0.18", |
| 1660 |
] |
| 1661 |
|
| 1662 |
[[package]] |
| 1663 |
name = "colorchoice" |
| 1664 |
version = "1.0.5" |
| 1665 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1666 |
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 1667 |
|
| 1668 |
[[package]] |
| 1669 |
name = "concurrent-queue" |
| 1670 |
version = "2.5.0" |
| 1671 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1672 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 1673 |
dependencies = [ |
| 1674 |
"crossbeam-utils", |
| 1675 |
] |
| 1676 |
|
| 1677 |
[[package]] |
| 1678 |
name = "console" |
| 1679 |
version = "0.15.11" |
| 1680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1681 |
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| 1682 |
dependencies = [ |
| 1683 |
"encode_unicode", |
| 1684 |
"libc", |
| 1685 |
"once_cell", |
| 1686 |
"unicode-width", |
| 1687 |
"windows-sys 0.59.0", |
| 1688 |
] |
| 1689 |
|
| 1690 |
[[package]] |
| 1691 |
name = "const-oid" |
| 1692 |
version = "0.9.6" |
| 1693 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1694 |
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 1695 |
|
| 1696 |
[[package]] |
| 1697 |
name = "const-oid" |
| 1698 |
version = "0.10.2" |
| 1699 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1700 |
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| 1701 |
|
| 1702 |
[[package]] |
| 1703 |
name = "const_panic" |
| 1704 |
version = "0.2.15" |
| 1705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 |
checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652" |
| 1707 |
dependencies = [ |
| 1708 |
"typewit", |
| 1709 |
] |
| 1710 |
|
| 1711 |
[[package]] |
| 1712 |
name = "constant_time_eq" |
| 1713 |
version = "0.3.1" |
| 1714 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1715 |
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| 1716 |
|
| 1717 |
[[package]] |
| 1718 |
name = "constant_time_eq" |
| 1719 |
version = "0.4.2" |
| 1720 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1721 |
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" |
| 1722 |
|
| 1723 |
[[package]] |
| 1724 |
name = "cookie" |
| 1725 |
version = "0.18.1" |
| 1726 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1727 |
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 1728 |
dependencies = [ |
| 1729 |
"percent-encoding", |
| 1730 |
"time", |
| 1731 |
"version_check", |
| 1732 |
] |
| 1733 |
|
| 1734 |
[[package]] |
| 1735 |
name = "cookie-factory" |
| 1736 |
version = "0.3.3" |
| 1737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1738 |
checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2" |
| 1739 |
dependencies = [ |
| 1740 |
"futures", |
| 1741 |
] |
| 1742 |
|
| 1743 |
[[package]] |
| 1744 |
name = "cookie_store" |
| 1745 |
version = "0.22.1" |
| 1746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1747 |
checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206" |
| 1748 |
dependencies = [ |
| 1749 |
"cookie", |
| 1750 |
"document-features", |
| 1751 |
"idna", |
| 1752 |
"log", |
| 1753 |
"publicsuffix", |
| 1754 |
"serde", |
| 1755 |
"serde_derive", |
| 1756 |
"serde_json", |
| 1757 |
"time", |
| 1758 |
"url", |
| 1759 |
] |
| 1760 |
|
| 1761 |
[[package]] |
| 1762 |
name = "core-foundation" |
| 1763 |
version = "0.9.4" |
| 1764 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 |
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 1766 |
dependencies = [ |
| 1767 |
"core-foundation-sys", |
| 1768 |
"libc", |
| 1769 |
] |
| 1770 |
|
| 1771 |
[[package]] |
| 1772 |
name = "core-foundation" |
| 1773 |
version = "0.10.1" |
| 1774 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1775 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 1776 |
dependencies = [ |
| 1777 |
"core-foundation-sys", |
| 1778 |
"libc", |
| 1779 |
] |
| 1780 |
|
| 1781 |
[[package]] |
| 1782 |
name = "core-foundation-sys" |
| 1783 |
version = "0.8.7" |
| 1784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 1786 |
|
| 1787 |
[[package]] |
| 1788 |
name = "countme" |
| 1789 |
version = "3.0.1" |
| 1790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 |
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" |
| 1792 |
|
| 1793 |
[[package]] |
| 1794 |
name = "cpio-archive" |
| 1795 |
version = "0.10.0" |
| 1796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 |
checksum = "f11d34b07689c21889fc89bd7cc885b3244b0157bbededf4a1c159832cd0df05" |
| 1798 |
dependencies = [ |
| 1799 |
"chrono", |
| 1800 |
"is_executable", |
| 1801 |
"simple-file-manifest", |
| 1802 |
"thiserror 1.0.69", |
| 1803 |
] |
| 1804 |
|
| 1805 |
[[package]] |
| 1806 |
name = "cpufeatures" |
| 1807 |
version = "0.2.17" |
| 1808 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1809 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 1810 |
dependencies = [ |
| 1811 |
"libc", |
| 1812 |
] |
| 1813 |
|
| 1814 |
[[package]] |
| 1815 |
name = "cpufeatures" |
| 1816 |
version = "0.3.0" |
| 1817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 |
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 1819 |
dependencies = [ |
| 1820 |
"libc", |
| 1821 |
] |
| 1822 |
|
| 1823 |
[[package]] |
| 1824 |
name = "cranelift-assembler-x64" |
| 1825 |
version = "0.130.2" |
| 1826 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1827 |
checksum = "adc822414b18d1f5b1b33ce1441534e311e62fef86ebb5b9d382af857d0272c9" |
| 1828 |
dependencies = [ |
| 1829 |
"cranelift-assembler-x64-meta", |
| 1830 |
] |
| 1831 |
|
| 1832 |
[[package]] |
| 1833 |
name = "cranelift-assembler-x64-meta" |
| 1834 |
version = "0.130.2" |
| 1835 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1836 |
checksum = "8c646808b06f4532478d8d6057d74f15c3322f10d995d9486e7dcea405bf521a" |
| 1837 |
dependencies = [ |
| 1838 |
"cranelift-srcgen", |
| 1839 |
] |
| 1840 |
|
| 1841 |
[[package]] |
| 1842 |
name = "cranelift-bforest" |
| 1843 |
version = "0.130.2" |
| 1844 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1845 |
checksum = "7b5996f01a686b2349cdb379083ec5ad3e8cb8767fb2d495d3a4f2ee4163a18d" |
| 1846 |
dependencies = [ |
| 1847 |
"cranelift-entity", |
| 1848 |
"wasmtime-internal-core", |
| 1849 |
] |
| 1850 |
|
| 1851 |
[[package]] |
| 1852 |
name = "cranelift-bitset" |
| 1853 |
version = "0.130.2" |
| 1854 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1855 |
checksum = "523fea83273f6a985520f57788809a4de2165794d9ab00fb1254fceb4f5aa00c" |
| 1856 |
dependencies = [ |
| 1857 |
"serde", |
| 1858 |
"serde_derive", |
| 1859 |
"wasmtime-internal-core", |
| 1860 |
] |
| 1861 |
|
| 1862 |
[[package]] |
| 1863 |
name = "cranelift-codegen" |
| 1864 |
version = "0.130.2" |
| 1865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1866 |
checksum = "d73d1e372730b5f64ed1a2bd9f01fe4686c8ec14a28034e3084e530c8d951878" |
| 1867 |
dependencies = [ |
| 1868 |
"bumpalo", |
| 1869 |
"cranelift-assembler-x64", |
| 1870 |
"cranelift-bforest", |
| 1871 |
"cranelift-bitset", |
| 1872 |
"cranelift-codegen-meta", |
| 1873 |
"cranelift-codegen-shared", |
| 1874 |
"cranelift-control", |
| 1875 |
"cranelift-entity", |
| 1876 |
"cranelift-isle", |
| 1877 |
"gimli 0.33.0", |
| 1878 |
"hashbrown 0.16.1", |
| 1879 |
"libm", |
| 1880 |
"log", |
| 1881 |
"pulley-interpreter", |
| 1882 |
"regalloc2", |
| 1883 |
"rustc-hash 2.1.1", |
| 1884 |
"serde", |
| 1885 |
"smallvec", |
| 1886 |
"target-lexicon", |
| 1887 |
"wasmtime-internal-core", |
| 1888 |
] |
| 1889 |
|
| 1890 |
[[package]] |
| 1891 |
name = "cranelift-codegen-meta" |
| 1892 |
version = "0.130.2" |
| 1893 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1894 |
checksum = "b0319c18165e93dc1ebf78946a8da0b1c341c95b4a39729a69574671639bdb5f" |
| 1895 |
dependencies = [ |
| 1896 |
"cranelift-assembler-x64-meta", |
| 1897 |
"cranelift-codegen-shared", |
| 1898 |
"cranelift-srcgen", |
| 1899 |
"heck", |
| 1900 |
"pulley-interpreter", |
| 1901 |
] |
| 1902 |
|
| 1903 |
[[package]] |
| 1904 |
name = "cranelift-codegen-shared" |
| 1905 |
version = "0.130.2" |
| 1906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1907 |
checksum = "9195cd8aeecb55e401aa96b2eaa55921636e8246c127ed7908f7ef7e0d40f270" |
| 1908 |
|
| 1909 |
[[package]] |
| 1910 |
name = "cranelift-control" |
| 1911 |
version = "0.130.2" |
| 1912 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 |
checksum = "8976c2154b74136322befc74222ab5c7249edd7e2604f8cbef2b94975541ffb9" |
| 1914 |
dependencies = [ |
| 1915 |
"arbitrary", |
| 1916 |
] |
| 1917 |
|
| 1918 |
[[package]] |
| 1919 |
name = "cranelift-entity" |
| 1920 |
version = "0.130.2" |
| 1921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1922 |
checksum = "6038b3147c7982f4951150d5f96c7c06c1e7214b99d4b4a98607aadf8ded89d1" |
| 1923 |
dependencies = [ |
| 1924 |
"cranelift-bitset", |
| 1925 |
"serde", |
| 1926 |
"serde_derive", |
| 1927 |
"wasmtime-internal-core", |
| 1928 |
] |
| 1929 |
|
| 1930 |
[[package]] |
| 1931 |
name = "cranelift-frontend" |
| 1932 |
version = "0.130.2" |
| 1933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1934 |
checksum = "4cbd294abe236e23cc3d907b0936226b6a8342db7636daa9c7c72be1e323420e" |
| 1935 |
dependencies = [ |
| 1936 |
"cranelift-codegen", |
| 1937 |
"log", |
| 1938 |
"smallvec", |
| 1939 |
"target-lexicon", |
| 1940 |
] |
| 1941 |
|
| 1942 |
[[package]] |
| 1943 |
name = "cranelift-isle" |
| 1944 |
version = "0.130.2" |
| 1945 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1946 |
checksum = "b5a90b6ed3aba84189352a87badeb93b2126d3724225a42dc67fdce53d1b139c" |
| 1947 |
|
| 1948 |
[[package]] |
| 1949 |
name = "cranelift-native" |
| 1950 |
version = "0.130.2" |
| 1951 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1952 |
checksum = "c3ec0cc1a54e22925eacf4fc3dc815f907734d3b377899d19d52bec04863e853" |
| 1953 |
dependencies = [ |
| 1954 |
"cranelift-codegen", |
| 1955 |
"libc", |
| 1956 |
"target-lexicon", |
| 1957 |
] |
| 1958 |
|
| 1959 |
[[package]] |
| 1960 |
name = "cranelift-srcgen" |
| 1961 |
version = "0.130.2" |
| 1962 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1963 |
checksum = "948865622f87f30907bb46fbb081b235ae63c1896a99a83c26a003305c1fa82d" |
| 1964 |
|
| 1965 |
[[package]] |
| 1966 |
name = "crc" |
| 1967 |
version = "3.3.0" |
| 1968 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1969 |
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" |
| 1970 |
dependencies = [ |
| 1971 |
"crc-catalog", |
| 1972 |
] |
| 1973 |
|
| 1974 |
[[package]] |
| 1975 |
name = "crc-catalog" |
| 1976 |
version = "2.4.0" |
| 1977 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1978 |
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 1979 |
|
| 1980 |
[[package]] |
| 1981 |
name = "crc-fast" |
| 1982 |
version = "1.9.0" |
| 1983 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1984 |
checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d" |
| 1985 |
dependencies = [ |
| 1986 |
"crc", |
| 1987 |
"digest 0.10.7", |
| 1988 |
"rustversion", |
| 1989 |
"spin 0.10.0", |
| 1990 |
] |
| 1991 |
|
| 1992 |
[[package]] |
| 1993 |
name = "crc32fast" |
| 1994 |
version = "1.5.0" |
| 1995 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1996 |
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 1997 |
dependencies = [ |
| 1998 |
"cfg-if", |
| 1999 |
] |
| 2000 |
|
| 2001 |
[[package]] |
| 2002 |
name = "crossbeam-deque" |
| 2003 |
version = "0.8.6" |
| 2004 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2005 |
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 2006 |
dependencies = [ |
| 2007 |
"crossbeam-epoch", |
| 2008 |
"crossbeam-utils", |
| 2009 |
] |
| 2010 |
|
| 2011 |
[[package]] |
| 2012 |
name = "crossbeam-epoch" |
| 2013 |
version = "0.9.18" |
| 2014 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2015 |
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 2016 |
dependencies = [ |
| 2017 |
"crossbeam-utils", |
| 2018 |
] |
| 2019 |
|
| 2020 |
[[package]] |
| 2021 |
name = "crossbeam-queue" |
| 2022 |
version = "0.3.12" |
| 2023 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2024 |
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 2025 |
dependencies = [ |
| 2026 |
"crossbeam-utils", |
| 2027 |
] |
| 2028 |
|
| 2029 |
[[package]] |
| 2030 |
name = "crossbeam-utils" |
| 2031 |
version = "0.8.21" |
| 2032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2033 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 2034 |
|
| 2035 |
[[package]] |
| 2036 |
name = "crunchy" |
| 2037 |
version = "0.2.4" |
| 2038 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2039 |
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 2040 |
|
| 2041 |
[[package]] |
| 2042 |
name = "crypto-bigint" |
| 2043 |
version = "0.4.9" |
| 2044 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2045 |
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| 2046 |
dependencies = [ |
| 2047 |
"generic-array", |
| 2048 |
"rand_core 0.6.4", |
| 2049 |
"subtle", |
| 2050 |
"zeroize", |
| 2051 |
] |
| 2052 |
|
| 2053 |
[[package]] |
| 2054 |
name = "crypto-bigint" |
| 2055 |
version = "0.5.5" |
| 2056 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2057 |
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 2058 |
dependencies = [ |
| 2059 |
"generic-array", |
| 2060 |
"rand_core 0.6.4", |
| 2061 |
"subtle", |
| 2062 |
"zeroize", |
| 2063 |
] |
| 2064 |
|
| 2065 |
[[package]] |
| 2066 |
name = "crypto-common" |
| 2067 |
version = "0.1.6" |
| 2068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2069 |
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 2070 |
dependencies = [ |
| 2071 |
"generic-array", |
| 2072 |
"typenum", |
| 2073 |
] |
| 2074 |
|
| 2075 |
[[package]] |
| 2076 |
name = "crypto-common" |
| 2077 |
version = "0.2.1" |
| 2078 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2079 |
checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| 2080 |
dependencies = [ |
| 2081 |
"hybrid-array", |
| 2082 |
] |
| 2083 |
|
| 2084 |
[[package]] |
| 2085 |
name = "cryptographic-message-syntax" |
| 2086 |
version = "0.27.0" |
| 2087 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2088 |
checksum = "97a99e58d7755c646cb3f2a138d99f90da4c495282e1700b82daff8a48759ce0" |
| 2089 |
dependencies = [ |
| 2090 |
"bcder", |
| 2091 |
"bytes", |
| 2092 |
"chrono", |
| 2093 |
"hex", |
| 2094 |
"pem", |
| 2095 |
"reqwest", |
| 2096 |
"ring", |
| 2097 |
"signature 2.2.0", |
| 2098 |
"x509-certificate", |
| 2099 |
] |
| 2100 |
|
| 2101 |
[[package]] |
| 2102 |
name = "cssparser" |
| 2103 |
version = "0.35.0" |
| 2104 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2105 |
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" |
| 2106 |
dependencies = [ |
| 2107 |
"cssparser-macros", |
| 2108 |
"dtoa-short", |
| 2109 |
"itoa", |
| 2110 |
"phf", |
| 2111 |
"smallvec", |
| 2112 |
] |
| 2113 |
|
| 2114 |
[[package]] |
| 2115 |
name = "cssparser-macros" |
| 2116 |
version = "0.6.1" |
| 2117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2118 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 2119 |
dependencies = [ |
| 2120 |
"quote", |
| 2121 |
"syn", |
| 2122 |
] |
| 2123 |
|
| 2124 |
[[package]] |
| 2125 |
name = "csv" |
| 2126 |
version = "1.4.0" |
| 2127 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2128 |
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" |
| 2129 |
dependencies = [ |
| 2130 |
"csv-core", |
| 2131 |
"itoa", |
| 2132 |
"ryu", |
| 2133 |
"serde_core", |
| 2134 |
] |
| 2135 |
|
| 2136 |
[[package]] |
| 2137 |
name = "csv-core" |
| 2138 |
version = "0.1.13" |
| 2139 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2140 |
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" |
| 2141 |
dependencies = [ |
| 2142 |
"memchr", |
| 2143 |
] |
| 2144 |
|
| 2145 |
[[package]] |
| 2146 |
name = "ctutils" |
| 2147 |
version = "0.4.2" |
| 2148 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2149 |
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| 2150 |
dependencies = [ |
| 2151 |
"cmov", |
| 2152 |
] |
| 2153 |
|
| 2154 |
[[package]] |
| 2155 |
name = "curve25519-dalek" |
| 2156 |
version = "4.1.3" |
| 2157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2158 |
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| 2159 |
dependencies = [ |
| 2160 |
"cfg-if", |
| 2161 |
"cpufeatures 0.2.17", |
| 2162 |
"curve25519-dalek-derive", |
| 2163 |
"fiat-crypto", |
| 2164 |
"rand_core 0.6.4", |
| 2165 |
"rustc_version", |
| 2166 |
"subtle", |
| 2167 |
] |
| 2168 |
|
| 2169 |
[[package]] |
| 2170 |
name = "curve25519-dalek-derive" |
| 2171 |
version = "0.1.1" |
| 2172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2173 |
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| 2174 |
dependencies = [ |
| 2175 |
"proc-macro2", |
| 2176 |
"quote", |
| 2177 |
"syn", |
| 2178 |
] |
| 2179 |
|
| 2180 |
[[package]] |
| 2181 |
name = "daachorse" |
| 2182 |
version = "3.0.0" |
| 2183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2184 |
checksum = "9d87f75bbe32ee10609201e09e818537df81c3acb436be2b78f47cc85d139475" |
| 2185 |
|
| 2186 |
[[package]] |
| 2187 |
name = "darling" |
| 2188 |
version = "0.20.11" |
| 2189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2190 |
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 2191 |
dependencies = [ |
| 2192 |
"darling_core", |
| 2193 |
"darling_macro", |
| 2194 |
] |
| 2195 |
|
| 2196 |
[[package]] |
| 2197 |
name = "darling_core" |
| 2198 |
version = "0.20.11" |
| 2199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2200 |
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 2201 |
dependencies = [ |
| 2202 |
"fnv", |
| 2203 |
"ident_case", |
| 2204 |
"proc-macro2", |
| 2205 |
"quote", |
| 2206 |
"strsim", |
| 2207 |
"syn", |
| 2208 |
] |
| 2209 |
|
| 2210 |
[[package]] |
| 2211 |
name = "darling_macro" |
| 2212 |
version = "0.20.11" |
| 2213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2214 |
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 2215 |
dependencies = [ |
| 2216 |
"darling_core", |
| 2217 |
"quote", |
| 2218 |
"syn", |
| 2219 |
] |
| 2220 |
|
| 2221 |
[[package]] |
| 2222 |
name = "dashmap" |
| 2223 |
version = "6.1.0" |
| 2224 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2225 |
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
| 2226 |
dependencies = [ |
| 2227 |
"cfg-if", |
| 2228 |
"crossbeam-utils", |
| 2229 |
"hashbrown 0.14.5", |
| 2230 |
"lock_api", |
| 2231 |
"once_cell", |
| 2232 |
"parking_lot_core", |
| 2233 |
] |
| 2234 |
|
| 2235 |
[[package]] |
| 2236 |
name = "data-encoding" |
| 2237 |
version = "2.10.0" |
| 2238 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2239 |
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" |
| 2240 |
|
| 2241 |
[[package]] |
| 2242 |
name = "deadpool" |
| 2243 |
version = "0.12.3" |
| 2244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2245 |
checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" |
| 2246 |
dependencies = [ |
| 2247 |
"deadpool-runtime", |
| 2248 |
"lazy_static", |
| 2249 |
"num_cpus", |
| 2250 |
"tokio", |
| 2251 |
] |
| 2252 |
|
| 2253 |
[[package]] |
| 2254 |
name = "deadpool-runtime" |
| 2255 |
version = "0.1.4" |
| 2256 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2257 |
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
| 2258 |
|
| 2259 |
[[package]] |
| 2260 |
name = "deflate64" |
| 2261 |
version = "0.1.11" |
| 2262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2263 |
checksum = "807800ff3288b621186fe0a8f3392c4652068257302709c24efd918c3dffcdc2" |
| 2264 |
|
| 2265 |
[[package]] |
| 2266 |
name = "der" |
| 2267 |
version = "0.6.1" |
| 2268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2269 |
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| 2270 |
dependencies = [ |
| 2271 |
"const-oid 0.9.6", |
| 2272 |
"zeroize", |
| 2273 |
] |
| 2274 |
|
| 2275 |
[[package]] |
| 2276 |
name = "der" |
| 2277 |
version = "0.7.10" |
| 2278 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2279 |
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 2280 |
dependencies = [ |
| 2281 |
"const-oid 0.9.6", |
| 2282 |
"der_derive", |
| 2283 |
"flagset", |
| 2284 |
"pem-rfc7468", |
| 2285 |
"zeroize", |
| 2286 |
] |
| 2287 |
|
| 2288 |
[[package]] |
| 2289 |
name = "der-parser" |
| 2290 |
version = "9.0.0" |
| 2291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2292 |
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" |
| 2293 |
dependencies = [ |
| 2294 |
"asn1-rs 0.6.2", |
| 2295 |
"displaydoc", |
| 2296 |
"nom 7.1.3", |
| 2297 |
"num-bigint", |
| 2298 |
"num-traits", |
| 2299 |
"rusticata-macros", |
| 2300 |
] |
| 2301 |
|
| 2302 |
[[package]] |
| 2303 |
name = "der-parser" |
| 2304 |
version = "10.0.0" |
| 2305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2306 |
checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" |
| 2307 |
dependencies = [ |
| 2308 |
"asn1-rs 0.7.1", |
| 2309 |
"displaydoc", |
| 2310 |
"nom 7.1.3", |
| 2311 |
"num-bigint", |
| 2312 |
"num-traits", |
| 2313 |
"rusticata-macros", |
| 2314 |
] |
| 2315 |
|
| 2316 |
[[package]] |
| 2317 |
name = "der_derive" |
| 2318 |
version = "0.7.3" |
| 2319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2320 |
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" |
| 2321 |
dependencies = [ |
| 2322 |
"proc-macro2", |
| 2323 |
"quote", |
| 2324 |
"syn", |
| 2325 |
] |
| 2326 |
|
| 2327 |
[[package]] |
| 2328 |
name = "deranged" |
| 2329 |
version = "0.5.8" |
| 2330 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2331 |
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 2332 |
dependencies = [ |
| 2333 |
"powerfmt", |
| 2334 |
"serde_core", |
| 2335 |
] |
| 2336 |
|
| 2337 |
[[package]] |
| 2338 |
name = "derive_arbitrary" |
| 2339 |
version = "1.4.2" |
| 2340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2341 |
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" |
| 2342 |
dependencies = [ |
| 2343 |
"proc-macro2", |
| 2344 |
"quote", |
| 2345 |
"syn", |
| 2346 |
] |
| 2347 |
|
| 2348 |
[[package]] |
| 2349 |
name = "des" |
| 2350 |
version = "0.8.1" |
| 2351 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2352 |
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" |
| 2353 |
dependencies = [ |
| 2354 |
"cipher", |
| 2355 |
] |
| 2356 |
|
| 2357 |
[[package]] |
| 2358 |
name = "dialoguer" |
| 2359 |
version = "0.11.0" |
| 2360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2361 |
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" |
| 2362 |
dependencies = [ |
| 2363 |
"console", |
| 2364 |
"shell-words", |
| 2365 |
"tempfile", |
| 2366 |
"thiserror 1.0.69", |
| 2367 |
"zeroize", |
| 2368 |
] |
| 2369 |
|
| 2370 |
[[package]] |
| 2371 |
name = "difference" |
| 2372 |
version = "2.0.0" |
| 2373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2374 |
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
| 2375 |
|
| 2376 |
[[package]] |
| 2377 |
name = "digest" |
| 2378 |
version = "0.10.7" |
| 2379 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2380 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 2381 |
dependencies = [ |
| 2382 |
"block-buffer 0.10.4", |
| 2383 |
"const-oid 0.9.6", |
| 2384 |
"crypto-common 0.1.6", |
| 2385 |
"subtle", |
| 2386 |
] |
| 2387 |
|
| 2388 |
[[package]] |
| 2389 |
name = "digest" |
| 2390 |
version = "0.11.3" |
| 2391 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2392 |
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| 2393 |
dependencies = [ |
| 2394 |
"block-buffer 0.12.0", |
| 2395 |
"const-oid 0.10.2", |
| 2396 |
"crypto-common 0.2.1", |
| 2397 |
"ctutils", |
| 2398 |
] |
| 2399 |
|
| 2400 |
[[package]] |
| 2401 |
name = "dirs" |
| 2402 |
version = "5.0.1" |
| 2403 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2404 |
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 2405 |
dependencies = [ |
| 2406 |
"dirs-sys", |
| 2407 |
] |
| 2408 |
|
| 2409 |
[[package]] |
| 2410 |
name = "dirs-sys" |
| 2411 |
version = "0.4.1" |
| 2412 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2413 |
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 2414 |
dependencies = [ |
| 2415 |
"libc", |
| 2416 |
"option-ext", |
| 2417 |
"redox_users", |
| 2418 |
"windows-sys 0.48.0", |
| 2419 |
] |
| 2420 |
|
| 2421 |
[[package]] |
| 2422 |
name = "displaydoc" |
| 2423 |
version = "0.2.5" |
| 2424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2425 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 2426 |
dependencies = [ |
| 2427 |
"proc-macro2", |
| 2428 |
"quote", |
| 2429 |
"syn", |
| 2430 |
] |
| 2431 |
|
| 2432 |
[[package]] |
| 2433 |
name = "docengine" |
| 2434 |
version = "0.3.5" |
| 2435 |
dependencies = [ |
| 2436 |
"ammonia", |
| 2437 |
"pulldown-cmark", |
| 2438 |
"regex", |
| 2439 |
"regex-lite", |
| 2440 |
"serde", |
| 2441 |
"toml", |
| 2442 |
"tracing", |
| 2443 |
] |
| 2444 |
|
| 2445 |
[[package]] |
| 2446 |
name = "document-features" |
| 2447 |
version = "0.2.12" |
| 2448 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2449 |
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 2450 |
dependencies = [ |
| 2451 |
"litrs", |
| 2452 |
] |
| 2453 |
|
| 2454 |
[[package]] |
| 2455 |
name = "dotenvy" |
| 2456 |
version = "0.15.7" |
| 2457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2458 |
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 2459 |
|
| 2460 |
[[package]] |
| 2461 |
name = "dsa" |
| 2462 |
version = "0.6.3" |
| 2463 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2464 |
checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689" |
| 2465 |
dependencies = [ |
| 2466 |
"digest 0.10.7", |
| 2467 |
"num-bigint-dig", |
| 2468 |
"num-traits", |
| 2469 |
"pkcs8 0.10.2", |
| 2470 |
"rfc6979 0.4.0", |
| 2471 |
"sha2 0.10.9", |
| 2472 |
"signature 2.2.0", |
| 2473 |
"zeroize", |
| 2474 |
] |
| 2475 |
|
| 2476 |
[[package]] |
| 2477 |
name = "dtoa" |
| 2478 |
version = "1.0.11" |
| 2479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2480 |
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 2481 |
|
| 2482 |
[[package]] |
| 2483 |
name = "dtoa-short" |
| 2484 |
version = "0.3.5" |
| 2485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2486 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 2487 |
dependencies = [ |
| 2488 |
"dtoa", |
| 2489 |
] |
| 2490 |
|
| 2491 |
[[package]] |
| 2492 |
name = "dunce" |
| 2493 |
version = "1.0.5" |
| 2494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2495 |
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 2496 |
|
| 2497 |
[[package]] |
| 2498 |
name = "ecdsa" |
| 2499 |
version = "0.14.8" |
| 2500 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 |
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" |
| 2502 |
dependencies = [ |
| 2503 |
"der 0.6.1", |
| 2504 |
"elliptic-curve 0.12.3", |
| 2505 |
"rfc6979 0.3.1", |
| 2506 |
"signature 1.6.4", |
| 2507 |
] |
| 2508 |
|
| 2509 |
[[package]] |
| 2510 |
name = "ecdsa" |
| 2511 |
version = "0.16.9" |
| 2512 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2513 |
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" |
| 2514 |
dependencies = [ |
| 2515 |
"der 0.7.10", |
| 2516 |
"digest 0.10.7", |
| 2517 |
"elliptic-curve 0.13.8", |
| 2518 |
"rfc6979 0.4.0", |
| 2519 |
"signature 2.2.0", |
| 2520 |
"spki 0.7.3", |
| 2521 |
] |
| 2522 |
|
| 2523 |
[[package]] |
| 2524 |
name = "either" |
| 2525 |
version = "1.15.0" |
| 2526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2527 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 2528 |
dependencies = [ |
| 2529 |
"serde", |
| 2530 |
] |
| 2531 |
|
| 2532 |
[[package]] |
| 2533 |
name = "elliptic-curve" |
| 2534 |
version = "0.12.3" |
| 2535 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2536 |
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| 2537 |
dependencies = [ |
| 2538 |
"base16ct 0.1.1", |
| 2539 |
"crypto-bigint 0.4.9", |
| 2540 |
"der 0.6.1", |
| 2541 |
"digest 0.10.7", |
| 2542 |
"ff 0.12.1", |
| 2543 |
"generic-array", |
| 2544 |
"group 0.12.1", |
| 2545 |
"pkcs8 0.9.0", |
| 2546 |
"rand_core 0.6.4", |
| 2547 |
"sec1 0.3.0", |
| 2548 |
"subtle", |
| 2549 |
"zeroize", |
| 2550 |
] |
| 2551 |
|
| 2552 |
[[package]] |
| 2553 |
name = "elliptic-curve" |
| 2554 |
version = "0.13.8" |
| 2555 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2556 |
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
| 2557 |
dependencies = [ |
| 2558 |
"base16ct 0.2.0", |
| 2559 |
"crypto-bigint 0.5.5", |
| 2560 |
"digest 0.10.7", |
| 2561 |
"ff 0.13.1", |
| 2562 |
"generic-array", |
| 2563 |
"group 0.13.0", |
| 2564 |
"hkdf", |
| 2565 |
"pem-rfc7468", |
| 2566 |
"pkcs8 0.10.2", |
| 2567 |
"rand_core 0.6.4", |
| 2568 |
"sec1 0.7.3", |
| 2569 |
"subtle", |
| 2570 |
"zeroize", |
| 2571 |
] |
| 2572 |
|
| 2573 |
[[package]] |
| 2574 |
name = "email_address" |
| 2575 |
version = "0.2.9" |
| 2576 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2577 |
checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" |
| 2578 |
dependencies = [ |
| 2579 |
"serde", |
| 2580 |
] |
| 2581 |
|
| 2582 |
[[package]] |
| 2583 |
name = "embedded-io" |
| 2584 |
version = "0.4.0" |
| 2585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2586 |
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" |
| 2587 |
|
| 2588 |
[[package]] |
| 2589 |
name = "embedded-io" |
| 2590 |
version = "0.6.1" |
| 2591 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2592 |
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| 2593 |
|
| 2594 |
[[package]] |
| 2595 |
name = "encode_unicode" |
| 2596 |
version = "1.0.0" |
| 2597 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2598 |
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 2599 |
|
| 2600 |
[[package]] |
| 2601 |
name = "encoding_rs" |
| 2602 |
version = "0.8.35" |
| 2603 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2604 |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 2605 |
dependencies = [ |
| 2606 |
"cfg-if", |
| 2607 |
] |
| 2608 |
|
| 2609 |
[[package]] |
| 2610 |
name = "env_filter" |
| 2611 |
version = "1.0.1" |
| 2612 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2613 |
checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef" |
| 2614 |
dependencies = [ |
| 2615 |
"log", |
| 2616 |
"regex", |
| 2617 |
] |
| 2618 |
|
| 2619 |
[[package]] |
| 2620 |
name = "env_logger" |
| 2621 |
version = "0.11.10" |
| 2622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2623 |
checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a" |
| 2624 |
dependencies = [ |
| 2625 |
"anstream", |
| 2626 |
"anstyle", |
| 2627 |
"env_filter", |
| 2628 |
"jiff", |
| 2629 |
"log", |
| 2630 |
] |
| 2631 |
|
| 2632 |
[[package]] |
| 2633 |
name = "equivalent" |
| 2634 |
version = "1.0.2" |
| 2635 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2636 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 2637 |
|
| 2638 |
[[package]] |
| 2639 |
name = "errno" |
| 2640 |
version = "0.3.14" |
| 2641 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2642 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 2643 |
dependencies = [ |
| 2644 |
"libc", |
| 2645 |
"windows-sys 0.61.2", |
| 2646 |
] |
| 2647 |
|
| 2648 |
[[package]] |
| 2649 |
name = "etcetera" |
| 2650 |
version = "0.8.0" |
| 2651 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2652 |
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 2653 |
dependencies = [ |
| 2654 |
"cfg-if", |
| 2655 |
"home", |
| 2656 |
"windows-sys 0.48.0", |
| 2657 |
] |
| 2658 |
|
| 2659 |
[[package]] |
| 2660 |
name = "event-listener" |
| 2661 |
version = "5.4.1" |
| 2662 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2663 |
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 2664 |
dependencies = [ |
| 2665 |
"concurrent-queue", |
| 2666 |
"parking", |
| 2667 |
"pin-project-lite", |
| 2668 |
] |
| 2669 |
|
| 2670 |
[[package]] |
| 2671 |
name = "fallible-iterator" |
| 2672 |
version = "0.3.0" |
| 2673 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2674 |
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| 2675 |
|
| 2676 |
[[package]] |
| 2677 |
name = "fancy-regex" |
| 2678 |
version = "0.16.2" |
| 2679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2680 |
checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" |
| 2681 |
dependencies = [ |
| 2682 |
"bit-set", |
| 2683 |
"regex-automata", |
| 2684 |
"regex-syntax", |
| 2685 |
] |
| 2686 |
|
| 2687 |
[[package]] |
| 2688 |
name = "fastrand" |
| 2689 |
version = "2.3.0" |
| 2690 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2691 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 2692 |
|
| 2693 |
[[package]] |
| 2694 |
name = "fdeflate" |
| 2695 |
version = "0.3.7" |
| 2696 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2697 |
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 2698 |
dependencies = [ |
| 2699 |
"simd-adler32", |
| 2700 |
] |
| 2701 |
|
| 2702 |
[[package]] |
| 2703 |
name = "ff" |
| 2704 |
version = "0.12.1" |
| 2705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2706 |
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| 2707 |
dependencies = [ |
| 2708 |
"rand_core 0.6.4", |
| 2709 |
"subtle", |
| 2710 |
] |
| 2711 |
|
| 2712 |
[[package]] |
| 2713 |
name = "ff" |
| 2714 |
version = "0.13.1" |
| 2715 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2716 |
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" |
| 2717 |
dependencies = [ |
| 2718 |
"rand_core 0.6.4", |
| 2719 |
"subtle", |
| 2720 |
] |
| 2721 |
|
| 2722 |
[[package]] |
| 2723 |
name = "fiat-crypto" |
| 2724 |
version = "0.2.9" |
| 2725 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2726 |
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| 2727 |
|
| 2728 |
[[package]] |
| 2729 |
name = "figment" |
| 2730 |
version = "0.10.19" |
| 2731 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2732 |
checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" |
| 2733 |
dependencies = [ |
| 2734 |
"atomic", |
| 2735 |
"pear", |
| 2736 |
"serde", |
| 2737 |
"toml", |
| 2738 |
"uncased", |
| 2739 |
"version_check", |
| 2740 |
] |
| 2741 |
|
| 2742 |
[[package]] |
| 2743 |
name = "filetime" |
| 2744 |
version = "0.2.29" |
| 2745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2746 |
checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" |
| 2747 |
dependencies = [ |
| 2748 |
"cfg-if", |
| 2749 |
"libc", |
| 2750 |
] |
| 2751 |
|
| 2752 |
[[package]] |
| 2753 |
name = "find-msvc-tools" |
| 2754 |
version = "0.1.9" |
| 2755 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2756 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 2757 |
|
| 2758 |
[[package]] |
| 2759 |
name = "flagset" |
| 2760 |
version = "0.4.7" |
| 2761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2762 |
checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe" |
| 2763 |
|
| 2764 |
[[package]] |
| 2765 |
name = "flate2" |
| 2766 |
version = "1.1.9" |
| 2767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2768 |
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 2769 |
dependencies = [ |
| 2770 |
"crc32fast", |
| 2771 |
"miniz_oxide", |
| 2772 |
"zlib-rs", |
| 2773 |
] |
| 2774 |
|
| 2775 |
[[package]] |
| 2776 |
name = "flume" |
| 2777 |
version = "0.11.1" |
| 2778 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2779 |
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 2780 |
dependencies = [ |
| 2781 |
"futures-core", |
| 2782 |
"futures-sink", |
| 2783 |
"spin 0.9.8", |
| 2784 |
] |
| 2785 |
|
| 2786 |
[[package]] |
| 2787 |
name = "fnv" |
| 2788 |
version = "1.0.7" |
| 2789 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2790 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 2791 |
|
| 2792 |
[[package]] |
| 2793 |
name = "foldhash" |
| 2794 |
version = "0.1.5" |
| 2795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2796 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 2797 |
|
| 2798 |
[[package]] |
| 2799 |
name = "foldhash" |
| 2800 |
version = "0.2.0" |
| 2801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2802 |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 2803 |
|
| 2804 |
[[package]] |
| 2805 |
name = "foreign-types" |
| 2806 |
version = "0.3.2" |
| 2807 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2808 |
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 2809 |
dependencies = [ |
| 2810 |
"foreign-types-shared", |
| 2811 |
] |
| 2812 |
|
| 2813 |
[[package]] |
| 2814 |
name = "foreign-types-shared" |
| 2815 |
version = "0.1.1" |
| 2816 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2817 |
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 2818 |
|
| 2819 |
[[package]] |
| 2820 |
name = "form_urlencoded" |
| 2821 |
version = "1.2.2" |
| 2822 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2823 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 2824 |
dependencies = [ |
| 2825 |
"percent-encoding", |
| 2826 |
] |
| 2827 |
|
| 2828 |
[[package]] |
| 2829 |
name = "forwarded-header-value" |
| 2830 |
version = "0.1.1" |
| 2831 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2832 |
checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" |
| 2833 |
dependencies = [ |
| 2834 |
"nonempty", |
| 2835 |
"thiserror 1.0.69", |
| 2836 |
] |
| 2837 |
|
| 2838 |
[[package]] |
| 2839 |
name = "fs2" |
| 2840 |
version = "0.4.3" |
| 2841 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2842 |
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
| 2843 |
dependencies = [ |
| 2844 |
"libc", |
| 2845 |
"winapi", |
| 2846 |
] |
| 2847 |
|
| 2848 |
[[package]] |
| 2849 |
name = "fs_extra" |
| 2850 |
version = "1.3.0" |
| 2851 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2852 |
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 2853 |
|
| 2854 |
[[package]] |
| 2855 |
name = "funty" |
| 2856 |
version = "2.0.0" |
| 2857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 |
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| 2859 |
|
| 2860 |
[[package]] |
| 2861 |
name = "futf" |
| 2862 |
version = "0.1.5" |
| 2863 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2864 |
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 2865 |
dependencies = [ |
| 2866 |
"mac", |
| 2867 |
"new_debug_unreachable", |
| 2868 |
] |
| 2869 |
|
| 2870 |
[[package]] |
| 2871 |
name = "futures" |
| 2872 |
version = "0.3.32" |
| 2873 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2874 |
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 2875 |
dependencies = [ |
| 2876 |
"futures-channel", |
| 2877 |
"futures-core", |
| 2878 |
"futures-executor", |
| 2879 |
"futures-io", |
| 2880 |
"futures-sink", |
| 2881 |
"futures-task", |
| 2882 |
"futures-util", |
| 2883 |
] |
| 2884 |
|
| 2885 |
[[package]] |
| 2886 |
name = "futures-channel" |
| 2887 |
version = "0.3.32" |
| 2888 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2889 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 2890 |
dependencies = [ |
| 2891 |
"futures-core", |
| 2892 |
"futures-sink", |
| 2893 |
] |
| 2894 |
|
| 2895 |
[[package]] |
| 2896 |
name = "futures-core" |
| 2897 |
version = "0.3.32" |
| 2898 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2899 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 2900 |
|
| 2901 |
[[package]] |
| 2902 |
name = "futures-executor" |
| 2903 |
version = "0.3.32" |
| 2904 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2905 |
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 2906 |
dependencies = [ |
| 2907 |
"futures-core", |
| 2908 |
"futures-task", |
| 2909 |
"futures-util", |
| 2910 |
] |
| 2911 |
|
| 2912 |
[[package]] |
| 2913 |
name = "futures-intrusive" |
| 2914 |
version = "0.5.0" |
| 2915 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2916 |
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 2917 |
dependencies = [ |
| 2918 |
"futures-core", |
| 2919 |
"lock_api", |
| 2920 |
"parking_lot", |
| 2921 |
] |
| 2922 |
|
| 2923 |
[[package]] |
| 2924 |
name = "futures-io" |
| 2925 |
version = "0.3.32" |
| 2926 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2927 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 2928 |
|
| 2929 |
[[package]] |
| 2930 |
name = "futures-macro" |
| 2931 |
version = "0.3.32" |
| 2932 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2933 |
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 2934 |
dependencies = [ |
| 2935 |
"proc-macro2", |
| 2936 |
"quote", |
| 2937 |
"syn", |
| 2938 |
] |
| 2939 |
|
| 2940 |
[[package]] |
| 2941 |
name = "futures-sink" |
| 2942 |
version = "0.3.32" |
| 2943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2944 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 2945 |
|
| 2946 |
[[package]] |
| 2947 |
name = "futures-task" |
| 2948 |
version = "0.3.32" |
| 2949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2950 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 2951 |
|
| 2952 |
[[package]] |
| 2953 |
name = "futures-timer" |
| 2954 |
version = "3.0.3" |
| 2955 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2956 |
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
| 2957 |
|
| 2958 |
[[package]] |
| 2959 |
name = "futures-util" |
| 2960 |
version = "0.3.32" |
| 2961 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2962 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 2963 |
dependencies = [ |
| 2964 |
"futures-channel", |
| 2965 |
"futures-core", |
| 2966 |
"futures-io", |
| 2967 |
"futures-macro", |
| 2968 |
"futures-sink", |
| 2969 |
"futures-task", |
| 2970 |
"memchr", |
| 2971 |
"pin-project-lite", |
| 2972 |
"slab", |
| 2973 |
] |
| 2974 |
|
| 2975 |
[[package]] |
| 2976 |
name = "generic-array" |
| 2977 |
version = "0.14.9" |
| 2978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2979 |
checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" |
| 2980 |
dependencies = [ |
| 2981 |
"typenum", |
| 2982 |
"version_check", |
| 2983 |
"zeroize", |
| 2984 |
] |
| 2985 |
|
| 2986 |
[[package]] |
| 2987 |
name = "getopts" |
| 2988 |
version = "0.2.24" |
| 2989 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2990 |
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 2991 |
dependencies = [ |
| 2992 |
"unicode-width", |
| 2993 |
] |
| 2994 |
|
| 2995 |
[[package]] |
| 2996 |
name = "getrandom" |
| 2997 |
version = "0.2.17" |
| 2998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2999 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 3000 |
dependencies = [ |
| 3001 |
"cfg-if", |
| 3002 |
"js-sys", |
| 3003 |
"libc", |
| 3004 |
"wasi", |
| 3005 |
"wasm-bindgen", |
| 3006 |
] |
| 3007 |
|
| 3008 |
[[package]] |
| 3009 |
name = "getrandom" |
| 3010 |
version = "0.3.4" |
| 3011 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3012 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 3013 |
dependencies = [ |
| 3014 |
"cfg-if", |
| 3015 |
"js-sys", |
| 3016 |
"libc", |
| 3017 |
"r-efi 5.3.0", |
| 3018 |
"wasip2", |
| 3019 |
"wasm-bindgen", |
| 3020 |
] |
| 3021 |
|
| 3022 |
[[package]] |
| 3023 |
name = "getrandom" |
| 3024 |
version = "0.4.2" |
| 3025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3026 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 3027 |
dependencies = [ |
| 3028 |
"cfg-if", |
| 3029 |
"js-sys", |
| 3030 |
"libc", |
| 3031 |
"r-efi 6.0.0", |
| 3032 |
"wasip2", |
| 3033 |
"wasip3", |
| 3034 |
"wasm-bindgen", |
| 3035 |
] |
| 3036 |
|
| 3037 |
[[package]] |
| 3038 |
name = "gimli" |
| 3039 |
version = "0.32.3" |
| 3040 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3041 |
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| 3042 |
dependencies = [ |
| 3043 |
"fallible-iterator", |
| 3044 |
"indexmap", |
| 3045 |
"stable_deref_trait", |
| 3046 |
] |
| 3047 |
|
| 3048 |
[[package]] |
| 3049 |
name = "gimli" |
| 3050 |
version = "0.33.0" |
| 3051 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3052 |
checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c" |
| 3053 |
dependencies = [ |
| 3054 |
"fnv", |
| 3055 |
"hashbrown 0.16.1", |
| 3056 |
"indexmap", |
| 3057 |
"stable_deref_trait", |
| 3058 |
] |
| 3059 |
|
| 3060 |
[[package]] |
| 3061 |
name = "git2" |
| 3062 |
version = "0.20.4" |
| 3063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3064 |
checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" |
| 3065 |
dependencies = [ |
| 3066 |
"bitflags 2.11.0", |
| 3067 |
"libc", |
| 3068 |
"libgit2-sys", |
| 3069 |
"log", |
| 3070 |
"openssl-probe 0.1.6", |
| 3071 |
"openssl-sys", |
| 3072 |
"url", |
| 3073 |
] |
| 3074 |
|
| 3075 |
[[package]] |
| 3076 |
name = "glob" |
| 3077 |
version = "0.3.3" |
| 3078 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3079 |
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 3080 |
|
| 3081 |
[[package]] |
| 3082 |
name = "globset" |
| 3083 |
version = "0.4.18" |
| 3084 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3085 |
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" |
| 3086 |
dependencies = [ |
| 3087 |
"aho-corasick", |
| 3088 |
"bstr", |
| 3089 |
"log", |
| 3090 |
"regex-automata", |
| 3091 |
"regex-syntax", |
| 3092 |
] |
| 3093 |
|
| 3094 |
[[package]] |
| 3095 |
name = "globwalk" |
| 3096 |
version = "0.9.1" |
| 3097 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3098 |
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
| 3099 |
dependencies = [ |
| 3100 |
"bitflags 2.11.0", |
| 3101 |
"ignore", |
| 3102 |
"walkdir", |
| 3103 |
] |
| 3104 |
|
| 3105 |
[[package]] |
| 3106 |
name = "goblin" |
| 3107 |
version = "0.9.3" |
| 3108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3109 |
checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745" |
| 3110 |
dependencies = [ |
| 3111 |
"log", |
| 3112 |
"plain", |
| 3113 |
"scroll 0.12.0", |
| 3114 |
] |
| 3115 |
|
| 3116 |
[[package]] |
| 3117 |
name = "goblin" |
| 3118 |
version = "0.10.5" |
| 3119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3120 |
checksum = "983a6aafb3b12d4c41ea78d39e189af4298ce747353945ff5105b54a056e5cd9" |
| 3121 |
dependencies = [ |
| 3122 |
"log", |
| 3123 |
"plain", |
| 3124 |
"scroll 0.13.0", |
| 3125 |
] |
| 3126 |
|
| 3127 |
[[package]] |
| 3128 |
name = "governor" |
| 3129 |
version = "0.8.1" |
| 3130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3131 |
checksum = "be93b4ec2e4710b04d9264c0c7350cdd62a8c20e5e4ac732552ebb8f0debe8eb" |
| 3132 |
dependencies = [ |
| 3133 |
"cfg-if", |
| 3134 |
"dashmap", |
| 3135 |
"futures-sink", |
| 3136 |
"futures-timer", |
| 3137 |
"futures-util", |
| 3138 |
"getrandom 0.3.4", |
| 3139 |
"no-std-compat", |
| 3140 |
"nonzero_ext", |
| 3141 |
"parking_lot", |
| 3142 |
"portable-atomic", |
| 3143 |
"quanta", |
| 3144 |
"rand 0.9.2", |
| 3145 |
"smallvec", |
| 3146 |
"spinning_top", |
| 3147 |
"web-time", |
| 3148 |
] |
| 3149 |
|
| 3150 |
[[package]] |
| 3151 |
name = "group" |
| 3152 |
version = "0.12.1" |
| 3153 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3154 |
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| 3155 |
dependencies = [ |
| 3156 |
"ff 0.12.1", |
| 3157 |
"rand_core 0.6.4", |
| 3158 |
"subtle", |
| 3159 |
] |
| 3160 |
|
| 3161 |
[[package]] |
| 3162 |
name = "group" |
| 3163 |
version = "0.13.0" |
| 3164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3165 |
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
| 3166 |
dependencies = [ |
| 3167 |
"ff 0.13.1", |
| 3168 |
"rand_core 0.6.4", |
| 3169 |
"subtle", |
| 3170 |
] |
| 3171 |
|
| 3172 |
[[package]] |
| 3173 |
name = "h2" |
| 3174 |
version = "0.3.27" |
| 3175 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3176 |
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
| 3177 |
dependencies = [ |
| 3178 |
"bytes", |
| 3179 |
"fnv", |
| 3180 |
"futures-core", |
| 3181 |
"futures-sink", |
| 3182 |
"futures-util", |
| 3183 |
"http 0.2.12", |
| 3184 |
"indexmap", |
| 3185 |
"slab", |
| 3186 |
"tokio", |
| 3187 |
"tokio-util", |
| 3188 |
"tracing", |
| 3189 |
] |
| 3190 |
|
| 3191 |
[[package]] |
| 3192 |
name = "h2" |
| 3193 |
version = "0.4.13" |
| 3194 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3195 |
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 3196 |
dependencies = [ |
| 3197 |
"atomic-waker", |
| 3198 |
"bytes", |
| 3199 |
"fnv", |
| 3200 |
"futures-core", |
| 3201 |
"futures-sink", |
| 3202 |
"http 1.4.0", |
| 3203 |
"indexmap", |
| 3204 |
"slab", |
| 3205 |
"tokio", |
| 3206 |
"tokio-util", |
| 3207 |
"tracing", |
| 3208 |
] |
| 3209 |
|
| 3210 |
[[package]] |
| 3211 |
name = "half" |
| 3212 |
version = "2.7.1" |
| 3213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3214 |
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 3215 |
dependencies = [ |
| 3216 |
"cfg-if", |
| 3217 |
"crunchy", |
| 3218 |
"zerocopy", |
| 3219 |
] |
| 3220 |
|
| 3221 |
[[package]] |
| 3222 |
name = "hashbrown" |
| 3223 |
version = "0.14.5" |
| 3224 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3225 |
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| 3226 |
dependencies = [ |
| 3227 |
"ahash", |
| 3228 |
] |
| 3229 |
|
| 3230 |
[[package]] |
| 3231 |
name = "hashbrown" |
| 3232 |
version = "0.15.5" |
| 3233 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3234 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 3235 |
dependencies = [ |
| 3236 |
"allocator-api2", |
| 3237 |
"equivalent", |
| 3238 |
"foldhash 0.1.5", |
| 3239 |
] |
| 3240 |
|
| 3241 |
[[package]] |
| 3242 |
name = "hashbrown" |
| 3243 |
version = "0.16.1" |
| 3244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3245 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 3246 |
dependencies = [ |
| 3247 |
"allocator-api2", |
| 3248 |
"equivalent", |
| 3249 |
"foldhash 0.2.0", |
| 3250 |
"serde", |
| 3251 |
"serde_core", |
| 3252 |
] |
| 3253 |
|
| 3254 |
[[package]] |
| 3255 |
name = "hashbrown" |
| 3256 |
version = "0.17.0" |
| 3257 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3258 |
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 3259 |
|
| 3260 |
[[package]] |
| 3261 |
name = "hashlink" |
| 3262 |
version = "0.10.0" |
| 3263 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3264 |
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 3265 |
dependencies = [ |
| 3266 |
"hashbrown 0.15.5", |
| 3267 |
] |
| 3268 |
|
| 3269 |
[[package]] |
| 3270 |
name = "headers" |
| 3271 |
version = "0.4.1" |
| 3272 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3273 |
checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" |
| 3274 |
dependencies = [ |
| 3275 |
"base64 0.22.1", |
| 3276 |
"bytes", |
| 3277 |
"headers-core", |
| 3278 |
"http 1.4.0", |
| 3279 |
"httpdate", |
| 3280 |
"mime", |
| 3281 |
"sha1 0.10.6", |
| 3282 |
] |
| 3283 |
|
| 3284 |
[[package]] |
| 3285 |
name = "headers-core" |
| 3286 |
version = "0.3.0" |
| 3287 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3288 |
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" |
| 3289 |
dependencies = [ |
| 3290 |
"http 1.4.0", |
| 3291 |
] |
| 3292 |
|
| 3293 |
[[package]] |
| 3294 |
name = "heck" |
| 3295 |
version = "0.5.0" |
| 3296 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3297 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 3298 |
|
| 3299 |
[[package]] |
| 3300 |
name = "hermit-abi" |
| 3301 |
version = "0.5.2" |
| 3302 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3303 |
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 3304 |
|
| 3305 |
[[package]] |
| 3306 |
name = "hex" |
| 3307 |
version = "0.4.3" |
| 3308 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3309 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 3310 |
|
| 3311 |
[[package]] |
| 3312 |
name = "hkdf" |
| 3313 |
version = "0.12.4" |
| 3314 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3315 |
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 3316 |
dependencies = [ |
| 3317 |
"hmac 0.12.1", |
| 3318 |
] |
| 3319 |
|
| 3320 |
[[package]] |
| 3321 |
name = "hmac" |
| 3322 |
version = "0.12.1" |
| 3323 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3324 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 3325 |
dependencies = [ |
| 3326 |
"digest 0.10.7", |
| 3327 |
] |
| 3328 |
|
| 3329 |
[[package]] |
| 3330 |
name = "hmac" |
| 3331 |
version = "0.13.0" |
| 3332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3333 |
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" |
| 3334 |
dependencies = [ |
| 3335 |
"digest 0.11.3", |
| 3336 |
] |
| 3337 |
|
| 3338 |
[[package]] |
| 3339 |
name = "home" |
| 3340 |
version = "0.5.12" |
| 3341 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3342 |
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 3343 |
dependencies = [ |
| 3344 |
"windows-sys 0.61.2", |
| 3345 |
] |
| 3346 |
|
| 3347 |
[[package]] |
| 3348 |
name = "html5ever" |
| 3349 |
version = "0.35.0" |
| 3350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3351 |
checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" |
| 3352 |
dependencies = [ |
| 3353 |
"log", |
| 3354 |
"markup5ever", |
| 3355 |
"match_token", |
| 3356 |
] |
| 3357 |
|
| 3358 |
[[package]] |
| 3359 |
name = "http" |
| 3360 |
version = "0.2.12" |
| 3361 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3362 |
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| 3363 |
dependencies = [ |
| 3364 |
"bytes", |
| 3365 |
"fnv", |
| 3366 |
"itoa", |
| 3367 |
] |
| 3368 |
|
| 3369 |
[[package]] |
| 3370 |
name = "http" |
| 3371 |
version = "1.4.0" |
| 3372 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3373 |
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 3374 |
dependencies = [ |
| 3375 |
"bytes", |
| 3376 |
"itoa", |
| 3377 |
] |
| 3378 |
|
| 3379 |
[[package]] |
| 3380 |
name = "http-body" |
| 3381 |
version = "0.4.6" |
| 3382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3383 |
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| 3384 |
dependencies = [ |
| 3385 |
"bytes", |
| 3386 |
"http 0.2.12", |
| 3387 |
"pin-project-lite", |
| 3388 |
] |
| 3389 |
|
| 3390 |
[[package]] |
| 3391 |
name = "http-body" |
| 3392 |
version = "1.0.1" |
| 3393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3394 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 3395 |
dependencies = [ |
| 3396 |
"bytes", |
| 3397 |
"http 1.4.0", |
| 3398 |
] |
| 3399 |
|
| 3400 |
[[package]] |
| 3401 |
name = "http-body-util" |
| 3402 |
version = "0.1.3" |
| 3403 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3404 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 3405 |
dependencies = [ |
| 3406 |
"bytes", |
| 3407 |
"futures-core", |
| 3408 |
"http 1.4.0", |
| 3409 |
"http-body 1.0.1", |
| 3410 |
"pin-project-lite", |
| 3411 |
] |
| 3412 |
|
| 3413 |
[[package]] |
| 3414 |
name = "http-range-header" |
| 3415 |
version = "0.4.2" |
| 3416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 |
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" |
| 3418 |
|
| 3419 |
[[package]] |
| 3420 |
name = "httparse" |
| 3421 |
version = "1.10.1" |
| 3422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3423 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 3424 |
|
| 3425 |
[[package]] |
| 3426 |
name = "httpdate" |
| 3427 |
version = "1.0.3" |
| 3428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3429 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 3430 |
|
| 3431 |
[[package]] |
| 3432 |
name = "hybrid-array" |
| 3433 |
version = "0.4.11" |
| 3434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3435 |
checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" |
| 3436 |
dependencies = [ |
| 3437 |
"typenum", |
| 3438 |
] |
| 3439 |
|
| 3440 |
[[package]] |
| 3441 |
name = "hyper" |
| 3442 |
version = "0.14.32" |
| 3443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3444 |
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" |
| 3445 |
dependencies = [ |
| 3446 |
"bytes", |
| 3447 |
"futures-channel", |
| 3448 |
"futures-core", |
| 3449 |
"futures-util", |
| 3450 |
"h2 0.3.27", |
| 3451 |
"http 0.2.12", |
| 3452 |
"http-body 0.4.6", |
| 3453 |
"httparse", |
| 3454 |
"httpdate", |
| 3455 |
"itoa", |
| 3456 |
"pin-project-lite", |
| 3457 |
"socket2 0.5.10", |
| 3458 |
"tokio", |
| 3459 |
"tower-service", |
| 3460 |
"tracing", |
| 3461 |
"want", |
| 3462 |
] |
| 3463 |
|
| 3464 |
[[package]] |
| 3465 |
name = "hyper" |
| 3466 |
version = "1.8.1" |
| 3467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3468 |
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 3469 |
dependencies = [ |
| 3470 |
"atomic-waker", |
| 3471 |
"bytes", |
| 3472 |
"futures-channel", |
| 3473 |
"futures-core", |
| 3474 |
"h2 0.4.13", |
| 3475 |
"http 1.4.0", |
| 3476 |
"http-body 1.0.1", |
| 3477 |
"httparse", |
| 3478 |
"httpdate", |
| 3479 |
"itoa", |
| 3480 |
"pin-project-lite", |
| 3481 |
"pin-utils", |
| 3482 |
"smallvec", |
| 3483 |
"tokio", |
| 3484 |
"want", |
| 3485 |
] |
| 3486 |
|
| 3487 |
[[package]] |
| 3488 |
name = "hyper-rustls" |
| 3489 |
version = "0.24.2" |
| 3490 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3491 |
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" |
| 3492 |
dependencies = [ |
| 3493 |
"futures-util", |
| 3494 |
"http 0.2.12", |
| 3495 |
"hyper 0.14.32", |
| 3496 |
"log", |
| 3497 |
"rustls 0.21.12", |
| 3498 |
"tokio", |
| 3499 |
"tokio-rustls 0.24.1", |
| 3500 |
] |
| 3501 |
|
| 3502 |
[[package]] |
| 3503 |
name = "hyper-rustls" |
| 3504 |
version = "0.27.7" |
| 3505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3506 |
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 3507 |
dependencies = [ |
| 3508 |
"http 1.4.0", |
| 3509 |
"hyper 1.8.1", |
| 3510 |
"hyper-util", |
| 3511 |
"rustls 0.23.37", |
| 3512 |
"rustls-native-certs 0.8.3", |
| 3513 |
"rustls-pki-types", |
| 3514 |
"tokio", |
| 3515 |
"tokio-rustls 0.26.4", |
| 3516 |
"tower-service", |
| 3517 |
"webpki-roots", |
| 3518 |
] |
| 3519 |
|
| 3520 |
[[package]] |
| 3521 |
name = "hyper-tls" |
| 3522 |
version = "0.6.0" |
| 3523 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3524 |
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 3525 |
dependencies = [ |
| 3526 |
"bytes", |
| 3527 |
"http-body-util", |
| 3528 |
"hyper 1.8.1", |
| 3529 |
"hyper-util", |
| 3530 |
"native-tls", |
| 3531 |
"tokio", |
| 3532 |
"tokio-native-tls", |
| 3533 |
"tower-service", |
| 3534 |
] |
| 3535 |
|
| 3536 |
[[package]] |
| 3537 |
name = "hyper-util" |
| 3538 |
version = "0.1.20" |
| 3539 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3540 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 3541 |
dependencies = [ |
| 3542 |
"base64 0.22.1", |
| 3543 |
"bytes", |
| 3544 |
"futures-channel", |
| 3545 |
"futures-util", |
| 3546 |
"http 1.4.0", |
| 3547 |
"http-body 1.0.1", |
| 3548 |
"hyper 1.8.1", |
| 3549 |
"ipnet", |
| 3550 |
"libc", |
| 3551 |
"percent-encoding", |
| 3552 |
"pin-project-lite", |
| 3553 |
"socket2 0.6.3", |
| 3554 |
"system-configuration", |
| 3555 |
"tokio", |
| 3556 |
"tower-service", |
| 3557 |
"tracing", |
| 3558 |
"windows-registry", |
| 3559 |
] |
| 3560 |
|
| 3561 |
[[package]] |
| 3562 |
name = "iana-time-zone" |
| 3563 |
version = "0.1.65" |
| 3564 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3565 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 3566 |
dependencies = [ |
| 3567 |
"android_system_properties", |
| 3568 |
"core-foundation-sys", |
| 3569 |
"iana-time-zone-haiku", |
| 3570 |
"js-sys", |
| 3571 |
"log", |
| 3572 |
"wasm-bindgen", |
| 3573 |
"windows-core", |
| 3574 |
] |
| 3575 |
|
| 3576 |
[[package]] |
| 3577 |
name = "iana-time-zone-haiku" |
| 3578 |
version = "0.1.2" |
| 3579 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3580 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 3581 |
dependencies = [ |
| 3582 |
"cc", |
| 3583 |
] |
| 3584 |
|
| 3585 |
[[package]] |
| 3586 |
name = "icu_collections" |
| 3587 |
version = "2.1.1" |
| 3588 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3589 |
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 3590 |
dependencies = [ |
| 3591 |
"displaydoc", |
| 3592 |
"potential_utf", |
| 3593 |
"yoke", |
| 3594 |
"zerofrom", |
| 3595 |
"zerovec", |
| 3596 |
] |
| 3597 |
|
| 3598 |
[[package]] |
| 3599 |
name = "icu_locale_core" |
| 3600 |
version = "2.1.1" |
| 3601 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3602 |
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 3603 |
dependencies = [ |
| 3604 |
"displaydoc", |
| 3605 |
"litemap", |
| 3606 |
"tinystr", |
| 3607 |
"writeable", |
| 3608 |
"zerovec", |
| 3609 |
] |
| 3610 |
|
| 3611 |
[[package]] |
| 3612 |
name = "icu_normalizer" |
| 3613 |
version = "2.1.1" |
| 3614 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3615 |
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 3616 |
dependencies = [ |
| 3617 |
"icu_collections", |
| 3618 |
"icu_normalizer_data", |
| 3619 |
"icu_properties", |
| 3620 |
"icu_provider", |
| 3621 |
"smallvec", |
| 3622 |
"zerovec", |
| 3623 |
] |
| 3624 |
|
| 3625 |
[[package]] |
| 3626 |
name = "icu_normalizer_data" |
| 3627 |
version = "2.1.1" |
| 3628 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3629 |
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 3630 |
|
| 3631 |
[[package]] |
| 3632 |
name = "icu_properties" |
| 3633 |
version = "2.1.2" |
| 3634 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3635 |
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 3636 |
dependencies = [ |
| 3637 |
"icu_collections", |
| 3638 |
"icu_locale_core", |
| 3639 |
"icu_properties_data", |
| 3640 |
"icu_provider", |
| 3641 |
"zerotrie", |
| 3642 |
"zerovec", |
| 3643 |
] |
| 3644 |
|
| 3645 |
[[package]] |
| 3646 |
name = "icu_properties_data" |
| 3647 |
version = "2.1.2" |
| 3648 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3649 |
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 3650 |
|
| 3651 |
[[package]] |
| 3652 |
name = "icu_provider" |
| 3653 |
version = "2.1.1" |
| 3654 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3655 |
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 3656 |
dependencies = [ |
| 3657 |
"displaydoc", |
| 3658 |
"icu_locale_core", |
| 3659 |
"writeable", |
| 3660 |
"yoke", |
| 3661 |
"zerofrom", |
| 3662 |
"zerotrie", |
| 3663 |
"zerovec", |
| 3664 |
] |
| 3665 |
|
| 3666 |
[[package]] |
| 3667 |
name = "id-arena" |
| 3668 |
version = "2.3.0" |
| 3669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3670 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 3671 |
|
| 3672 |
[[package]] |
| 3673 |
name = "ident_case" |
| 3674 |
version = "1.0.1" |
| 3675 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3676 |
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 3677 |
|
| 3678 |
[[package]] |
| 3679 |
name = "idna" |
| 3680 |
version = "1.1.0" |
| 3681 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3682 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 3683 |
dependencies = [ |
| 3684 |
"idna_adapter", |
| 3685 |
"smallvec", |
| 3686 |
"utf8_iter", |
| 3687 |
] |
| 3688 |
|
| 3689 |
[[package]] |
| 3690 |
name = "idna_adapter" |
| 3691 |
version = "1.2.1" |
| 3692 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3693 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 3694 |
dependencies = [ |
| 3695 |
"icu_normalizer", |
| 3696 |
"icu_properties", |
| 3697 |
] |
| 3698 |
|
| 3699 |
[[package]] |
| 3700 |
name = "ignore" |
| 3701 |
version = "0.4.25" |
| 3702 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3703 |
checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" |
| 3704 |
dependencies = [ |
| 3705 |
"crossbeam-deque", |
| 3706 |
"globset", |
| 3707 |
"log", |
| 3708 |
"memchr", |
| 3709 |
"regex-automata", |
| 3710 |
"same-file", |
| 3711 |
"walkdir", |
| 3712 |
"winapi-util", |
| 3713 |
] |
| 3714 |
|
| 3715 |
[[package]] |
| 3716 |
name = "image" |
| 3717 |
version = "0.25.10" |
| 3718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3719 |
checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 3720 |
dependencies = [ |
| 3721 |
"bytemuck", |
| 3722 |
"byteorder-lite", |
| 3723 |
"moxcms", |
| 3724 |
"num-traits", |
| 3725 |
"png", |
| 3726 |
] |
| 3727 |
|
| 3728 |
[[package]] |
| 3729 |
name = "indexmap" |
| 3730 |
version = "2.14.0" |
| 3731 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3732 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 3733 |
dependencies = [ |
| 3734 |
"equivalent", |
| 3735 |
"hashbrown 0.17.0", |
| 3736 |
"serde", |
| 3737 |
"serde_core", |
| 3738 |
] |
| 3739 |
|
| 3740 |
[[package]] |
| 3741 |
name = "infer" |
| 3742 |
version = "0.19.0" |
| 3743 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3744 |
checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" |
| 3745 |
dependencies = [ |
| 3746 |
"cfb", |
| 3747 |
] |
| 3748 |
|
| 3749 |
[[package]] |
| 3750 |
name = "inlinable_string" |
| 3751 |
version = "0.1.15" |
| 3752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3753 |
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" |
| 3754 |
|
| 3755 |
[[package]] |
| 3756 |
name = "inout" |
| 3757 |
version = "0.1.4" |
| 3758 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3759 |
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 3760 |
dependencies = [ |
| 3761 |
"block-padding", |
| 3762 |
"generic-array", |
| 3763 |
] |
| 3764 |
|
| 3765 |
[[package]] |
| 3766 |
name = "intaglio" |
| 3767 |
version = "1.13.3" |
| 3768 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3769 |
checksum = "4e062125b1cb1523e2032c12f3a5bac6947ccd1f8c0a8aae96f63609fe0e34ee" |
| 3770 |
|
| 3771 |
[[package]] |
| 3772 |
name = "inventory" |
| 3773 |
version = "0.3.24" |
| 3774 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3775 |
checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" |
| 3776 |
dependencies = [ |
| 3777 |
"rustversion", |
| 3778 |
] |
| 3779 |
|
| 3780 |
[[package]] |
| 3781 |
name = "ipnet" |
| 3782 |
version = "2.12.0" |
| 3783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3784 |
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 3785 |
|
| 3786 |
[[package]] |
| 3787 |
name = "iri-string" |
| 3788 |
version = "0.7.10" |
| 3789 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3790 |
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" |
| 3791 |
dependencies = [ |
| 3792 |
"memchr", |
| 3793 |
"serde", |
| 3794 |
] |
| 3795 |
|
| 3796 |
[[package]] |
| 3797 |
name = "is_executable" |
| 3798 |
version = "1.0.5" |
| 3799 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3800 |
checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4" |
| 3801 |
dependencies = [ |
| 3802 |
"windows-sys 0.60.2", |
| 3803 |
] |
| 3804 |
|
| 3805 |
[[package]] |
| 3806 |
name = "is_terminal_polyfill" |
| 3807 |
version = "1.70.2" |
| 3808 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3809 |
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 3810 |
|
| 3811 |
[[package]] |
| 3812 |
name = "itertools" |
| 3813 |
version = "0.13.0" |
| 3814 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3815 |
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 3816 |
dependencies = [ |
| 3817 |
"either", |
| 3818 |
] |
| 3819 |
|
| 3820 |
[[package]] |
| 3821 |
name = "itertools" |
| 3822 |
version = "0.14.0" |
| 3823 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3824 |
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 3825 |
dependencies = [ |
| 3826 |
"either", |
| 3827 |
] |
| 3828 |
|
| 3829 |
[[package]] |
| 3830 |
name = "itoa" |
| 3831 |
version = "1.0.17" |
| 3832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3833 |
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 3834 |
|
| 3835 |
[[package]] |
| 3836 |
name = "jiff" |
| 3837 |
version = "0.2.24" |
| 3838 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3839 |
checksum = "f00b5dbd620d61dfdcb6007c9c1f6054ebd75319f163d886a9055cec1155073d" |
| 3840 |
dependencies = [ |
| 3841 |
"jiff-static", |
| 3842 |
"log", |
| 3843 |
"portable-atomic", |
| 3844 |
"portable-atomic-util", |
| 3845 |
"serde_core", |
| 3846 |
] |
| 3847 |
|
| 3848 |
[[package]] |
| 3849 |
name = "jiff-static" |
| 3850 |
version = "0.2.24" |
| 3851 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3852 |
checksum = "e000de030ff8022ea1da3f466fbb0f3a809f5e51ed31f6dd931c35181ad8e6d7" |
| 3853 |
dependencies = [ |
| 3854 |
"proc-macro2", |
| 3855 |
"quote", |
| 3856 |
"syn", |
| 3857 |
] |
| 3858 |
|
| 3859 |
[[package]] |
| 3860 |
name = "jobserver" |
| 3861 |
version = "0.1.34" |
| 3862 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3863 |
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 3864 |
dependencies = [ |
| 3865 |
"getrandom 0.3.4", |
| 3866 |
"libc", |
| 3867 |
] |
| 3868 |
|
| 3869 |
[[package]] |
| 3870 |
name = "js-sys" |
| 3871 |
version = "0.3.97" |
| 3872 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3873 |
checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf" |
| 3874 |
dependencies = [ |
| 3875 |
"cfg-if", |
| 3876 |
"futures-util", |
| 3877 |
"once_cell", |
| 3878 |
"wasm-bindgen", |
| 3879 |
] |
| 3880 |
|
| 3881 |
[[package]] |
| 3882 |
name = "jsonwebtoken" |
| 3883 |
version = "9.3.1" |
| 3884 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3885 |
checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" |
| 3886 |
dependencies = [ |
| 3887 |
"base64 0.22.1", |
| 3888 |
"js-sys", |
| 3889 |
"pem", |
| 3890 |
"ring", |
| 3891 |
"serde", |
| 3892 |
"serde_json", |
| 3893 |
"simple_asn1", |
| 3894 |
] |
| 3895 |
|
| 3896 |
[[package]] |
| 3897 |
name = "konst" |
| 3898 |
version = "0.3.17" |
| 3899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3900 |
checksum = "97feab15b395d1860944abe6a8dd8ed9f8eadfae01750fada8427abda531d887" |
| 3901 |
dependencies = [ |
| 3902 |
"const_panic", |
| 3903 |
"konst_kernel", |
| 3904 |
"typewit", |
| 3905 |
] |
| 3906 |
|
| 3907 |
[[package]] |
| 3908 |
name = "konst_kernel" |
| 3909 |
version = "0.3.15" |
| 3910 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3911 |
checksum = "e4b1eb7788f3824c629b1116a7a9060d6e898c358ebff59070093d51103dcc3c" |
| 3912 |
dependencies = [ |
| 3913 |
"typewit", |
| 3914 |
] |
| 3915 |
|
| 3916 |
[[package]] |
| 3917 |
name = "lazy_static" |
| 3918 |
version = "1.5.0" |
| 3919 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3920 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 3921 |
dependencies = [ |
| 3922 |
"spin 0.9.8", |
| 3923 |
] |
| 3924 |
|
| 3925 |
[[package]] |
| 3926 |
name = "leb128" |
| 3927 |
version = "0.2.5" |
| 3928 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3929 |
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 3930 |
|
| 3931 |
[[package]] |
| 3932 |
name = "leb128fmt" |
| 3933 |
version = "0.1.0" |
| 3934 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3935 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 3936 |
|
| 3937 |
[[package]] |
| 3938 |
name = "libbz2-rs-sys" |
| 3939 |
version = "0.2.2" |
| 3940 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3941 |
checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" |
| 3942 |
|
| 3943 |
[[package]] |
| 3944 |
name = "libc" |
| 3945 |
version = "0.2.183" |
| 3946 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3947 |
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 3948 |
|
| 3949 |
[[package]] |
| 3950 |
name = "libgit2-sys" |
| 3951 |
version = "0.18.3+1.9.2" |
| 3952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3953 |
checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" |
| 3954 |
dependencies = [ |
| 3955 |
"cc", |
| 3956 |
"libc", |
| 3957 |
"libssh2-sys", |
| 3958 |
"libz-sys", |
| 3959 |
"openssl-sys", |
| 3960 |
"pkg-config", |
| 3961 |
] |
| 3962 |
|
| 3963 |
[[package]] |
| 3964 |
name = "libm" |
| 3965 |
version = "0.2.16" |
| 3966 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3967 |
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 3968 |
|
| 3969 |
[[package]] |
| 3970 |
name = "libredox" |
| 3971 |
version = "0.1.14" |
| 3972 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3973 |
checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" |
| 3974 |
dependencies = [ |
| 3975 |
"bitflags 2.11.0", |
| 3976 |
"libc", |
| 3977 |
"plain", |
| 3978 |
"redox_syscall 0.7.3", |
| 3979 |
] |
| 3980 |
|
| 3981 |
[[package]] |
| 3982 |
name = "libsqlite3-sys" |
| 3983 |
version = "0.30.1" |
| 3984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3985 |
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 3986 |
dependencies = [ |
| 3987 |
"pkg-config", |
| 3988 |
"vcpkg", |
| 3989 |
] |
| 3990 |
|
| 3991 |
[[package]] |
| 3992 |
name = "libssh2-sys" |
| 3993 |
version = "0.3.1" |
| 3994 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3995 |
checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" |
| 3996 |
dependencies = [ |
| 3997 |
"cc", |
| 3998 |
"libc", |
| 3999 |
"libz-sys", |
| 4000 |
"openssl-sys", |
| 4001 |
"pkg-config", |
| 4002 |
"vcpkg", |
| 4003 |
] |
| 4004 |
|
| 4005 |
[[package]] |
| 4006 |
name = "libz-sys" |
| 4007 |
version = "1.1.25" |
| 4008 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4009 |
checksum = "d52f4c29e2a68ac30c9087e1b772dc9f44a2b66ed44edf2266cf2be9b03dafc1" |
| 4010 |
dependencies = [ |
| 4011 |
"cc", |
| 4012 |
"libc", |
| 4013 |
"pkg-config", |
| 4014 |
"vcpkg", |
| 4015 |
] |
| 4016 |
|
| 4017 |
[[package]] |
| 4018 |
name = "linux-raw-sys" |
| 4019 |
version = "0.4.15" |
| 4020 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4021 |
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 4022 |
|
| 4023 |
[[package]] |
| 4024 |
name = "linux-raw-sys" |
| 4025 |
version = "0.12.1" |
| 4026 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4027 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 4028 |
|
| 4029 |
[[package]] |
| 4030 |
name = "litemap" |
| 4031 |
version = "0.8.1" |
| 4032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4033 |
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 4034 |
|
| 4035 |
[[package]] |
| 4036 |
name = "litrs" |
| 4037 |
version = "1.0.0" |
| 4038 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4039 |
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 4040 |
|
| 4041 |
[[package]] |
| 4042 |
name = "lock_api" |
| 4043 |
version = "0.4.14" |
| 4044 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4045 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 4046 |
dependencies = [ |
| 4047 |
"scopeguard", |
| 4048 |
"serde", |
| 4049 |
] |
| 4050 |
|
| 4051 |
[[package]] |
| 4052 |
name = "log" |
| 4053 |
version = "0.4.29" |
| 4054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4055 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 4056 |
|
| 4057 |
[[package]] |
| 4058 |
name = "logos" |
| 4059 |
version = "0.15.1" |
| 4060 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4061 |
checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154" |
| 4062 |
dependencies = [ |
| 4063 |
"logos-derive", |
| 4064 |
] |
| 4065 |
|
| 4066 |
[[package]] |
| 4067 |
name = "logos-codegen" |
| 4068 |
version = "0.15.1" |
| 4069 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4070 |
checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c" |
| 4071 |
dependencies = [ |
| 4072 |
"beef", |
| 4073 |
"fnv", |
| 4074 |
"lazy_static", |
| 4075 |
"proc-macro2", |
| 4076 |
"quote", |
| 4077 |
"regex-syntax", |
| 4078 |
"rustc_version", |
| 4079 |
"syn", |
| 4080 |
] |
| 4081 |
|
| 4082 |
[[package]] |
| 4083 |
name = "logos-derive" |
| 4084 |
version = "0.15.1" |
| 4085 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4086 |
checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470" |
| 4087 |
dependencies = [ |
| 4088 |
"logos-codegen", |
| 4089 |
] |
| 4090 |
|
| 4091 |
[[package]] |
| 4092 |
name = "lru" |
| 4093 |
version = "0.16.4" |
| 4094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4095 |
checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" |
| 4096 |
dependencies = [ |
| 4097 |
"hashbrown 0.16.1", |
| 4098 |
] |
| 4099 |
|
| 4100 |
[[package]] |
| 4101 |
name = "lru-slab" |
| 4102 |
version = "0.1.2" |
| 4103 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4104 |
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 4105 |
|
| 4106 |
[[package]] |
| 4107 |
name = "lzma-rust2" |
| 4108 |
version = "0.16.2" |
| 4109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4110 |
checksum = "47bb1e988e6fb779cf720ad431242d3f03167c1b3f2b1aae7f1a94b2495b36ae" |
| 4111 |
dependencies = [ |
| 4112 |
"sha2 0.10.9", |
| 4113 |
] |
| 4114 |
|
| 4115 |
[[package]] |
| 4116 |
name = "lzma-sys" |
| 4117 |
version = "0.1.20" |
| 4118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4119 |
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
| 4120 |
dependencies = [ |
| 4121 |
"cc", |
| 4122 |
"libc", |
| 4123 |
"pkg-config", |
| 4124 |
] |
| 4125 |
|
| 4126 |
[[package]] |
| 4127 |
name = "mac" |
| 4128 |
version = "0.1.1" |
| 4129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4130 |
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 4131 |
|
| 4132 |
[[package]] |
| 4133 |
name = "mach2" |
| 4134 |
version = "0.4.3" |
| 4135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4136 |
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" |
| 4137 |
dependencies = [ |
| 4138 |
"libc", |
| 4139 |
] |
| 4140 |
|
| 4141 |
[[package]] |
| 4142 |
name = "makenotwork" |
| 4143 |
version = "0.10.1" |
| 4144 |
dependencies = [ |
| 4145 |
"anyhow", |
| 4146 |
"apple-codesign", |
| 4147 |
"argon2", |
| 4148 |
"askama", |
| 4149 |
"async-stripe", |
| 4150 |
"async-stripe-billing", |
| 4151 |
"async-stripe-checkout", |
| 4152 |
"async-stripe-connect", |
| 4153 |
"async-stripe-core", |
| 4154 |
"async-stripe-payment", |
| 4155 |
"async-stripe-product", |
| 4156 |
"async-stripe-shared", |
| 4157 |
"async-stripe-types", |
| 4158 |
"async-trait", |
| 4159 |
"authenticode", |
| 4160 |
"axum", |
| 4161 |
"axum-extra", |
| 4162 |
"base64 0.22.1", |
| 4163 |
"bzip2 0.4.4", |
| 4164 |
"chrono", |
| 4165 |
"clap", |
| 4166 |
"const-oid 0.9.6", |
| 4167 |
"csv", |
| 4168 |
"dashmap", |
| 4169 |
"docengine", |
| 4170 |
"dotenvy", |
| 4171 |
"email_address", |
| 4172 |
"flate2", |
| 4173 |
"fs2", |
| 4174 |
"git2", |
| 4175 |
"goblin 0.10.5", |
| 4176 |
"governor", |
| 4177 |
"hex", |
| 4178 |
"hmac 0.12.1", |
| 4179 |
"http-body-util", |
| 4180 |
"infer", |
| 4181 |
"jsonwebtoken", |
| 4182 |
"log", |
| 4183 |
"memmap2", |
| 4184 |
"metrics", |
| 4185 |
"metrics-exporter-prometheus", |
| 4186 |
"object 0.37.3", |
| 4187 |
"openssl", |
| 4188 |
"pom-contract", |
| 4189 |
"proptest", |
| 4190 |
"rand 0.9.2", |
| 4191 |
"regex", |
| 4192 |
"reqwest", |
| 4193 |
"s3-storage", |
| 4194 |
"semver", |
| 4195 |
"serde", |
| 4196 |
"serde_json", |
| 4197 |
"sha1 0.10.6", |
| 4198 |
"sha2 0.10.9", |
| 4199 |
"sqlx", |
| 4200 |
"subtle", |
| 4201 |
"syntect", |
| 4202 |
"tagtree", |
| 4203 |
"tempfile", |
| 4204 |
"thiserror 2.0.18", |
| 4205 |
"tokio", |
| 4206 |
"tokio-stream", |
| 4207 |
"totp-rs", |
| 4208 |
"tower", |
| 4209 |
"tower-http", |
| 4210 |
"tower-sessions", |
| 4211 |
"tower-sessions-sqlx-store", |
| 4212 |
"tower_governor", |
| 4213 |
"tracing", |
| 4214 |
"tracing-subscriber", |
| 4215 |
"url", |
| 4216 |
"urlencoding", |
| 4217 |
"utoipa", |
| 4218 |
"utoipa-axum", |
| 4219 |
"uuid", |
| 4220 |
"webauthn-authenticator-rs", |
| 4221 |
"webauthn-rs", |
| 4222 |
"webauthn-rs-proto", |
| 4223 |
"wiremock", |
| 4224 |
"x509-cert", |
| 4225 |
"xz2", |
| 4226 |
"yara-x", |
| 4227 |
"zip 8.2.0", |
| 4228 |
"zstd", |
| 4229 |
] |
| 4230 |
|
| 4231 |
[[package]] |
| 4232 |
name = "maplit" |
| 4233 |
version = "1.0.2" |
| 4234 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4235 |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 4236 |
|
| 4237 |
[[package]] |
| 4238 |
name = "markup5ever" |
| 4239 |
version = "0.35.0" |
| 4240 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4241 |
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" |
| 4242 |
dependencies = [ |
| 4243 |
"log", |
| 4244 |
"tendril", |
| 4245 |
"web_atoms", |
| 4246 |
] |
| 4247 |
|
| 4248 |
[[package]] |
| 4249 |
name = "match_token" |
| 4250 |
version = "0.35.0" |
| 4251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4252 |
checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" |
| 4253 |
dependencies = [ |
| 4254 |
"proc-macro2", |
| 4255 |
"quote", |
| 4256 |
"syn", |
| 4257 |
] |
| 4258 |
|
| 4259 |
[[package]] |
| 4260 |
name = "matchers" |
| 4261 |
version = "0.2.0" |
| 4262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4263 |
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 4264 |
dependencies = [ |
| 4265 |
"regex-automata", |
| 4266 |
] |
| 4267 |
|
| 4268 |
[[package]] |
| 4269 |
name = "matchit" |
| 4270 |
version = "0.8.4" |
| 4271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4272 |
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 4273 |
|
| 4274 |
[[package]] |
| 4275 |
name = "md-5" |
| 4276 |
version = "0.10.6" |
| 4277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4278 |
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 4279 |
dependencies = [ |
| 4280 |
"cfg-if", |
| 4281 |
"digest 0.10.7", |
| 4282 |
] |
| 4283 |
|
| 4284 |
[[package]] |
| 4285 |
name = "md-5" |
| 4286 |
version = "0.11.0" |
| 4287 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4288 |
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98" |
| 4289 |
dependencies = [ |
| 4290 |
"cfg-if", |
| 4291 |
"digest 0.11.3", |
| 4292 |
] |
| 4293 |
|
| 4294 |
[[package]] |
| 4295 |
name = "md2" |
| 4296 |
version = "0.10.2" |
| 4297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4298 |
checksum = "1f4f0f3ed25ff4f8d8d102288d92f900efc202661c884cf67dfe4f0d07c43d1f" |
| 4299 |
dependencies = [ |
| 4300 |
"digest 0.10.7", |
| 4301 |
] |
| 4302 |
|
| 4303 |
[[package]] |
| 4304 |
name = "memchr" |
| 4305 |
version = "2.8.0" |
| 4306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4307 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 4308 |
|
| 4309 |
[[package]] |
| 4310 |
name = "memfd" |
| 4311 |
version = "0.6.5" |
| 4312 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4313 |
checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" |
| 4314 |
dependencies = [ |
| 4315 |
"rustix 1.1.4", |
| 4316 |
] |
| 4317 |
|
| 4318 |
[[package]] |
| 4319 |
name = "memmap2" |
| 4320 |
version = "0.9.10" |
| 4321 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4322 |
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" |
| 4323 |
dependencies = [ |
| 4324 |
"libc", |
| 4325 |
] |
| 4326 |
|
| 4327 |
[[package]] |
| 4328 |
name = "metrics" |
| 4329 |
version = "0.24.3" |
| 4330 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4331 |
checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8" |
| 4332 |
dependencies = [ |
| 4333 |
"ahash", |
| 4334 |
"portable-atomic", |
| 4335 |
] |
| 4336 |
|
| 4337 |
[[package]] |
| 4338 |
name = "metrics-exporter-prometheus" |
| 4339 |
version = "0.18.1" |
| 4340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4341 |
checksum = "3589659543c04c7dc5526ec858591015b87cd8746583b51b48ef4353f99dbcda" |
| 4342 |
dependencies = [ |
| 4343 |
"base64 0.22.1", |
| 4344 |
"indexmap", |
| 4345 |
"metrics", |
| 4346 |
"metrics-util", |
| 4347 |
"quanta", |
| 4348 |
"thiserror 2.0.18", |
| 4349 |
] |
| 4350 |
|
| 4351 |
[[package]] |
| 4352 |
name = "metrics-util" |
| 4353 |
version = "0.20.1" |
| 4354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4355 |
checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4" |
| 4356 |
dependencies = [ |
| 4357 |
"crossbeam-epoch", |
| 4358 |
"crossbeam-utils", |
| 4359 |
"hashbrown 0.16.1", |
| 4360 |
"metrics", |
| 4361 |
"quanta", |
| 4362 |
"rand 0.9.2", |
| 4363 |
"rand_xoshiro", |
| 4364 |
"sketches-ddsketch", |
| 4365 |
] |
| 4366 |
|
| 4367 |
[[package]] |
| 4368 |
name = "mime" |
| 4369 |
version = "0.3.17" |
| 4370 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4371 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 4372 |
|
| 4373 |
[[package]] |
| 4374 |
name = "mime_guess" |
| 4375 |
version = "2.0.5" |
| 4376 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4377 |
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 4378 |
dependencies = [ |
| 4379 |
"mime", |
| 4380 |
"unicase", |
| 4381 |
] |
| 4382 |
|
| 4383 |
[[package]] |
| 4384 |
name = "mini-internal" |
| 4385 |
version = "0.1.45" |
| 4386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4387 |
checksum = "2a8df435db5df1dd82a74f77e3c3addf6ab7665079c31e222a64f34f7475d87e" |
| 4388 |
dependencies = [ |
| 4389 |
"proc-macro2", |
| 4390 |
"quote", |
| 4391 |
"syn", |
| 4392 |
] |
| 4393 |
|
| 4394 |
[[package]] |
| 4395 |
name = "minicbor" |
| 4396 |
version = "0.25.1" |
| 4397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4398 |
checksum = "c0452a60c1863c1f50b5f77cd295e8d2786849f35883f0b9e18e7e6e1b5691b0" |
| 4399 |
dependencies = [ |
| 4400 |
"minicbor-derive", |
| 4401 |
] |
| 4402 |
|
| 4403 |
[[package]] |
| 4404 |
name = "minicbor-derive" |
| 4405 |
version = "0.15.3" |
| 4406 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4407 |
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70" |
| 4408 |
dependencies = [ |
| 4409 |
"proc-macro2", |
| 4410 |
"quote", |
| 4411 |
"syn", |
| 4412 |
] |
| 4413 |
|
| 4414 |
[[package]] |
| 4415 |
name = "minimal-lexical" |
| 4416 |
version = "0.2.1" |
| 4417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4418 |
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 4419 |
|
| 4420 |
[[package]] |
| 4421 |
name = "miniserde" |
| 4422 |
version = "0.1.45" |
| 4423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4424 |
checksum = "8c48e83ec09ab8a51d4e6be46608bf2a1293a79e2f7ea60246a2ce50eaef44ba" |
| 4425 |
dependencies = [ |
| 4426 |
"itoa", |
| 4427 |
"mini-internal", |
| 4428 |
"zmij", |
| 4429 |
] |
| 4430 |
|
| 4431 |
[[package]] |
| 4432 |
name = "miniz_oxide" |
| 4433 |
version = "0.8.9" |
| 4434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4435 |
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 4436 |
dependencies = [ |
| 4437 |
"adler2", |
| 4438 |
"simd-adler32", |
| 4439 |
] |
| 4440 |
|
| 4441 |
[[package]] |
| 4442 |
name = "mio" |
| 4443 |
version = "1.1.1" |
| 4444 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4445 |
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 4446 |
dependencies = [ |
| 4447 |
"libc", |
| 4448 |
"wasi", |
| 4449 |
"windows-sys 0.61.2", |
| 4450 |
] |
| 4451 |
|
| 4452 |
[[package]] |
| 4453 |
name = "moxcms" |
| 4454 |
version = "0.8.1" |
| 4455 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4456 |
checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 4457 |
dependencies = [ |
| 4458 |
"num-traits", |
| 4459 |
"pxfm", |
| 4460 |
] |
| 4461 |
|
| 4462 |
[[package]] |
| 4463 |
name = "native-tls" |
| 4464 |
version = "0.2.18" |
| 4465 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4466 |
checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" |
| 4467 |
dependencies = [ |
| 4468 |
"libc", |
| 4469 |
"log", |
| 4470 |
"openssl", |
| 4471 |
"openssl-probe 0.2.1", |
| 4472 |
"openssl-sys", |
| 4473 |
"schannel", |
| 4474 |
"security-framework 3.7.0", |
| 4475 |
"security-framework-sys", |
| 4476 |
"tempfile", |
| 4477 |
] |
| 4478 |
|
| 4479 |
[[package]] |
| 4480 |
name = "new_debug_unreachable" |
| 4481 |
version = "1.0.6" |
| 4482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4483 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 4484 |
|
| 4485 |
[[package]] |
| 4486 |
name = "no-std-compat" |
| 4487 |
version = "0.4.1" |
| 4488 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4489 |
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" |
| 4490 |
|
| 4491 |
[[package]] |
| 4492 |
name = "nom" |
| 4493 |
version = "7.1.3" |
| 4494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4495 |
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 4496 |
dependencies = [ |
| 4497 |
"memchr", |
| 4498 |
"minimal-lexical", |
| 4499 |
] |
| 4500 |
|
| 4501 |
[[package]] |
| 4502 |
name = "nom" |
| 4503 |
version = "8.0.0" |
| 4504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4505 |
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" |
| 4506 |
dependencies = [ |
| 4507 |
"memchr", |
| 4508 |
] |
| 4509 |
|
| 4510 |
[[package]] |
| 4511 |
name = "nonempty" |
| 4512 |
version = "0.7.0" |
| 4513 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4514 |
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" |
| 4515 |
|
| 4516 |
[[package]] |
| 4517 |
name = "nonzero_ext" |
| 4518 |
version = "0.3.0" |
| 4519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4520 |
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" |
| 4521 |
|
| 4522 |
[[package]] |
| 4523 |
name = "nu-ansi-term" |
| 4524 |
version = "0.50.3" |
| 4525 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4526 |
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 4527 |
dependencies = [ |
| 4528 |
"windows-sys 0.61.2", |
| 4529 |
] |
| 4530 |
|
| 4531 |
[[package]] |
| 4532 |
name = "num-bigint" |
| 4533 |
version = "0.4.6" |
| 4534 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4535 |
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 4536 |
dependencies = [ |
| 4537 |
"num-integer", |
| 4538 |
"num-traits", |
| 4539 |
] |
| 4540 |
|
| 4541 |
[[package]] |
| 4542 |
name = "num-bigint-dig" |
| 4543 |
version = "0.8.6" |
| 4544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4545 |
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| 4546 |
dependencies = [ |
| 4547 |
"lazy_static", |
| 4548 |
"libm", |
| 4549 |
"num-integer", |
| 4550 |
"num-iter", |
| 4551 |
"num-traits", |
| 4552 |
"rand 0.8.5", |
| 4553 |
"smallvec", |
| 4554 |
"zeroize", |
| 4555 |
] |
| 4556 |
|
| 4557 |
[[package]] |
| 4558 |
name = "num-conv" |
| 4559 |
version = "0.2.0" |
| 4560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4561 |
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" |
| 4562 |
|
| 4563 |
[[package]] |
| 4564 |
name = "num-derive" |
| 4565 |
version = "0.4.2" |
| 4566 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4567 |
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| 4568 |
dependencies = [ |
| 4569 |
"proc-macro2", |
| 4570 |
"quote", |
| 4571 |
"syn", |
| 4572 |
] |
| 4573 |
|
| 4574 |
[[package]] |
| 4575 |
name = "num-integer" |
| 4576 |
version = "0.1.46" |
| 4577 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4578 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 4579 |
dependencies = [ |
| 4580 |
"num-traits", |
| 4581 |
] |
| 4582 |
|
| 4583 |
[[package]] |
| 4584 |
name = "num-iter" |
| 4585 |
version = "0.1.45" |
| 4586 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4587 |
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 4588 |
dependencies = [ |
| 4589 |
"autocfg", |
| 4590 |
"num-integer", |
| 4591 |
"num-traits", |
| 4592 |
] |
| 4593 |
|
| 4594 |
[[package]] |
| 4595 |
name = "num-traits" |
| 4596 |
version = "0.2.19" |
| 4597 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4598 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 4599 |
dependencies = [ |
| 4600 |
"autocfg", |
| 4601 |
"libm", |
| 4602 |
] |
| 4603 |
|
| 4604 |
[[package]] |
| 4605 |
name = "num_cpus" |
| 4606 |
version = "1.17.0" |
| 4607 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4608 |
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 4609 |
dependencies = [ |
| 4610 |
"hermit-abi", |
| 4611 |
"libc", |
| 4612 |
] |
| 4613 |
|
| 4614 |
[[package]] |
| 4615 |
name = "object" |
| 4616 |
version = "0.36.7" |
| 4617 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4618 |
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 4619 |
dependencies = [ |
| 4620 |
"crc32fast", |
| 4621 |
"flate2", |
| 4622 |
"hashbrown 0.15.5", |
| 4623 |
"indexmap", |
| 4624 |
"memchr", |
| 4625 |
"ruzstd 0.7.3", |
| 4626 |
] |
| 4627 |
|
| 4628 |
[[package]] |
| 4629 |
name = "object" |
| 4630 |
version = "0.37.3" |
| 4631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4632 |
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| 4633 |
dependencies = [ |
| 4634 |
"flate2", |
| 4635 |
"memchr", |
| 4636 |
"ruzstd 0.8.3", |
| 4637 |
] |
| 4638 |
|
| 4639 |
[[package]] |
| 4640 |
name = "object" |
| 4641 |
version = "0.38.1" |
| 4642 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4643 |
checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc" |
| 4644 |
dependencies = [ |
| 4645 |
"crc32fast", |
| 4646 |
"hashbrown 0.16.1", |
| 4647 |
"indexmap", |
| 4648 |
"memchr", |
| 4649 |
] |
| 4650 |
|
| 4651 |
[[package]] |
| 4652 |
name = "oid-registry" |
| 4653 |
version = "0.7.1" |
| 4654 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4655 |
checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" |
| 4656 |
dependencies = [ |
| 4657 |
"asn1-rs 0.6.2", |
| 4658 |
] |
| 4659 |
|
| 4660 |
[[package]] |
| 4661 |
name = "oid-registry" |
| 4662 |
version = "0.8.1" |
| 4663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4664 |
checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" |
| 4665 |
dependencies = [ |
| 4666 |
"asn1-rs 0.7.1", |
| 4667 |
] |
| 4668 |
|
| 4669 |
[[package]] |
| 4670 |
name = "once_cell" |
| 4671 |
version = "1.21.4" |
| 4672 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4673 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 4674 |
|
| 4675 |
[[package]] |
| 4676 |
name = "once_cell_polyfill" |
| 4677 |
version = "1.70.2" |
| 4678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4679 |
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 4680 |
|
| 4681 |
[[package]] |
| 4682 |
name = "openssl" |
| 4683 |
version = "0.10.76" |
| 4684 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4685 |
checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" |
| 4686 |
dependencies = [ |
| 4687 |
"bitflags 2.11.0", |
| 4688 |
"cfg-if", |
| 4689 |
"foreign-types", |
| 4690 |
"libc", |
| 4691 |
"once_cell", |
| 4692 |
"openssl-macros", |
| 4693 |
"openssl-sys", |
| 4694 |
] |
| 4695 |
|
| 4696 |
[[package]] |
| 4697 |
name = "openssl-macros" |
| 4698 |
version = "0.1.1" |
| 4699 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4700 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 4701 |
dependencies = [ |
| 4702 |
"proc-macro2", |
| 4703 |
"quote", |
| 4704 |
"syn", |
| 4705 |
] |
| 4706 |
|
| 4707 |
[[package]] |
| 4708 |
name = "openssl-probe" |
| 4709 |
version = "0.1.6" |
| 4710 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4711 |
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 4712 |
|
| 4713 |
[[package]] |
| 4714 |
name = "openssl-probe" |
| 4715 |
version = "0.2.1" |
| 4716 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4717 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 4718 |
|
| 4719 |
[[package]] |
| 4720 |
name = "openssl-src" |
| 4721 |
version = "300.5.5+3.5.5" |
| 4722 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4723 |
checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709" |
| 4724 |
dependencies = [ |
| 4725 |
"cc", |
| 4726 |
] |
| 4727 |
|
| 4728 |
[[package]] |
| 4729 |
name = "openssl-sys" |
| 4730 |
version = "0.9.112" |
| 4731 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4732 |
checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb" |
| 4733 |
dependencies = [ |
| 4734 |
"cc", |
| 4735 |
"libc", |
| 4736 |
"openssl-src", |
| 4737 |
"pkg-config", |
| 4738 |
"vcpkg", |
| 4739 |
] |
| 4740 |
|
| 4741 |
[[package]] |
| 4742 |
name = "option-ext" |
| 4743 |
version = "0.2.0" |
| 4744 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4745 |
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 4746 |
|
| 4747 |
[[package]] |
| 4748 |
name = "outref" |
| 4749 |
version = "0.5.2" |
| 4750 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4751 |
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 4752 |
|
| 4753 |
[[package]] |
| 4754 |
name = "p12" |
| 4755 |
version = "0.6.3" |
| 4756 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4757 |
checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224" |
| 4758 |
dependencies = [ |
| 4759 |
"cbc", |
| 4760 |
"cipher", |
| 4761 |
"des", |
| 4762 |
"getrandom 0.2.17", |
| 4763 |
"hmac 0.12.1", |
| 4764 |
"lazy_static", |
| 4765 |
"rc2", |
| 4766 |
"sha1 0.10.6", |
| 4767 |
"yasna", |
| 4768 |
] |
| 4769 |
|
| 4770 |
[[package]] |
| 4771 |
name = "p256" |
| 4772 |
version = "0.11.1" |
| 4773 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4774 |
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" |
| 4775 |
dependencies = [ |
| 4776 |
"ecdsa 0.14.8", |
| 4777 |
"elliptic-curve 0.12.3", |
| 4778 |
"sha2 0.10.9", |
| 4779 |
] |
| 4780 |
|
| 4781 |
[[package]] |
| 4782 |
name = "p256" |
| 4783 |
version = "0.13.2" |
| 4784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4785 |
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
| 4786 |
dependencies = [ |
| 4787 |
"ecdsa 0.16.9", |
| 4788 |
"elliptic-curve 0.13.8", |
| 4789 |
"primeorder", |
| 4790 |
"sha2 0.10.9", |
| 4791 |
] |
| 4792 |
|
| 4793 |
[[package]] |
| 4794 |
name = "p384" |
| 4795 |
version = "0.13.1" |
| 4796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4797 |
checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" |
| 4798 |
dependencies = [ |
| 4799 |
"ecdsa 0.16.9", |
| 4800 |
"elliptic-curve 0.13.8", |
| 4801 |
"primeorder", |
| 4802 |
"sha2 0.10.9", |
| 4803 |
] |
| 4804 |
|
| 4805 |
[[package]] |
| 4806 |
name = "parking" |
| 4807 |
version = "2.2.1" |
| 4808 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4809 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 4810 |
|
| 4811 |
[[package]] |
| 4812 |
name = "parking_lot" |
| 4813 |
version = "0.12.5" |
| 4814 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4815 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 4816 |
dependencies = [ |
| 4817 |
"lock_api", |
| 4818 |
"parking_lot_core", |
| 4819 |
] |
| 4820 |
|
| 4821 |
[[package]] |
| 4822 |
name = "parking_lot_core" |
| 4823 |
version = "0.9.12" |
| 4824 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4825 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 4826 |
dependencies = [ |
| 4827 |
"cfg-if", |
| 4828 |
"libc", |
| 4829 |
"redox_syscall 0.5.18", |
| 4830 |
"smallvec", |
| 4831 |
"windows-link", |
| 4832 |
] |
| 4833 |
|
| 4834 |
[[package]] |
| 4835 |
name = "password-hash" |
| 4836 |
version = "0.5.0" |
| 4837 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4838 |
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| 4839 |
dependencies = [ |
| 4840 |
"base64ct", |
| 4841 |
"rand_core 0.6.4", |
| 4842 |
"subtle", |
| 4843 |
] |
| 4844 |
|
| 4845 |
[[package]] |
| 4846 |
name = "paste" |
| 4847 |
version = "1.0.15" |
| 4848 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4849 |
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 4850 |
|
| 4851 |
[[package]] |
| 4852 |
name = "pastey" |
| 4853 |
version = "0.1.1" |
| 4854 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4855 |
checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" |
| 4856 |
|
| 4857 |
[[package]] |
| 4858 |
name = "pbkdf2" |
| 4859 |
version = "0.12.2" |
| 4860 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4861 |
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| 4862 |
dependencies = [ |
| 4863 |
"digest 0.10.7", |
| 4864 |
"hmac 0.12.1", |
| 4865 |
] |
| 4866 |
|
| 4867 |
[[package]] |
| 4868 |
name = "pear" |
| 4869 |
version = "0.2.9" |
| 4870 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4871 |
checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" |
| 4872 |
dependencies = [ |
| 4873 |
"inlinable_string", |
| 4874 |
"pear_codegen", |
| 4875 |
"yansi", |
| 4876 |
] |
| 4877 |
|
| 4878 |
[[package]] |
| 4879 |
name = "pear_codegen" |
| 4880 |
version = "0.2.9" |
| 4881 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4882 |
checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" |
| 4883 |
dependencies = [ |
| 4884 |
"proc-macro2", |
| 4885 |
"proc-macro2-diagnostics", |
| 4886 |
"quote", |
| 4887 |
"syn", |
| 4888 |
] |
| 4889 |
|
| 4890 |
[[package]] |
| 4891 |
name = "pem" |
| 4892 |
version = "3.0.6" |
| 4893 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4894 |
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" |
| 4895 |
dependencies = [ |
| 4896 |
"base64 0.22.1", |
| 4897 |
"serde_core", |
| 4898 |
] |
| 4899 |
|
| 4900 |
[[package]] |
| 4901 |
name = "pem-rfc7468" |
| 4902 |
version = "0.7.0" |
| 4903 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4904 |
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 4905 |
dependencies = [ |
| 4906 |
"base64ct", |
| 4907 |
] |
| 4908 |
|
| 4909 |
[[package]] |
| 4910 |
name = "percent-encoding" |
| 4911 |
version = "2.3.2" |
| 4912 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4913 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 4914 |
|
| 4915 |
[[package]] |
| 4916 |
name = "phf" |
| 4917 |
version = "0.11.3" |
| 4918 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4919 |
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 4920 |
dependencies = [ |
| 4921 |
"phf_macros", |
| 4922 |
"phf_shared", |
| 4923 |
] |
| 4924 |
|
| 4925 |
[[package]] |
| 4926 |
name = "phf_codegen" |
| 4927 |
version = "0.11.3" |
| 4928 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4929 |
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 4930 |
dependencies = [ |
| 4931 |
"phf_generator", |
| 4932 |
"phf_shared", |
| 4933 |
] |
| 4934 |
|
| 4935 |
[[package]] |
| 4936 |
name = "phf_generator" |
| 4937 |
version = "0.11.3" |
| 4938 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4939 |
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 4940 |
dependencies = [ |
| 4941 |
"phf_shared", |
| 4942 |
"rand 0.8.5", |
| 4943 |
] |
| 4944 |
|
| 4945 |
[[package]] |
| 4946 |
name = "phf_macros" |
| 4947 |
version = "0.11.3" |
| 4948 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4949 |
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 4950 |
dependencies = [ |
| 4951 |
"phf_generator", |
| 4952 |
"phf_shared", |
| 4953 |
"proc-macro2", |
| 4954 |
"quote", |
| 4955 |
"syn", |
| 4956 |
] |
| 4957 |
|
| 4958 |
[[package]] |
| 4959 |
name = "phf_shared" |
| 4960 |
version = "0.11.3" |
| 4961 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4962 |
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 4963 |
dependencies = [ |
| 4964 |
"siphasher", |
| 4965 |
] |
| 4966 |
|
| 4967 |
[[package]] |
| 4968 |
name = "pin-project" |
| 4969 |
version = "1.1.11" |
| 4970 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4971 |
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" |
| 4972 |
dependencies = [ |
| 4973 |
"pin-project-internal", |
| 4974 |
] |
| 4975 |
|
| 4976 |
[[package]] |
| 4977 |
name = "pin-project-internal" |
| 4978 |
version = "1.1.11" |
| 4979 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4980 |
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" |
| 4981 |
dependencies = [ |
| 4982 |
"proc-macro2", |
| 4983 |
"quote", |
| 4984 |
"syn", |
| 4985 |
] |
| 4986 |
|
| 4987 |
[[package]] |
| 4988 |
name = "pin-project-lite" |
| 4989 |
version = "0.2.17" |
| 4990 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4991 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 4992 |
|
| 4993 |
[[package]] |
| 4994 |
name = "pin-utils" |
| 4995 |
version = "0.1.0" |
| 4996 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4997 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 4998 |
|
| 4999 |
[[package]] |
| 5000 |
name = "pkcs1" |
| 5001 |
version = "0.7.5" |
| 5002 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5003 |
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 5004 |
dependencies = [ |
| 5005 |
"der 0.7.10", |
| 5006 |
"pkcs8 0.10.2", |
| 5007 |
"spki 0.7.3", |
| 5008 |
] |
| 5009 |
|
| 5010 |
[[package]] |
| 5011 |
name = "pkcs8" |
| 5012 |
version = "0.9.0" |
| 5013 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5014 |
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| 5015 |
dependencies = [ |
| 5016 |
"der 0.6.1", |
| 5017 |
"spki 0.6.0", |
| 5018 |
] |
| 5019 |
|
| 5020 |
[[package]] |
| 5021 |
name = "pkcs8" |
| 5022 |
version = "0.10.2" |
| 5023 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5024 |
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 5025 |
dependencies = [ |
| 5026 |
"der 0.7.10", |
| 5027 |
"spki 0.7.3", |
| 5028 |
] |
| 5029 |
|
| 5030 |
[[package]] |
| 5031 |
name = "pkg-config" |
| 5032 |
version = "0.3.32" |
| 5033 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5034 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 5035 |
|
| 5036 |
[[package]] |
| 5037 |
name = "plain" |
| 5038 |
version = "0.2.3" |
| 5039 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5040 |
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 5041 |
|
| 5042 |
[[package]] |
| 5043 |
name = "plist" |
| 5044 |
version = "1.9.0" |
| 5045 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5046 |
checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" |
| 5047 |
dependencies = [ |
| 5048 |
"base64 0.22.1", |
| 5049 |
"indexmap", |
| 5050 |
"quick-xml", |
| 5051 |
"serde", |
| 5052 |
"time", |
| 5053 |
] |
| 5054 |
|
| 5055 |
[[package]] |
| 5056 |
name = "png" |
| 5057 |
version = "0.18.1" |
| 5058 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5059 |
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 5060 |
dependencies = [ |
| 5061 |
"bitflags 2.11.0", |
| 5062 |
"crc32fast", |
| 5063 |
"fdeflate", |
| 5064 |
"flate2", |
| 5065 |
"miniz_oxide", |
| 5066 |
] |
| 5067 |
|
| 5068 |
[[package]] |
| 5069 |
name = "pom-contract" |
| 5070 |
version = "0.1.0" |
| 5071 |
dependencies = [ |
| 5072 |
"serde_json", |
| 5073 |
"toml", |
| 5074 |
] |
| 5075 |
|
| 5076 |
[[package]] |
| 5077 |
name = "portable-atomic" |
| 5078 |
version = "1.13.1" |
| 5079 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5080 |
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 5081 |
|
| 5082 |
[[package]] |
| 5083 |
name = "portable-atomic-util" |
| 5084 |
version = "0.2.7" |
| 5085 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5086 |
checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" |
| 5087 |
dependencies = [ |
| 5088 |
"portable-atomic", |
| 5089 |
] |
| 5090 |
|
| 5091 |
[[package]] |
| 5092 |
name = "postcard" |
| 5093 |
version = "1.1.3" |
| 5094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5095 |
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" |
| 5096 |
dependencies = [ |
| 5097 |
"cobs", |
| 5098 |
"embedded-io 0.4.0", |
| 5099 |
"embedded-io 0.6.1", |
| 5100 |
"serde", |
| 5101 |
] |
| 5102 |
|
| 5103 |
[[package]] |
| 5104 |
name = "potential_utf" |
| 5105 |
version = "0.1.4" |
| 5106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5107 |
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 5108 |
dependencies = [ |
| 5109 |
"zerovec", |
| 5110 |
] |
| 5111 |
|
| 5112 |
[[package]] |
| 5113 |
name = "powerfmt" |
| 5114 |
version = "0.2.0" |
| 5115 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5116 |
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 5117 |
|
| 5118 |
[[package]] |
| 5119 |
name = "ppmd-rust" |
| 5120 |
version = "1.4.0" |
| 5121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5122 |
checksum = "efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24" |
| 5123 |
|
| 5124 |
[[package]] |
| 5125 |
name = "ppv-lite86" |
| 5126 |
version = "0.2.21" |
| 5127 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5128 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 5129 |
dependencies = [ |
| 5130 |
"zerocopy", |
| 5131 |
] |
| 5132 |
|
| 5133 |
[[package]] |
| 5134 |
name = "precomputed-hash" |
| 5135 |
version = "0.1.1" |
| 5136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5137 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 5138 |
|
| 5139 |
[[package]] |
| 5140 |
name = "prettyplease" |
| 5141 |
version = "0.2.37" |
| 5142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5143 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 5144 |
dependencies = [ |
| 5145 |
"proc-macro2", |
| 5146 |
"syn", |
| 5147 |
] |
| 5148 |
|
| 5149 |
[[package]] |
| 5150 |
name = "primeorder" |
| 5151 |
version = "0.13.6" |
| 5152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5153 |
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" |
| 5154 |
dependencies = [ |
| 5155 |
"elliptic-curve 0.13.8", |
| 5156 |
] |
| 5157 |
|
| 5158 |
[[package]] |
| 5159 |
name = "proc-macro2" |
| 5160 |
version = "1.0.106" |
| 5161 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5162 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 5163 |
dependencies = [ |
| 5164 |
"unicode-ident", |
| 5165 |
] |
| 5166 |
|
| 5167 |
[[package]] |
| 5168 |
name = "proc-macro2-diagnostics" |
| 5169 |
version = "0.10.1" |
| 5170 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5171 |
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" |
| 5172 |
dependencies = [ |
| 5173 |
"proc-macro2", |
| 5174 |
"quote", |
| 5175 |
"syn", |
| 5176 |
"version_check", |
| 5177 |
"yansi", |
| 5178 |
] |
| 5179 |
|
| 5180 |
[[package]] |
| 5181 |
name = "proptest" |
| 5182 |
version = "1.11.0" |
| 5183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5184 |
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" |
| 5185 |
dependencies = [ |
| 5186 |
"bit-set", |
| 5187 |
"bit-vec", |
| 5188 |
"bitflags 2.11.0", |
| 5189 |
"num-traits", |
| 5190 |
"rand 0.9.2", |
| 5191 |
"rand_chacha 0.9.0", |
| 5192 |
"rand_xorshift", |
| 5193 |
"regex-syntax", |
| 5194 |
"rusty-fork", |
| 5195 |
"tempfile", |
| 5196 |
"unarray", |
| 5197 |
] |
| 5198 |
|
| 5199 |
[[package]] |
| 5200 |
name = "protobuf" |
| 5201 |
version = "3.7.2" |
| 5202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5203 |
checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" |
| 5204 |
dependencies = [ |
| 5205 |
"once_cell", |
| 5206 |
"protobuf-support", |
| 5207 |
"thiserror 1.0.69", |
| 5208 |
] |
| 5209 |
|
| 5210 |
[[package]] |
| 5211 |
name = "protobuf-codegen" |
| 5212 |
version = "3.7.2" |
| 5213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5214 |
checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace" |
| 5215 |
dependencies = [ |
| 5216 |
"anyhow", |
| 5217 |
"once_cell", |
| 5218 |
"protobuf", |
| 5219 |
"protobuf-parse", |
| 5220 |
"regex", |
| 5221 |
"tempfile", |
| 5222 |
"thiserror 1.0.69", |
| 5223 |
] |
| 5224 |
|
| 5225 |
[[package]] |
| 5226 |
name = "protobuf-parse" |
| 5227 |
version = "3.7.2" |
| 5228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5229 |
checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973" |
| 5230 |
dependencies = [ |
| 5231 |
"anyhow", |
| 5232 |
"indexmap", |
| 5233 |
"log", |
| 5234 |
"protobuf", |
| 5235 |
"protobuf-support", |
| 5236 |
"tempfile", |
| 5237 |
"thiserror 1.0.69", |
| 5238 |
"which", |
| 5239 |
] |
| 5240 |
|
| 5241 |
[[package]] |
| 5242 |
name = "protobuf-support" |
| 5243 |
version = "3.7.2" |
| 5244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5245 |
checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" |
| 5246 |
dependencies = [ |
| 5247 |
"thiserror 1.0.69", |
| 5248 |
] |
| 5249 |
|
| 5250 |
[[package]] |
| 5251 |
name = "psl" |
| 5252 |
version = "2.1.206" |
| 5253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5254 |
checksum = "f0fd5dad387c0ff76cf1ac9f0f90ee4f1d966c969edfe7325e73141bf4352e0a" |
| 5255 |
dependencies = [ |
| 5256 |
"psl-types", |
| 5257 |
] |
| 5258 |
|
| 5259 |
[[package]] |
| 5260 |
name = "psl-types" |
| 5261 |
version = "2.0.11" |
| 5262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5263 |
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" |
| 5264 |
|
| 5265 |
[[package]] |
| 5266 |
name = "publicsuffix" |
| 5267 |
version = "2.3.0" |
| 5268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5269 |
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" |
| 5270 |
dependencies = [ |
| 5271 |
"idna", |
| 5272 |
"psl-types", |
| 5273 |
] |
| 5274 |
|
| 5275 |
[[package]] |
| 5276 |
name = "pulldown-cmark" |
| 5277 |
version = "0.12.2" |
| 5278 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5279 |
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" |
| 5280 |
dependencies = [ |
| 5281 |
"bitflags 2.11.0", |
| 5282 |
"getopts", |
| 5283 |
"memchr", |
| 5284 |
"pulldown-cmark-escape", |
| 5285 |
"unicase", |
| 5286 |
] |
| 5287 |
|
| 5288 |
[[package]] |
| 5289 |
name = "pulldown-cmark-escape" |
| 5290 |
version = "0.11.0" |
| 5291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5292 |
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 5293 |
|
| 5294 |
[[package]] |
| 5295 |
name = "pulley-interpreter" |
| 5296 |
version = "43.0.2" |
| 5297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5298 |
checksum = "7ec12fe19a9588315a49fe5704502a9c02d6a198303314b0c7c86123b06d29e5" |
| 5299 |
dependencies = [ |
| 5300 |
"cranelift-bitset", |
| 5301 |
"log", |
| 5302 |
"pulley-macros", |
| 5303 |
"wasmtime-internal-core", |
| 5304 |
] |
| 5305 |
|
| 5306 |
[[package]] |
| 5307 |
name = "pulley-macros" |
| 5308 |
version = "43.0.2" |
| 5309 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5310 |
checksum = "36f7d5ef31ebf1b46cd7e722ffef934e670d7e462f49aa01cde07b9b76dca580" |
| 5311 |
dependencies = [ |
| 5312 |
"proc-macro2", |
| 5313 |
"quote", |
| 5314 |
"syn", |
| 5315 |
] |
| 5316 |
|
| 5317 |
[[package]] |
| 5318 |
name = "pxfm" |
| 5319 |
version = "0.1.28" |
| 5320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5321 |
checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" |
| 5322 |
|
| 5323 |
[[package]] |
| 5324 |
name = "qrcodegen" |
| 5325 |
version = "1.8.0" |
| 5326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5327 |
checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142" |
| 5328 |
|
| 5329 |
[[package]] |
| 5330 |
name = "qrcodegen-image" |
| 5331 |
version = "1.5.1" |
| 5332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5333 |
checksum = "99530e45ded4640c0eab5420fc60f9a0ec1be51a22e49cc8578b9a0d8be70712" |
| 5334 |
dependencies = [ |
| 5335 |
"base64 0.22.1", |
| 5336 |
"image", |
| 5337 |
"qrcodegen", |
| 5338 |
] |
| 5339 |
|
| 5340 |
[[package]] |
| 5341 |
name = "quanta" |
| 5342 |
version = "0.12.6" |
| 5343 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5344 |
checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" |
| 5345 |
dependencies = [ |
| 5346 |
"crossbeam-utils", |
| 5347 |
"libc", |
| 5348 |
"once_cell", |
| 5349 |
"raw-cpuid", |
| 5350 |
"wasi", |
| 5351 |
"web-sys", |
| 5352 |
"winapi", |
| 5353 |
] |
| 5354 |
|
| 5355 |
[[package]] |
| 5356 |
name = "quick-error" |
| 5357 |
version = "1.2.3" |
| 5358 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5359 |
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 5360 |
|
| 5361 |
[[package]] |
| 5362 |
name = "quick-xml" |
| 5363 |
version = "0.39.4" |
| 5364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5365 |
checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" |
| 5366 |
dependencies = [ |
| 5367 |
"memchr", |
| 5368 |
] |
| 5369 |
|
| 5370 |
[[package]] |
| 5371 |
name = "quinn" |
| 5372 |
version = "0.11.9" |
| 5373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5374 |
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 5375 |
dependencies = [ |
| 5376 |
"bytes", |
| 5377 |
"cfg_aliases", |
| 5378 |
"pin-project-lite", |
| 5379 |
"quinn-proto", |
| 5380 |
"quinn-udp", |
| 5381 |
"rustc-hash 2.1.1", |
| 5382 |
"rustls 0.23.37", |
| 5383 |
"socket2 0.6.3", |
| 5384 |
"thiserror 2.0.18", |
| 5385 |
"tokio", |
| 5386 |
"tracing", |
| 5387 |
"web-time", |
| 5388 |
] |
| 5389 |
|
| 5390 |
[[package]] |
| 5391 |
name = "quinn-proto" |
| 5392 |
version = "0.11.14" |
| 5393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5394 |
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 5395 |
dependencies = [ |
| 5396 |
"bytes", |
| 5397 |
"getrandom 0.3.4", |
| 5398 |
"lru-slab", |
| 5399 |
"rand 0.9.2", |
| 5400 |
"ring", |
| 5401 |
"rustc-hash 2.1.1", |
| 5402 |
"rustls 0.23.37", |
| 5403 |
"rustls-pki-types", |
| 5404 |
"slab", |
| 5405 |
"thiserror 2.0.18", |
| 5406 |
"tinyvec", |
| 5407 |
"tracing", |
| 5408 |
"web-time", |
| 5409 |
] |
| 5410 |
|
| 5411 |
[[package]] |
| 5412 |
name = "quinn-udp" |
| 5413 |
version = "0.5.14" |
| 5414 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5415 |
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 5416 |
dependencies = [ |
| 5417 |
"cfg_aliases", |
| 5418 |
"libc", |
| 5419 |
"once_cell", |
| 5420 |
"socket2 0.6.3", |
| 5421 |
"tracing", |
| 5422 |
"windows-sys 0.60.2", |
| 5423 |
] |
| 5424 |
|
| 5425 |
[[package]] |
| 5426 |
name = "quote" |
| 5427 |
version = "1.0.45" |
| 5428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5429 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 5430 |
dependencies = [ |
| 5431 |
"proc-macro2", |
| 5432 |
] |
| 5433 |
|
| 5434 |
[[package]] |
| 5435 |
name = "r-efi" |
| 5436 |
version = "5.3.0" |
| 5437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5438 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 5439 |
|
| 5440 |
[[package]] |
| 5441 |
name = "r-efi" |
| 5442 |
version = "6.0.0" |
| 5443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5444 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 5445 |
|
| 5446 |
[[package]] |
| 5447 |
name = "radium" |
| 5448 |
version = "0.7.0" |
| 5449 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5450 |
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| 5451 |
|
| 5452 |
[[package]] |
| 5453 |
name = "rand" |
| 5454 |
version = "0.8.5" |
| 5455 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5456 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 5457 |
dependencies = [ |
| 5458 |
"libc", |
| 5459 |
"rand_chacha 0.3.1", |
| 5460 |
"rand_core 0.6.4", |
| 5461 |
] |
| 5462 |
|
| 5463 |
[[package]] |
| 5464 |
name = "rand" |
| 5465 |
version = "0.9.2" |
| 5466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5467 |
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 5468 |
dependencies = [ |
| 5469 |
"rand_chacha 0.9.0", |
| 5470 |
"rand_core 0.9.5", |
| 5471 |
] |
| 5472 |
|
| 5473 |
[[package]] |
| 5474 |
name = "rand_chacha" |
| 5475 |
version = "0.3.1" |
| 5476 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5477 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 5478 |
dependencies = [ |
| 5479 |
"ppv-lite86", |
| 5480 |
"rand_core 0.6.4", |
| 5481 |
] |
| 5482 |
|
| 5483 |
[[package]] |
| 5484 |
name = "rand_chacha" |
| 5485 |
version = "0.9.0" |
| 5486 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5487 |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 5488 |
dependencies = [ |
| 5489 |
"ppv-lite86", |
| 5490 |
"rand_core 0.9.5", |
| 5491 |
] |
| 5492 |
|
| 5493 |
[[package]] |
| 5494 |
name = "rand_core" |
| 5495 |
version = "0.6.4" |
| 5496 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5497 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 5498 |
dependencies = [ |
| 5499 |
"getrandom 0.2.17", |
| 5500 |
] |
| 5501 |
|
| 5502 |
[[package]] |
| 5503 |
name = "rand_core" |
| 5504 |
version = "0.9.5" |
| 5505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5506 |
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 5507 |
dependencies = [ |
| 5508 |
"getrandom 0.3.4", |
| 5509 |
] |
| 5510 |
|
| 5511 |
[[package]] |
| 5512 |
name = "rand_xorshift" |
| 5513 |
version = "0.4.0" |
| 5514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5515 |
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" |
| 5516 |
dependencies = [ |
| 5517 |
"rand_core 0.9.5", |
| 5518 |
] |
| 5519 |
|
| 5520 |
[[package]] |
| 5521 |
name = "rand_xoshiro" |
| 5522 |
version = "0.7.0" |
| 5523 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5524 |
checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" |
| 5525 |
dependencies = [ |
| 5526 |
"rand_core 0.9.5", |
| 5527 |
] |
| 5528 |
|
| 5529 |
[[package]] |
| 5530 |
name = "rasn" |
| 5531 |
version = "0.20.2" |
| 5532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5533 |
checksum = "e442690f86da40561d5548e7ffb4a18af90d1c1b3536090de847ca2d5a3a6426" |
| 5534 |
dependencies = [ |
| 5535 |
"arrayvec", |
| 5536 |
"bitvec", |
| 5537 |
"bitvec-nom2", |
| 5538 |
"bytes", |
| 5539 |
"chrono", |
| 5540 |
"either", |
| 5541 |
"hashbrown 0.14.5", |
| 5542 |
"konst", |
| 5543 |
"nom 7.1.3", |
| 5544 |
"num-bigint", |
| 5545 |
"num-integer", |
| 5546 |
"num-traits", |
| 5547 |
"once_cell", |
| 5548 |
"rasn-derive", |
| 5549 |
"serde_json", |
| 5550 |
"snafu", |
| 5551 |
] |
| 5552 |
|
| 5553 |
[[package]] |
| 5554 |
name = "rasn-derive" |
| 5555 |
version = "0.20.2" |
| 5556 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5557 |
checksum = "96b0d374c7e4e985e6bc97ca7e7ad1d9642a8415db2017777d6e383002edaab2" |
| 5558 |
dependencies = [ |
| 5559 |
"either", |
| 5560 |
"itertools 0.13.0", |
| 5561 |
"proc-macro2", |
| 5562 |
"quote", |
| 5563 |
"rayon", |
| 5564 |
"syn", |
| 5565 |
"uuid", |
| 5566 |
] |
| 5567 |
|
| 5568 |
[[package]] |
| 5569 |
name = "raw-cpuid" |
| 5570 |
version = "11.6.0" |
| 5571 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5572 |
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" |
| 5573 |
dependencies = [ |
| 5574 |
"bitflags 2.11.0", |
| 5575 |
] |
| 5576 |
|
| 5577 |
[[package]] |
| 5578 |
name = "rayon" |
| 5579 |
version = "1.12.0" |
| 5580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5581 |
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| 5582 |
dependencies = [ |
| 5583 |
"either", |
| 5584 |
"rayon-core", |
| 5585 |
] |
| 5586 |
|
| 5587 |
[[package]] |
| 5588 |
name = "rayon-core" |
| 5589 |
version = "1.13.0" |
| 5590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5591 |
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 5592 |
dependencies = [ |
| 5593 |
"crossbeam-deque", |
| 5594 |
"crossbeam-utils", |
| 5595 |
] |
| 5596 |
|
| 5597 |
[[package]] |
| 5598 |
name = "rc2" |
| 5599 |
version = "0.8.1" |
| 5600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5601 |
checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd" |
| 5602 |
dependencies = [ |
| 5603 |
"cipher", |
| 5604 |
] |
| 5605 |
|
| 5606 |
[[package]] |
| 5607 |
name = "redox_syscall" |
| 5608 |
version = "0.5.18" |
| 5609 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5610 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 5611 |
dependencies = [ |
| 5612 |
"bitflags 2.11.0", |
| 5613 |
] |
| 5614 |
|
| 5615 |
[[package]] |
| 5616 |
name = "redox_syscall" |
| 5617 |
version = "0.7.3" |
| 5618 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5619 |
checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" |
| 5620 |
dependencies = [ |
| 5621 |
"bitflags 2.11.0", |
| 5622 |
] |
| 5623 |
|
| 5624 |
[[package]] |
| 5625 |
name = "redox_users" |
| 5626 |
version = "0.4.6" |
| 5627 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5628 |
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 5629 |
dependencies = [ |
| 5630 |
"getrandom 0.2.17", |
| 5631 |
"libredox", |
| 5632 |
"thiserror 1.0.69", |
| 5633 |
] |
| 5634 |
|
| 5635 |
[[package]] |
| 5636 |
name = "regalloc2" |
| 5637 |
version = "0.15.1" |
| 5638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5639 |
checksum = "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186" |
| 5640 |
dependencies = [ |
| 5641 |
"allocator-api2", |
| 5642 |
"bumpalo", |
| 5643 |
"hashbrown 0.17.0", |
| 5644 |
"log", |
| 5645 |
"rustc-hash 2.1.1", |
| 5646 |
"smallvec", |
| 5647 |
] |
| 5648 |
|
| 5649 |
[[package]] |
| 5650 |
name = "regex" |
| 5651 |
version = "1.12.3" |
| 5652 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5653 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 5654 |
dependencies = [ |
| 5655 |
"aho-corasick", |
| 5656 |
"memchr", |
| 5657 |
"regex-automata", |
| 5658 |
"regex-syntax", |
| 5659 |
] |
| 5660 |
|
| 5661 |
[[package]] |
| 5662 |
name = "regex-automata" |
| 5663 |
version = "0.4.14" |
| 5664 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5665 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 5666 |
dependencies = [ |
| 5667 |
"aho-corasick", |
| 5668 |
"memchr", |
| 5669 |
"regex-syntax", |
| 5670 |
] |
| 5671 |
|
| 5672 |
[[package]] |
| 5673 |
name = "regex-lite" |
| 5674 |
version = "0.1.9" |
| 5675 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5676 |
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| 5677 |
|
| 5678 |
[[package]] |
| 5679 |
name = "regex-syntax" |
| 5680 |
version = "0.8.10" |
| 5681 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5682 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 5683 |
|
| 5684 |
[[package]] |
| 5685 |
name = "reqwest" |
| 5686 |
version = "0.12.28" |
| 5687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5688 |
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 5689 |
dependencies = [ |
| 5690 |
"base64 0.22.1", |
| 5691 |
"bytes", |
| 5692 |
"cookie", |
| 5693 |
"cookie_store", |
| 5694 |
"encoding_rs", |
| 5695 |
"futures-channel", |
| 5696 |
"futures-core", |
| 5697 |
"futures-util", |
| 5698 |
"h2 0.4.13", |
| 5699 |
"http 1.4.0", |
| 5700 |
"http-body 1.0.1", |
| 5701 |
"http-body-util", |
| 5702 |
"hyper 1.8.1", |
| 5703 |
"hyper-rustls 0.27.7", |
| 5704 |
"hyper-tls", |
| 5705 |
"hyper-util", |
| 5706 |
"js-sys", |
| 5707 |
"log", |
| 5708 |
"mime", |
| 5709 |
"native-tls", |
| 5710 |
"percent-encoding", |
| 5711 |
"pin-project-lite", |
| 5712 |
"quinn", |
| 5713 |
"rustls 0.23.37", |
| 5714 |
"rustls-native-certs 0.8.3", |
| 5715 |
"rustls-pki-types", |
| 5716 |
"serde", |
| 5717 |
"serde_json", |
| 5718 |
"serde_urlencoded", |
| 5719 |
"sync_wrapper", |
| 5720 |
"tokio", |
| 5721 |
"tokio-native-tls", |
| 5722 |
"tokio-rustls 0.26.4", |
| 5723 |
"tower", |
| 5724 |
"tower-http", |
| 5725 |
"tower-service", |
| 5726 |
"url", |
| 5727 |
"wasm-bindgen", |
| 5728 |
"wasm-bindgen-futures", |
| 5729 |
"web-sys", |
| 5730 |
"webpki-roots", |
| 5731 |
] |
| 5732 |
|
| 5733 |
[[package]] |
| 5734 |
name = "rfc6979" |
| 5735 |
version = "0.3.1" |
| 5736 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5737 |
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" |
| 5738 |
dependencies = [ |
| 5739 |
"crypto-bigint 0.4.9", |
| 5740 |
"hmac 0.12.1", |
| 5741 |
"zeroize", |
| 5742 |
] |
| 5743 |
|
| 5744 |
[[package]] |
| 5745 |
name = "rfc6979" |
| 5746 |
version = "0.4.0" |
| 5747 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5748 |
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
| 5749 |
dependencies = [ |
| 5750 |
"hmac 0.12.1", |
| 5751 |
"subtle", |
| 5752 |
] |
| 5753 |
|
| 5754 |
[[package]] |
| 5755 |
name = "ring" |
| 5756 |
version = "0.17.14" |
| 5757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5758 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 5759 |
dependencies = [ |
| 5760 |
"cc", |
| 5761 |
"cfg-if", |
| 5762 |
"getrandom 0.2.17", |
| 5763 |
"libc", |
| 5764 |
"untrusted", |
| 5765 |
"windows-sys 0.52.0", |
| 5766 |
] |
| 5767 |
|
| 5768 |
[[package]] |
| 5769 |
name = "rmp" |
| 5770 |
version = "0.8.15" |
| 5771 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5772 |
checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" |
| 5773 |
dependencies = [ |
| 5774 |
"num-traits", |
| 5775 |
] |
| 5776 |
|
| 5777 |
[[package]] |
| 5778 |
name = "rmp-serde" |
| 5779 |
version = "1.3.1" |
| 5780 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5781 |
checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" |
| 5782 |
dependencies = [ |
| 5783 |
"rmp", |
| 5784 |
"serde", |
| 5785 |
] |
| 5786 |
|
| 5787 |
[[package]] |
| 5788 |
name = "rowan" |
| 5789 |
version = "0.16.1" |
| 5790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5791 |
checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21" |
| 5792 |
dependencies = [ |
| 5793 |
"countme", |
| 5794 |
"hashbrown 0.14.5", |
| 5795 |
"rustc-hash 1.1.0", |
| 5796 |
"text-size", |
| 5797 |
] |
| 5798 |
|
| 5799 |
[[package]] |
| 5800 |
name = "roxmltree" |
| 5801 |
version = "0.21.1" |
| 5802 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5803 |
checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb" |
| 5804 |
dependencies = [ |
| 5805 |
"memchr", |
| 5806 |
] |
| 5807 |
|
| 5808 |
[[package]] |
| 5809 |
name = "rsa" |
| 5810 |
version = "0.9.10" |
| 5811 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5812 |
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| 5813 |
dependencies = [ |
| 5814 |
"const-oid 0.9.6", |
| 5815 |
"digest 0.10.7", |
| 5816 |
"num-bigint-dig", |
| 5817 |
"num-integer", |
| 5818 |
"num-traits", |
| 5819 |
"pkcs1", |
| 5820 |
"pkcs8 0.10.2", |
| 5821 |
"rand_core 0.6.4", |
| 5822 |
"signature 2.2.0", |
| 5823 |
"spki 0.7.3", |
| 5824 |
"subtle", |
| 5825 |
"zeroize", |
| 5826 |
] |
| 5827 |
|
| 5828 |
[[package]] |
| 5829 |
name = "rustc-hash" |
| 5830 |
version = "1.1.0" |
| 5831 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5832 |
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 5833 |
|
| 5834 |
[[package]] |
| 5835 |
name = "rustc-hash" |
| 5836 |
version = "2.1.1" |
| 5837 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5838 |
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 5839 |
|
| 5840 |
[[package]] |
| 5841 |
name = "rustc_version" |
| 5842 |
version = "0.4.1" |
| 5843 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5844 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 5845 |
dependencies = [ |
| 5846 |
"semver", |
| 5847 |
] |
| 5848 |
|
| 5849 |
[[package]] |
| 5850 |
name = "rusticata-macros" |
| 5851 |
version = "4.1.0" |
| 5852 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5853 |
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" |
| 5854 |
dependencies = [ |
| 5855 |
"nom 7.1.3", |
| 5856 |
] |
| 5857 |
|
| 5858 |
[[package]] |
| 5859 |
name = "rustix" |
| 5860 |
version = "0.38.44" |
| 5861 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5862 |
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 5863 |
dependencies = [ |
| 5864 |
"bitflags 2.11.0", |
| 5865 |
"errno", |
| 5866 |
"libc", |
| 5867 |
"linux-raw-sys 0.4.15", |
| 5868 |
"windows-sys 0.59.0", |
| 5869 |
] |
| 5870 |
|
| 5871 |
[[package]] |
| 5872 |
name = "rustix" |
| 5873 |
version = "1.1.4" |
| 5874 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5875 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 5876 |
dependencies = [ |
| 5877 |
"bitflags 2.11.0", |
| 5878 |
"errno", |
| 5879 |
"libc", |
| 5880 |
"linux-raw-sys 0.12.1", |
| 5881 |
"windows-sys 0.61.2", |
| 5882 |
] |
| 5883 |
|
| 5884 |
[[package]] |
| 5885 |
name = "rustls" |
| 5886 |
version = "0.21.12" |
| 5887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5888 |
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" |
| 5889 |
dependencies = [ |
| 5890 |
"log", |
| 5891 |
"ring", |
| 5892 |
"rustls-webpki 0.101.7", |
| 5893 |
"sct", |
| 5894 |
] |
| 5895 |
|
| 5896 |
[[package]] |
| 5897 |
name = "rustls" |
| 5898 |
version = "0.23.37" |
| 5899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5900 |
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 5901 |
dependencies = [ |
| 5902 |
"aws-lc-rs", |
| 5903 |
"once_cell", |
| 5904 |
"ring", |
| 5905 |
"rustls-pki-types", |
| 5906 |
"rustls-webpki 0.103.13", |
| 5907 |
"subtle", |
| 5908 |
"zeroize", |
| 5909 |
] |
| 5910 |
|
| 5911 |
[[package]] |
| 5912 |
name = "rustls-native-certs" |
| 5913 |
version = "0.7.3" |
| 5914 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5915 |
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" |
| 5916 |
dependencies = [ |
| 5917 |
"openssl-probe 0.1.6", |
| 5918 |
"rustls-pemfile", |
| 5919 |
"rustls-pki-types", |
| 5920 |
"schannel", |
| 5921 |
"security-framework 2.11.1", |
| 5922 |
] |
| 5923 |
|
| 5924 |
[[package]] |
| 5925 |
name = "rustls-native-certs" |
| 5926 |
version = "0.8.3" |
| 5927 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5928 |
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 5929 |
dependencies = [ |
| 5930 |
"openssl-probe 0.2.1", |
| 5931 |
"rustls-pki-types", |
| 5932 |
"schannel", |
| 5933 |
"security-framework 3.7.0", |
| 5934 |
] |
| 5935 |
|
| 5936 |
[[package]] |
| 5937 |
name = "rustls-pemfile" |
| 5938 |
version = "2.2.0" |
| 5939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5940 |
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| 5941 |
dependencies = [ |
| 5942 |
"rustls-pki-types", |
| 5943 |
] |
| 5944 |
|
| 5945 |
[[package]] |
| 5946 |
name = "rustls-pki-types" |
| 5947 |
version = "1.14.0" |
| 5948 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5949 |
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 5950 |
dependencies = [ |
| 5951 |
"web-time", |
| 5952 |
"zeroize", |
| 5953 |
] |
| 5954 |
|
| 5955 |
[[package]] |
| 5956 |
name = "rustls-webpki" |
| 5957 |
version = "0.101.7" |
| 5958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5959 |
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
| 5960 |
dependencies = [ |
| 5961 |
"ring", |
| 5962 |
"untrusted", |
| 5963 |
] |
| 5964 |
|
| 5965 |
[[package]] |
| 5966 |
name = "rustls-webpki" |
| 5967 |
version = "0.103.13" |
| 5968 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5969 |
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 5970 |
dependencies = [ |
| 5971 |
"aws-lc-rs", |
| 5972 |
"ring", |
| 5973 |
"rustls-pki-types", |
| 5974 |
"untrusted", |
| 5975 |
] |
| 5976 |
|
| 5977 |
[[package]] |
| 5978 |
name = "rustversion" |
| 5979 |
version = "1.0.22" |
| 5980 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5981 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 5982 |
|
| 5983 |
[[package]] |
| 5984 |
name = "rusty-fork" |
| 5985 |
version = "0.3.1" |
| 5986 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5987 |
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" |
| 5988 |
dependencies = [ |
| 5989 |
"fnv", |
| 5990 |
"quick-error", |
| 5991 |
"tempfile", |
| 5992 |
"wait-timeout", |
| 5993 |
] |
| 5994 |
|
| 5995 |
[[package]] |
| 5996 |
name = "ruzstd" |
| 5997 |
version = "0.7.3" |
| 5998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5999 |
checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" |
| 6000 |
dependencies = [ |
| 6001 |
"twox-hash 1.6.3", |
| 6002 |
] |
| 6003 |
|
| 6004 |
[[package]] |
| 6005 |
name = "ruzstd" |
| 6006 |
version = "0.8.3" |
| 6007 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6008 |
checksum = "a7c1c839d570d835527c9a5e4db7cb2198683a988cb9d7293fc8674e6bd58fc8" |
| 6009 |
dependencies = [ |
| 6010 |
"twox-hash 2.1.2", |
| 6011 |
] |
| 6012 |
|
| 6013 |
[[package]] |
| 6014 |
name = "ryu" |
| 6015 |
version = "1.0.23" |
| 6016 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6017 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 6018 |
|
| 6019 |
[[package]] |
| 6020 |
name = "s3-storage" |
| 6021 |
version = "0.1.1" |
| 6022 |
dependencies = [ |
| 6023 |
"aws-config", |
| 6024 |
"aws-sdk-s3", |
| 6025 |
"tokio", |
| 6026 |
"tracing", |
| 6027 |
] |
| 6028 |
|
| 6029 |
[[package]] |
| 6030 |
name = "same-file" |
| 6031 |
version = "1.0.6" |
| 6032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6033 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 6034 |
dependencies = [ |
| 6035 |
"winapi-util", |
| 6036 |
] |
| 6037 |
|
| 6038 |
[[package]] |
| 6039 |
name = "schannel" |
| 6040 |
version = "0.1.29" |
| 6041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6042 |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 6043 |
dependencies = [ |
| 6044 |
"windows-sys 0.61.2", |
| 6045 |
] |
| 6046 |
|
| 6047 |
[[package]] |
| 6048 |
name = "scopeguard" |
| 6049 |
version = "1.2.0" |
| 6050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6051 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 6052 |
|
| 6053 |
[[package]] |
| 6054 |
name = "scroll" |
| 6055 |
version = "0.12.0" |
| 6056 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6057 |
checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" |
| 6058 |
dependencies = [ |
| 6059 |
"scroll_derive 0.12.1", |
| 6060 |
] |
| 6061 |
|
| 6062 |
[[package]] |
| 6063 |
name = "scroll" |
| 6064 |
version = "0.13.0" |
| 6065 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6066 |
checksum = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add" |
| 6067 |
dependencies = [ |
| 6068 |
"scroll_derive 0.13.1", |
| 6069 |
] |
| 6070 |
|
| 6071 |
[[package]] |
| 6072 |
name = "scroll_derive" |
| 6073 |
version = "0.12.1" |
| 6074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6075 |
checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d" |
| 6076 |
dependencies = [ |
| 6077 |
"proc-macro2", |
| 6078 |
"quote", |
| 6079 |
"syn", |
| 6080 |
] |
| 6081 |
|
| 6082 |
[[package]] |
| 6083 |
name = "scroll_derive" |
| 6084 |
version = "0.13.1" |
| 6085 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6086 |
checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d" |
| 6087 |
dependencies = [ |
| 6088 |
"proc-macro2", |
| 6089 |
"quote", |
| 6090 |
"syn", |
| 6091 |
] |
| 6092 |
|
| 6093 |
[[package]] |
| 6094 |
name = "sct" |
| 6095 |
version = "0.7.1" |
| 6096 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6097 |
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
| 6098 |
dependencies = [ |
| 6099 |
"ring", |
| 6100 |
"untrusted", |
| 6101 |
] |
| 6102 |
|
| 6103 |
[[package]] |
| 6104 |
name = "sec1" |
| 6105 |
version = "0.3.0" |
| 6106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6107 |
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| 6108 |
dependencies = [ |
| 6109 |
"base16ct 0.1.1", |
| 6110 |
"der 0.6.1", |
| 6111 |
"generic-array", |
| 6112 |
"pkcs8 0.9.0", |
| 6113 |
"subtle", |
| 6114 |
"zeroize", |
| 6115 |
] |
| 6116 |
|
| 6117 |
[[package]] |
| 6118 |
name = "sec1" |
| 6119 |
version = "0.7.3" |
| 6120 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6121 |
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
| 6122 |
dependencies = [ |
| 6123 |
"base16ct 0.2.0", |
| 6124 |
"der 0.7.10", |
| 6125 |
"generic-array", |
| 6126 |
"pkcs8 0.10.2", |
| 6127 |
"subtle", |
| 6128 |
"zeroize", |
| 6129 |
] |
| 6130 |
|
| 6131 |
[[package]] |
| 6132 |
name = "security-framework" |
| 6133 |
version = "2.11.1" |
| 6134 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6135 |
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 6136 |
dependencies = [ |
| 6137 |
"bitflags 2.11.0", |
| 6138 |
"core-foundation 0.9.4", |
| 6139 |
"core-foundation-sys", |
| 6140 |
"libc", |
| 6141 |
"security-framework-sys", |
| 6142 |
] |
| 6143 |
|
| 6144 |
[[package]] |
| 6145 |
name = "security-framework" |
| 6146 |
version = "3.7.0" |
| 6147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6148 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 6149 |
dependencies = [ |
| 6150 |
"bitflags 2.11.0", |
| 6151 |
"core-foundation 0.10.1", |
| 6152 |
"core-foundation-sys", |
| 6153 |
"libc", |
| 6154 |
"security-framework-sys", |
| 6155 |
] |
| 6156 |
|
| 6157 |
[[package]] |
| 6158 |
name = "security-framework-sys" |
| 6159 |
version = "2.17.0" |
| 6160 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6161 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 6162 |
dependencies = [ |
| 6163 |
"core-foundation-sys", |
| 6164 |
"libc", |
| 6165 |
] |
| 6166 |
|
| 6167 |
[[package]] |
| 6168 |
name = "semver" |
| 6169 |
version = "1.0.27" |
| 6170 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6171 |
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 6172 |
|
| 6173 |
[[package]] |
| 6174 |
name = "serde" |
| 6175 |
version = "1.0.228" |
| 6176 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6177 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 6178 |
dependencies = [ |
| 6179 |
"serde_core", |
| 6180 |
"serde_derive", |
| 6181 |
] |
| 6182 |
|
| 6183 |
[[package]] |
| 6184 |
name = "serde-xml-rs" |
| 6185 |
version = "0.6.0" |
| 6186 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6187 |
checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" |
| 6188 |
dependencies = [ |
| 6189 |
"log", |
| 6190 |
"serde", |
| 6191 |
"thiserror 1.0.69", |
| 6192 |
"xml-rs", |
| 6193 |
] |
| 6194 |
|
| 6195 |
[[package]] |
| 6196 |
name = "serde_bytes" |
| 6197 |
version = "0.11.19" |
| 6198 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6199 |
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" |
| 6200 |
dependencies = [ |
| 6201 |
"serde", |
| 6202 |
"serde_core", |
| 6203 |
] |
| 6204 |
|
| 6205 |
[[package]] |
| 6206 |
name = "serde_cbor_2" |
| 6207 |
version = "0.13.0" |
| 6208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6209 |
checksum = "34aec2709de9078e077090abd848e967abab63c9fb3fdb5d4799ad359d8d482c" |
| 6210 |
dependencies = [ |
| 6211 |
"half", |
| 6212 |
"serde", |
| 6213 |
] |
| 6214 |
|
| 6215 |
[[package]] |
| 6216 |
name = "serde_core" |
| 6217 |
version = "1.0.228" |
| 6218 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6219 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 6220 |
dependencies = [ |
| 6221 |
"serde_derive", |
| 6222 |
] |
| 6223 |
|
| 6224 |
[[package]] |
| 6225 |
name = "serde_derive" |
| 6226 |
version = "1.0.228" |
| 6227 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6228 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 6229 |
dependencies = [ |
| 6230 |
"proc-macro2", |
| 6231 |
"quote", |
| 6232 |
"syn", |
| 6233 |
] |
| 6234 |
|
| 6235 |
[[package]] |
| 6236 |
name = "serde_html_form" |
| 6237 |
version = "0.2.8" |
| 6238 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6239 |
checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" |
| 6240 |
dependencies = [ |
| 6241 |
"form_urlencoded", |
| 6242 |
"indexmap", |
| 6243 |
"itoa", |
| 6244 |
"ryu", |
| 6245 |
"serde_core", |
| 6246 |
] |
| 6247 |
|
| 6248 |
[[package]] |
| 6249 |
name = "serde_json" |
| 6250 |
version = "1.0.149" |
| 6251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6252 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 6253 |
dependencies = [ |
| 6254 |
"indexmap", |
| 6255 |
"itoa", |
| 6256 |
"memchr", |
| 6257 |
"serde", |
| 6258 |
"serde_core", |
| 6259 |
"zmij", |
| 6260 |
] |
| 6261 |
|
| 6262 |
[[package]] |
| 6263 |
name = "serde_path_to_error" |
| 6264 |
version = "0.1.20" |
| 6265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6266 |
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 6267 |
dependencies = [ |
| 6268 |
"itoa", |
| 6269 |
"serde", |
| 6270 |
"serde_core", |
| 6271 |
] |
| 6272 |
|
| 6273 |
[[package]] |
| 6274 |
name = "serde_qs" |
| 6275 |
version = "1.1.2" |
| 6276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6277 |
checksum = "67d525c8ff68aa99e5818302259bdd02d86d0303710616f39c0f44846ff6d332" |
| 6278 |
dependencies = [ |
| 6279 |
"itoa", |
| 6280 |
"percent-encoding", |
| 6281 |
"ryu", |
| 6282 |
"serde", |
| 6283 |
] |
| 6284 |
|
| 6285 |
[[package]] |
| 6286 |
name = "serde_spanned" |
| 6287 |
version = "0.6.9" |
| 6288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6289 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 6290 |
dependencies = [ |
| 6291 |
"serde", |
| 6292 |
] |
| 6293 |
|
| 6294 |
[[package]] |
| 6295 |
name = "serde_urlencoded" |
| 6296 |
version = "0.7.1" |
| 6297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6298 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 6299 |
dependencies = [ |
| 6300 |
"form_urlencoded", |
| 6301 |
"itoa", |
| 6302 |
"ryu", |
| 6303 |
"serde", |
| 6304 |
] |
| 6305 |
|
| 6306 |
[[package]] |
| 6307 |
name = "serde_yaml" |
| 6308 |
version = "0.9.34+deprecated" |
| 6309 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6310 |
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| 6311 |
dependencies = [ |
| 6312 |
"indexmap", |
| 6313 |
"itoa", |
| 6314 |
"ryu", |
| 6315 |
"serde", |
| 6316 |
"unsafe-libyaml", |
| 6317 |
] |
| 6318 |
|
| 6319 |
[[package]] |
| 6320 |
name = "sha1" |
| 6321 |
version = "0.10.6" |
| 6322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6323 |
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 6324 |
dependencies = [ |
| 6325 |
"cfg-if", |
| 6326 |
"cpufeatures 0.2.17", |
| 6327 |
"digest 0.10.7", |
| 6328 |
] |
| 6329 |
|
| 6330 |
[[package]] |
| 6331 |
name = "sha1" |
| 6332 |
version = "0.11.0" |
| 6333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6334 |
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" |
| 6335 |
dependencies = [ |
| 6336 |
"cfg-if", |
| 6337 |
"cpufeatures 0.3.0", |
| 6338 |
"digest 0.11.3", |
| 6339 |
] |
| 6340 |
|
| 6341 |
[[package]] |
| 6342 |
name = "sha2" |
| 6343 |
version = "0.10.9" |
| 6344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6345 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 6346 |
dependencies = [ |
| 6347 |
"cfg-if", |
| 6348 |
"cpufeatures 0.2.17", |
| 6349 |
"digest 0.10.7", |
| 6350 |
] |
| 6351 |
|
| 6352 |
[[package]] |
| 6353 |
name = "sha2" |
| 6354 |
version = "0.11.0" |
| 6355 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6356 |
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 6357 |
dependencies = [ |
| 6358 |
"cfg-if", |
| 6359 |
"cpufeatures 0.3.0", |
| 6360 |
"digest 0.11.3", |
| 6361 |
] |
| 6362 |
|
| 6363 |
[[package]] |
| 6364 |
name = "sharded-slab" |
| 6365 |
version = "0.1.7" |
| 6366 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6367 |
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 6368 |
dependencies = [ |
| 6369 |
"lazy_static", |
| 6370 |
] |
| 6371 |
|
| 6372 |
[[package]] |
| 6373 |
name = "shell-words" |
| 6374 |
version = "1.1.1" |
| 6375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6376 |
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" |
| 6377 |
|
| 6378 |
[[package]] |
| 6379 |
name = "shlex" |
| 6380 |
version = "1.3.0" |
| 6381 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6382 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 6383 |
|
| 6384 |
[[package]] |
| 6385 |
name = "signal-hook-registry" |
| 6386 |
version = "1.4.8" |
| 6387 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6388 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 6389 |
dependencies = [ |
| 6390 |
"errno", |
| 6391 |
"libc", |
| 6392 |
] |
| 6393 |
|
| 6394 |
[[package]] |
| 6395 |
name = "signature" |
| 6396 |
version = "1.6.4" |
| 6397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6398 |
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| 6399 |
dependencies = [ |
| 6400 |
"digest 0.10.7", |
| 6401 |
"rand_core 0.6.4", |
| 6402 |
] |
| 6403 |
|
| 6404 |
[[package]] |
| 6405 |
name = "signature" |
| 6406 |
version = "2.2.0" |
| 6407 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6408 |
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 6409 |
dependencies = [ |
| 6410 |
"digest 0.10.7", |
| 6411 |
"rand_core 0.6.4", |
| 6412 |
] |
| 6413 |
|
| 6414 |
[[package]] |
| 6415 |
name = "simd-adler32" |
| 6416 |
version = "0.3.8" |
| 6417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6418 |
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 6419 |
|
| 6420 |
[[package]] |
| 6421 |
name = "simd_cesu8" |
| 6422 |
version = "1.1.1" |
| 6423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6424 |
checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" |
| 6425 |
dependencies = [ |
| 6426 |
"rustc_version", |
| 6427 |
"simdutf8", |
| 6428 |
] |
| 6429 |
|
| 6430 |
[[package]] |
| 6431 |
name = "simdutf8" |
| 6432 |
version = "0.1.5" |
| 6433 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6434 |
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 6435 |
|
| 6436 |
[[package]] |
| 6437 |
name = "simple-file-manifest" |
| 6438 |
version = "0.11.0" |
| 6439 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6440 |
checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" |
| 6441 |
|
| 6442 |
[[package]] |
| 6443 |
name = "simple_asn1" |
| 6444 |
version = "0.6.4" |
| 6445 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6446 |
checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" |
| 6447 |
dependencies = [ |
| 6448 |
"num-bigint", |
| 6449 |
"num-traits", |
| 6450 |
"thiserror 2.0.18", |
| 6451 |
"time", |
| 6452 |
] |
| 6453 |
|
| 6454 |
[[package]] |
| 6455 |
name = "siphasher" |
| 6456 |
version = "1.0.2" |
| 6457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6458 |
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 6459 |
|
| 6460 |
[[package]] |
| 6461 |
name = "sketches-ddsketch" |
| 6462 |
version = "0.3.1" |
| 6463 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6464 |
checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b" |
| 6465 |
|
| 6466 |
[[package]] |
| 6467 |
name = "slab" |
| 6468 |
version = "0.4.12" |
| 6469 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6470 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 6471 |
|
| 6472 |
[[package]] |
| 6473 |
name = "smallvec" |
| 6474 |
version = "1.15.1" |
| 6475 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6476 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 6477 |
dependencies = [ |
| 6478 |
"serde", |
| 6479 |
] |
| 6480 |
|
| 6481 |
[[package]] |
| 6482 |
name = "smol_str" |
| 6483 |
version = "0.3.2" |
| 6484 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6485 |
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" |
| 6486 |
dependencies = [ |
| 6487 |
"borsh", |
| 6488 |
"serde", |
| 6489 |
] |
| 6490 |
|
| 6491 |
[[package]] |
| 6492 |
name = "snafu" |
| 6493 |
version = "0.8.9" |
| 6494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6495 |
checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2" |
| 6496 |
dependencies = [ |
| 6497 |
"snafu-derive", |
| 6498 |
] |
| 6499 |
|
| 6500 |
[[package]] |
| 6501 |
name = "snafu-derive" |
| 6502 |
version = "0.8.9" |
| 6503 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6504 |
checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" |
| 6505 |
dependencies = [ |
| 6506 |
"heck", |
| 6507 |
"proc-macro2", |
| 6508 |
"quote", |
| 6509 |
"syn", |
| 6510 |
] |
| 6511 |
|
| 6512 |
[[package]] |
| 6513 |
name = "socket2" |
| 6514 |
version = "0.5.10" |
| 6515 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6516 |
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 6517 |
dependencies = [ |
| 6518 |
"libc", |
| 6519 |
"windows-sys 0.52.0", |
| 6520 |
] |
| 6521 |
|
| 6522 |
[[package]] |
| 6523 |
name = "socket2" |
| 6524 |
version = "0.6.3" |
| 6525 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6526 |
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 6527 |
dependencies = [ |
| 6528 |
"libc", |
| 6529 |
"windows-sys 0.61.2", |
| 6530 |
] |
| 6531 |
|
| 6532 |
[[package]] |
| 6533 |
name = "spake2" |
| 6534 |
version = "0.4.0" |
| 6535 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6536 |
checksum = "c5482afe85a0b6ce956c945401598dbc527593c77ba51d0a87a586938b1b893a" |
| 6537 |
dependencies = [ |
| 6538 |
"curve25519-dalek", |
| 6539 |
"hkdf", |
| 6540 |
"rand_core 0.6.4", |
| 6541 |
"sha2 0.10.9", |
| 6542 |
] |
| 6543 |
|
| 6544 |
[[package]] |
| 6545 |
name = "spin" |
| 6546 |
version = "0.9.8" |
| 6547 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6548 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 6549 |
dependencies = [ |
| 6550 |
"lock_api", |
| 6551 |
] |
| 6552 |
|
| 6553 |
[[package]] |
| 6554 |
name = "spin" |
| 6555 |
version = "0.10.0" |
| 6556 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6557 |
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" |
| 6558 |
|
| 6559 |
[[package]] |
| 6560 |
name = "spinning_top" |
| 6561 |
version = "0.3.0" |
| 6562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6563 |
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" |
| 6564 |
dependencies = [ |
| 6565 |
"lock_api", |
| 6566 |
] |
| 6567 |
|
| 6568 |
[[package]] |
| 6569 |
name = "spki" |
| 6570 |
version = "0.6.0" |
| 6571 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6572 |
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| 6573 |
dependencies = [ |
| 6574 |
"base64ct", |
| 6575 |
"der 0.6.1", |
| 6576 |
] |
| 6577 |
|
| 6578 |
[[package]] |
| 6579 |
name = "spki" |
| 6580 |
version = "0.7.3" |
| 6581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6582 |
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 6583 |
dependencies = [ |
| 6584 |
"base64ct", |
| 6585 |
"der 0.7.10", |
| 6586 |
] |
| 6587 |
|
| 6588 |
[[package]] |
| 6589 |
name = "sqlx" |
| 6590 |
version = "0.8.6" |
| 6591 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6592 |
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 6593 |
dependencies = [ |
| 6594 |
"sqlx-core", |
| 6595 |
"sqlx-macros", |
| 6596 |
"sqlx-mysql", |
| 6597 |
"sqlx-postgres", |
| 6598 |
"sqlx-sqlite", |
| 6599 |
] |
| 6600 |
|
| 6601 |
[[package]] |
| 6602 |
name = "sqlx-core" |
| 6603 |
version = "0.8.6" |
| 6604 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6605 |
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 6606 |
dependencies = [ |
| 6607 |
"base64 0.22.1", |
| 6608 |
"bytes", |
| 6609 |
"chrono", |
| 6610 |
"crc", |
| 6611 |
"crossbeam-queue", |
| 6612 |
"either", |
| 6613 |
"event-listener", |
| 6614 |
"futures-core", |
| 6615 |
"futures-intrusive", |
| 6616 |
"futures-io", |
| 6617 |
"futures-util", |
| 6618 |
"hashbrown 0.15.5", |
| 6619 |
"hashlink", |
| 6620 |
"indexmap", |
| 6621 |
"log", |
| 6622 |
"memchr", |
| 6623 |
"once_cell", |
| 6624 |
"percent-encoding", |
| 6625 |
"serde", |
| 6626 |
"serde_json", |
| 6627 |
"sha2 0.10.9", |
| 6628 |
"smallvec", |
| 6629 |
"thiserror 2.0.18", |
| 6630 |
"time", |
| 6631 |
"tokio", |
| 6632 |
"tokio-stream", |
| 6633 |
"tracing", |
| 6634 |
"url", |
| 6635 |
"uuid", |
| 6636 |
] |
| 6637 |
|
| 6638 |
[[package]] |
| 6639 |
name = "sqlx-macros" |
| 6640 |
version = "0.8.6" |
| 6641 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6642 |
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 6643 |
dependencies = [ |
| 6644 |
"proc-macro2", |
| 6645 |
"quote", |
| 6646 |
"sqlx-core", |
| 6647 |
"sqlx-macros-core", |
| 6648 |
"syn", |
| 6649 |
] |
| 6650 |
|
| 6651 |
[[package]] |
| 6652 |
name = "sqlx-macros-core" |
| 6653 |
version = "0.8.6" |
| 6654 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6655 |
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 6656 |
dependencies = [ |
| 6657 |
"dotenvy", |
| 6658 |
"either", |
| 6659 |
"heck", |
| 6660 |
"hex", |
| 6661 |
"once_cell", |
| 6662 |
"proc-macro2", |
| 6663 |
"quote", |
| 6664 |
"serde", |
| 6665 |
"serde_json", |
| 6666 |
"sha2 0.10.9", |
| 6667 |
"sqlx-core", |
| 6668 |
"sqlx-mysql", |
| 6669 |
"sqlx-postgres", |
| 6670 |
"sqlx-sqlite", |
| 6671 |
"syn", |
| 6672 |
"tokio", |
| 6673 |
"url", |
| 6674 |
] |
| 6675 |
|
| 6676 |
[[package]] |
| 6677 |
name = "sqlx-mysql" |
| 6678 |
version = "0.8.6" |
| 6679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6680 |
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 6681 |
dependencies = [ |
| 6682 |
"atoi", |
| 6683 |
"base64 0.22.1", |
| 6684 |
"bitflags 2.11.0", |
| 6685 |
"byteorder", |
| 6686 |
"bytes", |
| 6687 |
"chrono", |
| 6688 |
"crc", |
| 6689 |
"digest 0.10.7", |
| 6690 |
"dotenvy", |
| 6691 |
"either", |
| 6692 |
"futures-channel", |
| 6693 |
"futures-core", |
| 6694 |
"futures-io", |
| 6695 |
"futures-util", |
| 6696 |
"generic-array", |
| 6697 |
"hex", |
| 6698 |
"hkdf", |
| 6699 |
"hmac 0.12.1", |
| 6700 |
"itoa", |
| 6701 |
"log", |
| 6702 |
"md-5 0.10.6", |
| 6703 |
"memchr", |
| 6704 |
"once_cell", |
| 6705 |
"percent-encoding", |
| 6706 |
"rand 0.8.5", |
| 6707 |
"rsa", |
| 6708 |
"serde", |
| 6709 |
"sha1 0.10.6", |
| 6710 |
"sha2 0.10.9", |
| 6711 |
"smallvec", |
| 6712 |
"sqlx-core", |
| 6713 |
"stringprep", |
| 6714 |
"thiserror 2.0.18", |
| 6715 |
"time", |
| 6716 |
"tracing", |
| 6717 |
"uuid", |
| 6718 |
"whoami", |
| 6719 |
] |
| 6720 |
|
| 6721 |
[[package]] |
| 6722 |
name = "sqlx-postgres" |
| 6723 |
version = "0.8.6" |
| 6724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6725 |
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 6726 |
dependencies = [ |
| 6727 |
"atoi", |
| 6728 |
"base64 0.22.1", |
| 6729 |
"bitflags 2.11.0", |
| 6730 |
"byteorder", |
| 6731 |
"chrono", |
| 6732 |
"crc", |
| 6733 |
"dotenvy", |
| 6734 |
"etcetera", |
| 6735 |
"futures-channel", |
| 6736 |
"futures-core", |
| 6737 |
"futures-util", |
| 6738 |
"hex", |
| 6739 |
"hkdf", |
| 6740 |
"hmac 0.12.1", |
| 6741 |
"home", |
| 6742 |
"itoa", |
| 6743 |
"log", |
| 6744 |
"md-5 0.10.6", |
| 6745 |
"memchr", |
| 6746 |
"once_cell", |
| 6747 |
"rand 0.8.5", |
| 6748 |
"serde", |
| 6749 |
"serde_json", |
| 6750 |
"sha2 0.10.9", |
| 6751 |
"smallvec", |
| 6752 |
"sqlx-core", |
| 6753 |
"stringprep", |
| 6754 |
"thiserror 2.0.18", |
| 6755 |
"time", |
| 6756 |
"tracing", |
| 6757 |
"uuid", |
| 6758 |
"whoami", |
| 6759 |
] |
| 6760 |
|
| 6761 |
[[package]] |
| 6762 |
name = "sqlx-sqlite" |
| 6763 |
version = "0.8.6" |
| 6764 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6765 |
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 6766 |
dependencies = [ |
| 6767 |
"atoi", |
| 6768 |
"chrono", |
| 6769 |
"flume", |
| 6770 |
"futures-channel", |
| 6771 |
"futures-core", |
| 6772 |
"futures-executor", |
| 6773 |
"futures-intrusive", |
| 6774 |
"futures-util", |
| 6775 |
"libsqlite3-sys", |
| 6776 |
"log", |
| 6777 |
"percent-encoding", |
| 6778 |
"serde", |
| 6779 |
"serde_urlencoded", |
| 6780 |
"sqlx-core", |
| 6781 |
"thiserror 2.0.18", |
| 6782 |
"time", |
| 6783 |
"tracing", |
| 6784 |
"url", |
| 6785 |
"uuid", |
| 6786 |
] |
| 6787 |
|
| 6788 |
[[package]] |
| 6789 |
name = "stable_deref_trait" |
| 6790 |
version = "1.2.1" |
| 6791 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6792 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 6793 |
|
| 6794 |
[[package]] |
| 6795 |
name = "static_assertions" |
| 6796 |
version = "1.1.0" |
| 6797 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6798 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 6799 |
|
| 6800 |
[[package]] |
| 6801 |
name = "string_cache" |
| 6802 |
version = "0.8.9" |
| 6803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6804 |
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 6805 |
dependencies = [ |
| 6806 |
"new_debug_unreachable", |
| 6807 |
"parking_lot", |
| 6808 |
"phf_shared", |
| 6809 |
"precomputed-hash", |
| 6810 |
"serde", |
| 6811 |
] |
| 6812 |
|
| 6813 |
[[package]] |
| 6814 |
name = "string_cache_codegen" |
| 6815 |
version = "0.5.4" |
| 6816 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6817 |
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| 6818 |
dependencies = [ |
| 6819 |
"phf_generator", |
| 6820 |
"phf_shared", |
| 6821 |
"proc-macro2", |
| 6822 |
"quote", |
| 6823 |
] |
| 6824 |
|
| 6825 |
[[package]] |
| 6826 |
name = "stringprep" |
| 6827 |
version = "0.1.5" |
| 6828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6829 |
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 6830 |
dependencies = [ |
| 6831 |
"unicode-bidi", |
| 6832 |
"unicode-normalization", |
| 6833 |
"unicode-properties", |
| 6834 |
] |
| 6835 |
|
| 6836 |
[[package]] |
| 6837 |
name = "strsim" |
| 6838 |
version = "0.11.1" |
| 6839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6840 |
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 6841 |
|
| 6842 |
[[package]] |
| 6843 |
name = "strum_macros" |
| 6844 |
version = "0.28.0" |
| 6845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6846 |
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" |
| 6847 |
dependencies = [ |
| 6848 |
"heck", |
| 6849 |
"proc-macro2", |
| 6850 |
"quote", |
| 6851 |
"syn", |
| 6852 |
] |
| 6853 |
|
| 6854 |
[[package]] |
| 6855 |
name = "subtle" |
| 6856 |
version = "2.6.1" |
| 6857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6858 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 6859 |
|
| 6860 |
[[package]] |
| 6861 |
name = "syn" |
| 6862 |
version = "2.0.117" |
| 6863 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6864 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 6865 |
dependencies = [ |
| 6866 |
"proc-macro2", |
| 6867 |
"quote", |
| 6868 |
"unicode-ident", |
| 6869 |
] |
| 6870 |
|
| 6871 |
[[package]] |
| 6872 |
name = "sync_wrapper" |
| 6873 |
version = "1.0.2" |
| 6874 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6875 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 6876 |
dependencies = [ |
| 6877 |
"futures-core", |
| 6878 |
] |
| 6879 |
|
| 6880 |
[[package]] |
| 6881 |
name = "synstructure" |
| 6882 |
version = "0.13.2" |
| 6883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6884 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 6885 |
dependencies = [ |
| 6886 |
"proc-macro2", |
| 6887 |
"quote", |
| 6888 |
"syn", |
| 6889 |
] |
| 6890 |
|
| 6891 |
[[package]] |
| 6892 |
name = "syntect" |
| 6893 |
version = "5.3.0" |
| 6894 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6895 |
checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" |
| 6896 |
dependencies = [ |
| 6897 |
"bincode 1.3.3", |
| 6898 |
"fancy-regex", |
| 6899 |
"flate2", |
| 6900 |
"fnv", |
| 6901 |
"once_cell", |
| 6902 |
"regex-syntax", |
| 6903 |
"serde", |
| 6904 |
"serde_derive", |
| 6905 |
"thiserror 2.0.18", |
| 6906 |
"walkdir", |
| 6907 |
] |
| 6908 |
|
| 6909 |
[[package]] |
| 6910 |
name = "system-configuration" |
| 6911 |
version = "0.7.0" |
| 6912 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6913 |
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" |
| 6914 |
dependencies = [ |
| 6915 |
"bitflags 2.11.0", |
| 6916 |
"core-foundation 0.9.4", |
| 6917 |
"system-configuration-sys", |
| 6918 |
] |
| 6919 |
|
| 6920 |
[[package]] |
| 6921 |
name = "system-configuration-sys" |
| 6922 |
version = "0.6.0" |
| 6923 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6924 |
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 6925 |
dependencies = [ |
| 6926 |
"core-foundation-sys", |
| 6927 |
"libc", |
| 6928 |
] |
| 6929 |
|
| 6930 |
[[package]] |
| 6931 |
name = "tagtree" |
| 6932 |
version = "0.3.1" |
| 6933 |
|
| 6934 |
[[package]] |
| 6935 |
name = "tap" |
| 6936 |
version = "1.0.1" |
| 6937 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6938 |
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| 6939 |
|
| 6940 |
[[package]] |
| 6941 |
name = "target-lexicon" |
| 6942 |
version = "0.13.5" |
| 6943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6944 |
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" |
| 6945 |
|
| 6946 |
[[package]] |
| 6947 |
name = "tempfile" |
| 6948 |
version = "3.27.0" |
| 6949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6950 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 6951 |
dependencies = [ |
| 6952 |
"fastrand", |
| 6953 |
"getrandom 0.4.2", |
| 6954 |
"once_cell", |
| 6955 |
"rustix 1.1.4", |
| 6956 |
"windows-sys 0.61.2", |
| 6957 |
] |
| 6958 |
|
| 6959 |
[[package]] |
| 6960 |
name = "tendril" |
| 6961 |
version = "0.4.3" |
| 6962 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6963 |
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 6964 |
dependencies = [ |
| 6965 |
"futf", |
| 6966 |
"mac", |
| 6967 |
"utf-8", |
| 6968 |
] |
| 6969 |
|
| 6970 |
[[package]] |
| 6971 |
name = "termcolor" |
| 6972 |
version = "1.4.1" |
| 6973 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6974 |
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 6975 |
dependencies = [ |
| 6976 |
"winapi-util", |
| 6977 |
] |
| 6978 |
|
| 6979 |
[[package]] |
| 6980 |
name = "text-size" |
| 6981 |
version = "1.1.1" |
| 6982 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6983 |
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" |
| 6984 |
|
| 6985 |
[[package]] |
| 6986 |
name = "thiserror" |
| 6987 |
version = "1.0.69" |
| 6988 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6989 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 6990 |
dependencies = [ |
| 6991 |
"thiserror-impl 1.0.69", |
| 6992 |
] |
| 6993 |
|
| 6994 |
[[package]] |
| 6995 |
name = "thiserror" |
| 6996 |
version = "2.0.18" |
| 6997 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6998 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 6999 |
dependencies = [ |
| 7000 |
"thiserror-impl 2.0.18", |
| 7001 |
] |
| 7002 |
|
| 7003 |
[[package]] |
| 7004 |
name = "thiserror-impl" |
| 7005 |
version = "1.0.69" |
| 7006 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7007 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 7008 |
dependencies = [ |
| 7009 |
"proc-macro2", |
| 7010 |
"quote", |
| 7011 |
"syn", |
| 7012 |
] |
| 7013 |
|
| 7014 |
[[package]] |
| 7015 |
name = "thiserror-impl" |
| 7016 |
version = "2.0.18" |
| 7017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7018 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 7019 |
dependencies = [ |
| 7020 |
"proc-macro2", |
| 7021 |
"quote", |
| 7022 |
"syn", |
| 7023 |
] |
| 7024 |
|
| 7025 |
[[package]] |
| 7026 |
name = "thread_local" |
| 7027 |
version = "1.1.9" |
| 7028 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7029 |
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 7030 |
dependencies = [ |
| 7031 |
"cfg-if", |
| 7032 |
] |
| 7033 |
|
| 7034 |
[[package]] |
| 7035 |
name = "time" |
| 7036 |
version = "0.3.47" |
| 7037 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7038 |
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 7039 |
dependencies = [ |
| 7040 |
"deranged", |
| 7041 |
"itoa", |
| 7042 |
"js-sys", |
| 7043 |
"num-conv", |
| 7044 |
"powerfmt", |
| 7045 |
"serde_core", |
| 7046 |
"time-core", |
| 7047 |
"time-macros", |
| 7048 |
] |
| 7049 |
|
| 7050 |
[[package]] |
| 7051 |
name = "time-core" |
| 7052 |
version = "0.1.8" |
| 7053 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7054 |
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 7055 |
|
| 7056 |
[[package]] |
| 7057 |
name = "time-macros" |
| 7058 |
version = "0.2.27" |
| 7059 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7060 |
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 7061 |
dependencies = [ |
| 7062 |
"num-conv", |
| 7063 |
"time-core", |
| 7064 |
] |
| 7065 |
|
| 7066 |
[[package]] |
| 7067 |
name = "tinystr" |
| 7068 |
version = "0.8.2" |
| 7069 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7070 |
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 7071 |
dependencies = [ |
| 7072 |
"displaydoc", |
| 7073 |
"zerovec", |
| 7074 |
] |
| 7075 |
|
| 7076 |
[[package]] |
| 7077 |
name = "tinyvec" |
| 7078 |
version = "1.11.0" |
| 7079 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7080 |
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 7081 |
dependencies = [ |
| 7082 |
"tinyvec_macros", |
| 7083 |
] |
| 7084 |
|
| 7085 |
[[package]] |
| 7086 |
name = "tinyvec_macros" |
| 7087 |
version = "0.1.1" |
| 7088 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7089 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 7090 |
|
| 7091 |
[[package]] |
| 7092 |
name = "tls_codec" |
| 7093 |
version = "0.4.2" |
| 7094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7095 |
checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b" |
| 7096 |
dependencies = [ |
| 7097 |
"tls_codec_derive", |
| 7098 |
"zeroize", |
| 7099 |
] |
| 7100 |
|
| 7101 |
[[package]] |
| 7102 |
name = "tls_codec_derive" |
| 7103 |
version = "0.4.2" |
| 7104 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7105 |
checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd" |
| 7106 |
dependencies = [ |
| 7107 |
"proc-macro2", |
| 7108 |
"quote", |
| 7109 |
"syn", |
| 7110 |
] |
| 7111 |
|
| 7112 |
[[package]] |
| 7113 |
name = "tokio" |
| 7114 |
version = "1.50.0" |
| 7115 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7116 |
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" |
| 7117 |
dependencies = [ |
| 7118 |
"bytes", |
| 7119 |
"libc", |
| 7120 |
"mio", |
| 7121 |
"pin-project-lite", |
| 7122 |
"signal-hook-registry", |
| 7123 |
"socket2 0.6.3", |
| 7124 |
"tokio-macros", |
| 7125 |
"windows-sys 0.61.2", |
| 7126 |
] |
| 7127 |
|
| 7128 |
[[package]] |
| 7129 |
name = "tokio-macros" |
| 7130 |
version = "2.6.1" |
| 7131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7132 |
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" |
| 7133 |
dependencies = [ |
| 7134 |
"proc-macro2", |
| 7135 |
"quote", |
| 7136 |
"syn", |
| 7137 |
] |
| 7138 |
|
| 7139 |
[[package]] |
| 7140 |
name = "tokio-native-tls" |
| 7141 |
version = "0.3.1" |
| 7142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7143 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 7144 |
dependencies = [ |
| 7145 |
"native-tls", |
| 7146 |
"tokio", |
| 7147 |
] |
| 7148 |
|
| 7149 |
[[package]] |
| 7150 |
name = "tokio-rustls" |
| 7151 |
version = "0.24.1" |
| 7152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7153 |
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
| 7154 |
dependencies = [ |
| 7155 |
"rustls 0.21.12", |
| 7156 |
"tokio", |
| 7157 |
] |
| 7158 |
|
| 7159 |
[[package]] |
| 7160 |
name = "tokio-rustls" |
| 7161 |
version = "0.26.4" |
| 7162 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7163 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 7164 |
dependencies = [ |
| 7165 |
"rustls 0.23.37", |
| 7166 |
"tokio", |
| 7167 |
] |
| 7168 |
|
| 7169 |
[[package]] |
| 7170 |
name = "tokio-stream" |
| 7171 |
version = "0.1.18" |
| 7172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7173 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 7174 |
dependencies = [ |
| 7175 |
"futures-core", |
| 7176 |
"pin-project-lite", |
| 7177 |
"tokio", |
| 7178 |
"tokio-util", |
| 7179 |
] |
| 7180 |
|
| 7181 |
[[package]] |
| 7182 |
name = "tokio-util" |
| 7183 |
version = "0.7.18" |
| 7184 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7185 |
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 7186 |
dependencies = [ |
| 7187 |
"bytes", |
| 7188 |
"futures-core", |
| 7189 |
"futures-sink", |
| 7190 |
"pin-project-lite", |
| 7191 |
"tokio", |
| 7192 |
] |
| 7193 |
|
| 7194 |
[[package]] |
| 7195 |
name = "toml" |
| 7196 |
version = "0.8.23" |
| 7197 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7198 |
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 7199 |
dependencies = [ |
| 7200 |
"serde", |
| 7201 |
"serde_spanned", |
| 7202 |
"toml_datetime", |
| 7203 |
"toml_edit", |
| 7204 |
] |
| 7205 |
|
| 7206 |
[[package]] |
| 7207 |
name = "toml_datetime" |
| 7208 |
version = "0.6.11" |
| 7209 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7210 |
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 7211 |
dependencies = [ |
| 7212 |
"serde", |
| 7213 |
] |
| 7214 |
|
| 7215 |
[[package]] |
| 7216 |
name = "toml_edit" |
| 7217 |
version = "0.22.27" |
| 7218 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7219 |
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 7220 |
dependencies = [ |
| 7221 |
"indexmap", |
| 7222 |
"serde", |
| 7223 |
"serde_spanned", |
| 7224 |
"toml_datetime", |
| 7225 |
"toml_write", |
| 7226 |
"winnow", |
| 7227 |
] |
| 7228 |
|
| 7229 |
[[package]] |
| 7230 |
name = "toml_write" |
| 7231 |
version = "0.1.2" |
| 7232 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7233 |
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 7234 |
|
| 7235 |
[[package]] |
| 7236 |
name = "totp-rs" |
| 7237 |
version = "5.7.1" |
| 7238 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7239 |
checksum = "a2b36a9dd327e9f401320a2cb4572cc76ff43742bcfc3291f871691050f140ba" |
| 7240 |
dependencies = [ |
| 7241 |
"base32", |
| 7242 |
"constant_time_eq 0.3.1", |
| 7243 |
"hmac 0.12.1", |
| 7244 |
"qrcodegen-image", |
| 7245 |
"sha1 0.10.6", |
| 7246 |
"sha2 0.10.9", |
| 7247 |
"url", |
| 7248 |
"urlencoding", |
| 7249 |
] |
| 7250 |
|
| 7251 |
[[package]] |
| 7252 |
name = "tower" |
| 7253 |
version = "0.5.3" |
| 7254 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7255 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 7256 |
dependencies = [ |
| 7257 |
"futures-core", |
| 7258 |
"futures-util", |
| 7259 |
"pin-project-lite", |
| 7260 |
"sync_wrapper", |
| 7261 |
"tokio", |
| 7262 |
"tower-layer", |
| 7263 |
"tower-service", |
| 7264 |
"tracing", |
| 7265 |
] |
| 7266 |
|
| 7267 |
[[package]] |
| 7268 |
name = "tower-cookies" |
| 7269 |
version = "0.11.0" |
| 7270 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7271 |
checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36" |
| 7272 |
dependencies = [ |
| 7273 |
"axum-core", |
| 7274 |
"cookie", |
| 7275 |
"futures-util", |
| 7276 |
"http 1.4.0", |
| 7277 |
"parking_lot", |
| 7278 |
"pin-project-lite", |
| 7279 |
"tower-layer", |
| 7280 |
"tower-service", |
| 7281 |
] |
| 7282 |
|
| 7283 |
[[package]] |
| 7284 |
name = "tower-http" |
| 7285 |
version = "0.6.8" |
| 7286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7287 |
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 7288 |
dependencies = [ |
| 7289 |
"bitflags 2.11.0", |
| 7290 |
"bytes", |
| 7291 |
"futures-core", |
| 7292 |
"futures-util", |
| 7293 |
"http 1.4.0", |
| 7294 |
"http-body 1.0.1", |
| 7295 |
"http-body-util", |
| 7296 |
"http-range-header", |
| 7297 |
"httpdate", |
| 7298 |
"iri-string", |
| 7299 |
"mime", |
| 7300 |
"mime_guess", |
| 7301 |
"percent-encoding", |
| 7302 |
"pin-project-lite", |
| 7303 |
"tokio", |
| 7304 |
"tokio-util", |
| 7305 |
"tower", |
| 7306 |
"tower-layer", |
| 7307 |
"tower-service", |
| 7308 |
"tracing", |
| 7309 |
"uuid", |
| 7310 |
] |
| 7311 |
|
| 7312 |
[[package]] |
| 7313 |
name = "tower-layer" |
| 7314 |
version = "0.3.3" |
| 7315 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7316 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 7317 |
|
| 7318 |
[[package]] |
| 7319 |
name = "tower-service" |
| 7320 |
version = "0.3.3" |
| 7321 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7322 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 7323 |
|
| 7324 |
[[package]] |
| 7325 |
name = "tower-sessions" |
| 7326 |
version = "0.14.0" |
| 7327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7328 |
checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3" |
| 7329 |
dependencies = [ |
| 7330 |
"async-trait", |
| 7331 |
"http 1.4.0", |
| 7332 |
"time", |
| 7333 |
"tokio", |
| 7334 |
"tower-cookies", |
| 7335 |
"tower-layer", |
| 7336 |
"tower-service", |
| 7337 |
"tower-sessions-core", |
| 7338 |
"tower-sessions-memory-store", |
| 7339 |
"tracing", |
| 7340 |
] |
| 7341 |
|
| 7342 |
[[package]] |
| 7343 |
name = "tower-sessions-core" |
| 7344 |
version = "0.14.0" |
| 7345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7346 |
checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b" |
| 7347 |
dependencies = [ |
| 7348 |
"async-trait", |
| 7349 |
"axum-core", |
| 7350 |
"base64 0.22.1", |
| 7351 |
"futures", |
| 7352 |
"http 1.4.0", |
| 7353 |
"parking_lot", |
| 7354 |
"rand 0.8.5", |
| 7355 |
"serde", |
| 7356 |
"serde_json", |
| 7357 |
"thiserror 2.0.18", |
| 7358 |
"time", |
| 7359 |
"tokio", |
| 7360 |
"tracing", |
| 7361 |
] |
| 7362 |
|
| 7363 |
[[package]] |
| 7364 |
name = "tower-sessions-memory-store" |
| 7365 |
version = "0.14.0" |
| 7366 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7367 |
checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242" |
| 7368 |
dependencies = [ |
| 7369 |
"async-trait", |
| 7370 |
"time", |
| 7371 |
"tokio", |
| 7372 |
"tower-sessions-core", |
| 7373 |
] |
| 7374 |
|
| 7375 |
[[package]] |
| 7376 |
name = "tower-sessions-sqlx-store" |
| 7377 |
version = "0.15.0" |
| 7378 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7379 |
checksum = "e054622079f57fc1a7d6a6089c9334f963d62028fe21dc9eddd58af9a78480b3" |
| 7380 |
dependencies = [ |
| 7381 |
"async-trait", |
| 7382 |
"rmp-serde", |
| 7383 |
"sqlx", |
| 7384 |
"thiserror 1.0.69", |
| 7385 |
"time", |
| 7386 |
"tower-sessions-core", |
| 7387 |
] |
| 7388 |
|
| 7389 |
[[package]] |
| 7390 |
name = "tower_governor" |
| 7391 |
version = "0.6.0" |
| 7392 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7393 |
checksum = "57a2ccff6830fa835371af7541e561a90e4c07b84f72991ebac4b3cb6790dc0d" |
| 7394 |
dependencies = [ |
| 7395 |
"axum", |
| 7396 |
"forwarded-header-value", |
| 7397 |
"governor", |
| 7398 |
"http 1.4.0", |
| 7399 |
"pin-project", |
| 7400 |
"thiserror 2.0.18", |
| 7401 |
"tower", |
| 7402 |
"tracing", |
| 7403 |
] |
| 7404 |
|
| 7405 |
[[package]] |
| 7406 |
name = "tracing" |
| 7407 |
version = "0.1.44" |
| 7408 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7409 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 7410 |
dependencies = [ |
| 7411 |
"log", |
| 7412 |
"pin-project-lite", |
| 7413 |
"tracing-attributes", |
| 7414 |
"tracing-core", |
| 7415 |
] |
| 7416 |
|
| 7417 |
[[package]] |
| 7418 |
name = "tracing-attributes" |
| 7419 |
version = "0.1.31" |
| 7420 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7421 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 7422 |
dependencies = [ |
| 7423 |
"proc-macro2", |
| 7424 |
"quote", |
| 7425 |
"syn", |
| 7426 |
] |
| 7427 |
|
| 7428 |
[[package]] |
| 7429 |
name = "tracing-core" |
| 7430 |
version = "0.1.36" |
| 7431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7432 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 7433 |
dependencies = [ |
| 7434 |
"once_cell", |
| 7435 |
"valuable", |
| 7436 |
] |
| 7437 |
|
| 7438 |
[[package]] |
| 7439 |
name = "tracing-log" |
| 7440 |
version = "0.2.0" |
| 7441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7442 |
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 7443 |
dependencies = [ |
| 7444 |
"log", |
| 7445 |
"once_cell", |
| 7446 |
"tracing-core", |
| 7447 |
] |
| 7448 |
|
| 7449 |
[[package]] |
| 7450 |
name = "tracing-serde" |
| 7451 |
version = "0.2.0" |
| 7452 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7453 |
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" |
| 7454 |
dependencies = [ |
| 7455 |
"serde", |
| 7456 |
"tracing-core", |
| 7457 |
] |
| 7458 |
|
| 7459 |
[[package]] |
| 7460 |
name = "tracing-subscriber" |
| 7461 |
version = "0.3.23" |
| 7462 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7463 |
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 7464 |
dependencies = [ |
| 7465 |
"matchers", |
| 7466 |
"nu-ansi-term", |
| 7467 |
"once_cell", |
| 7468 |
"regex-automata", |
| 7469 |
"serde", |
| 7470 |
"serde_json", |
| 7471 |
"sharded-slab", |
| 7472 |
"smallvec", |
| 7473 |
"thread_local", |
| 7474 |
"tracing", |
| 7475 |
"tracing-core", |
| 7476 |
"tracing-log", |
| 7477 |
"tracing-serde", |
| 7478 |
] |
| 7479 |
|
| 7480 |
[[package]] |
| 7481 |
name = "try-lock" |
| 7482 |
version = "0.2.5" |
| 7483 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7484 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 7485 |
|
| 7486 |
[[package]] |
| 7487 |
name = "tungstenite" |
| 7488 |
version = "0.24.0" |
| 7489 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7490 |
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" |
| 7491 |
dependencies = [ |
| 7492 |
"byteorder", |
| 7493 |
"bytes", |
| 7494 |
"data-encoding", |
| 7495 |
"http 1.4.0", |
| 7496 |
"httparse", |
| 7497 |
"log", |
| 7498 |
"rand 0.8.5", |
| 7499 |
"rustls 0.23.37", |
| 7500 |
"rustls-native-certs 0.7.3", |
| 7501 |
"rustls-pki-types", |
| 7502 |
"sha1 0.10.6", |
| 7503 |
"thiserror 1.0.69", |
| 7504 |
"utf-8", |
| 7505 |
] |
| 7506 |
|
| 7507 |
[[package]] |
| 7508 |
name = "twox-hash" |
| 7509 |
version = "1.6.3" |
| 7510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7511 |
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 7512 |
dependencies = [ |
| 7513 |
"cfg-if", |
| 7514 |
"static_assertions", |
| 7515 |
] |
| 7516 |
|
| 7517 |
[[package]] |
| 7518 |
name = "twox-hash" |
| 7519 |
version = "2.1.2" |
| 7520 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7521 |
checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" |
| 7522 |
|
| 7523 |
[[package]] |
| 7524 |
name = "typed-path" |
| 7525 |
version = "0.12.3" |
| 7526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7527 |
checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e" |
| 7528 |
|
| 7529 |
[[package]] |
| 7530 |
name = "typenum" |
| 7531 |
version = "1.20.0" |
| 7532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7533 |
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 7534 |
|
| 7535 |
[[package]] |
| 7536 |
name = "typewit" |
| 7537 |
version = "1.15.2" |
| 7538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7539 |
checksum = "214ca0b2191785cbc06209b9ca1861e048e39b5ba33574b3cedd58363d5bb5f6" |
| 7540 |
dependencies = [ |
| 7541 |
"typewit_proc_macros", |
| 7542 |
] |
| 7543 |
|
| 7544 |
[[package]] |
| 7545 |
name = "typewit_proc_macros" |
| 7546 |
version = "1.8.1" |
| 7547 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7548 |
checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" |
| 7549 |
|
| 7550 |
[[package]] |
| 7551 |
name = "unarray" |
| 7552 |
version = "0.1.4" |
| 7553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7554 |
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" |
| 7555 |
|
| 7556 |
[[package]] |
| 7557 |
name = "uncased" |
| 7558 |
version = "0.9.10" |
| 7559 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7560 |
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" |
| 7561 |
dependencies = [ |
| 7562 |
"version_check", |
| 7563 |
] |
| 7564 |
|
| 7565 |
[[package]] |
| 7566 |
name = "unicase" |
| 7567 |
version = "2.9.0" |
| 7568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7569 |
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 7570 |
|
| 7571 |
[[package]] |
| 7572 |
name = "unicode-bidi" |
| 7573 |
version = "0.3.18" |
| 7574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7575 |
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 7576 |
|
| 7577 |
[[package]] |
| 7578 |
name = "unicode-ident" |
| 7579 |
version = "1.0.24" |
| 7580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7581 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 7582 |
|
| 7583 |
[[package]] |
| 7584 |
name = "unicode-normalization" |
| 7585 |
version = "0.1.25" |
| 7586 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7587 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 7588 |
dependencies = [ |
| 7589 |
"tinyvec", |
| 7590 |
] |
| 7591 |
|
| 7592 |
[[package]] |
| 7593 |
name = "unicode-properties" |
| 7594 |
version = "0.1.4" |
| 7595 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7596 |
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 7597 |
|
| 7598 |
[[package]] |
| 7599 |
name = "unicode-width" |
| 7600 |
version = "0.2.2" |
| 7601 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7602 |
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 7603 |
|
| 7604 |
[[package]] |
| 7605 |
name = "unicode-xid" |
| 7606 |
version = "0.2.6" |
| 7607 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7608 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 7609 |
|
| 7610 |
[[package]] |
| 7611 |
name = "unsafe-libyaml" |
| 7612 |
version = "0.2.11" |
| 7613 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7614 |
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| 7615 |
|
| 7616 |
[[package]] |
| 7617 |
name = "untrusted" |
| 7618 |
version = "0.9.0" |
| 7619 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7620 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 7621 |
|
| 7622 |
[[package]] |
| 7623 |
name = "unty" |
| 7624 |
version = "0.0.4" |
| 7625 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7626 |
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" |
| 7627 |
|
| 7628 |
[[package]] |
| 7629 |
name = "url" |
| 7630 |
version = "2.5.8" |
| 7631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7632 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 7633 |
dependencies = [ |
| 7634 |
"form_urlencoded", |
| 7635 |
"idna", |
| 7636 |
"percent-encoding", |
| 7637 |
"serde", |
| 7638 |
"serde_derive", |
| 7639 |
] |
| 7640 |
|
| 7641 |
[[package]] |
| 7642 |
name = "urlencoding" |
| 7643 |
version = "2.1.3" |
| 7644 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7645 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 7646 |
|
| 7647 |
[[package]] |
| 7648 |
name = "utf-8" |
| 7649 |
version = "0.7.6" |
| 7650 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7651 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 7652 |
|
| 7653 |
[[package]] |
| 7654 |
name = "utf8_iter" |
| 7655 |
version = "1.0.4" |
| 7656 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7657 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 7658 |
|
| 7659 |
[[package]] |
| 7660 |
name = "utf8parse" |
| 7661 |
version = "0.2.2" |
| 7662 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7663 |
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 7664 |
|
| 7665 |
[[package]] |
| 7666 |
name = "utoipa" |
| 7667 |
version = "5.4.0" |
| 7668 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7669 |
checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993" |
| 7670 |
dependencies = [ |
| 7671 |
"indexmap", |
| 7672 |
"serde", |
| 7673 |
"serde_json", |
| 7674 |
"utoipa-gen", |
| 7675 |
] |
| 7676 |
|
| 7677 |
[[package]] |
| 7678 |
name = "utoipa-axum" |
| 7679 |
version = "0.2.0" |
| 7680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7681 |
checksum = "7c25bae5bccc842449ec0c5ddc5cbb6a3a1eaeac4503895dc105a1138f8234a0" |
| 7682 |
dependencies = [ |
| 7683 |
"axum", |
| 7684 |
"paste", |
| 7685 |
"tower-layer", |
| 7686 |
"tower-service", |
| 7687 |
"utoipa", |
| 7688 |
] |
| 7689 |
|
| 7690 |
[[package]] |
| 7691 |
name = "utoipa-gen" |
| 7692 |
version = "5.4.0" |
| 7693 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7694 |
checksum = "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b" |
| 7695 |
dependencies = [ |
| 7696 |
"proc-macro2", |
| 7697 |
"quote", |
| 7698 |
"regex", |
| 7699 |
"syn", |
| 7700 |
"uuid", |
| 7701 |
] |
| 7702 |
|
| 7703 |
[[package]] |
| 7704 |
name = "uuid" |
| 7705 |
version = "1.22.0" |
| 7706 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7707 |
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" |
| 7708 |
dependencies = [ |
| 7709 |
"getrandom 0.4.2", |
| 7710 |
"js-sys", |
| 7711 |
"serde_core", |
| 7712 |
"wasm-bindgen", |
| 7713 |
] |
| 7714 |
|
| 7715 |
[[package]] |
| 7716 |
name = "valuable" |
| 7717 |
version = "0.1.1" |
| 7718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7719 |
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 7720 |
|
| 7721 |
[[package]] |
| 7722 |
name = "vcpkg" |
| 7723 |
version = "0.2.15" |
| 7724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7725 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 7726 |
|
| 7727 |
[[package]] |
| 7728 |
name = "version_check" |
| 7729 |
version = "0.9.5" |
| 7730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7731 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 7732 |
|
| 7733 |
[[package]] |
| 7734 |
name = "virtue" |
| 7735 |
version = "0.0.18" |
| 7736 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7737 |
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" |
| 7738 |
|
| 7739 |
[[package]] |
| 7740 |
name = "vsimd" |
| 7741 |
version = "0.8.0" |
| 7742 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7743 |
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 7744 |
|
| 7745 |
[[package]] |
| 7746 |
name = "wait-timeout" |
| 7747 |
version = "0.2.1" |
| 7748 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7749 |
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 7750 |
dependencies = [ |
| 7751 |
"libc", |
| 7752 |
] |
| 7753 |
|
| 7754 |
[[package]] |
| 7755 |
name = "walkdir" |
| 7756 |
version = "2.5.0" |
| 7757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7758 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 7759 |
dependencies = [ |
| 7760 |
"same-file", |
| 7761 |
"winapi-util", |
| 7762 |
] |
| 7763 |
|
| 7764 |
[[package]] |
| 7765 |
name = "walrus" |
| 7766 |
version = "0.26.1" |
| 7767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7768 |
checksum = "e151599d689dac80e85c66a7cfa6ffd1b2ab79220517f9161040a87a5041aee3" |
| 7769 |
dependencies = [ |
| 7770 |
"anyhow", |
| 7771 |
"gimli 0.32.3", |
| 7772 |
"id-arena", |
| 7773 |
"leb128", |
| 7774 |
"log", |
| 7775 |
"walrus-macro", |
| 7776 |
"wasm-encoder 0.245.1", |
| 7777 |
"wasmparser 0.245.1", |
| 7778 |
] |
| 7779 |
|
| 7780 |
[[package]] |
| 7781 |
name = "walrus-macro" |
| 7782 |
version = "0.26.0" |
| 7783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7784 |
checksum = "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44" |
| 7785 |
dependencies = [ |
| 7786 |
"heck", |
| 7787 |
"proc-macro2", |
| 7788 |
"quote", |
| 7789 |
"syn", |
| 7790 |
] |
| 7791 |
|
| 7792 |
[[package]] |
| 7793 |
name = "want" |
| 7794 |
version = "0.3.1" |
| 7795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7796 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 7797 |
dependencies = [ |
| 7798 |
"try-lock", |
| 7799 |
] |
| 7800 |
|
| 7801 |
[[package]] |
| 7802 |
name = "wasi" |
| 7803 |
version = "0.11.1+wasi-snapshot-preview1" |
| 7804 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7805 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 7806 |
|
| 7807 |
[[package]] |
| 7808 |
name = "wasip2" |
| 7809 |
version = "1.0.2+wasi-0.2.9" |
| 7810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7811 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 7812 |
dependencies = [ |
| 7813 |
"wit-bindgen", |
| 7814 |
] |
| 7815 |
|
| 7816 |
[[package]] |
| 7817 |
name = "wasip3" |
| 7818 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 7819 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7820 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 7821 |
dependencies = [ |
| 7822 |
"wit-bindgen", |
| 7823 |
] |
| 7824 |
|
| 7825 |
[[package]] |
| 7826 |
name = "wasite" |
| 7827 |
version = "0.1.0" |
| 7828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7829 |
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 7830 |
|
| 7831 |
[[package]] |
| 7832 |
name = "wasm-bindgen" |
| 7833 |
version = "0.2.120" |
| 7834 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7835 |
checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1" |
| 7836 |
dependencies = [ |
| 7837 |
"cfg-if", |
| 7838 |
"once_cell", |
| 7839 |
"rustversion", |
| 7840 |
"wasm-bindgen-macro", |
| 7841 |
"wasm-bindgen-shared", |
| 7842 |
] |
| 7843 |
|
| 7844 |
[[package]] |
| 7845 |
name = "wasm-bindgen-futures" |
| 7846 |
version = "0.4.70" |
| 7847 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7848 |
checksum = "af934872acec734c2d80e6617bbb5ff4f12b052dd8e6332b0817bce889516084" |
| 7849 |
dependencies = [ |
| 7850 |
"js-sys", |
| 7851 |
"wasm-bindgen", |
| 7852 |
] |
| 7853 |
|
| 7854 |
[[package]] |
| 7855 |
name = "wasm-bindgen-macro" |
| 7856 |
version = "0.2.120" |
| 7857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7858 |
checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103" |
| 7859 |
dependencies = [ |
| 7860 |
"quote", |
| 7861 |
"wasm-bindgen-macro-support", |
| 7862 |
] |
| 7863 |
|
| 7864 |
[[package]] |
| 7865 |
name = "wasm-bindgen-macro-support" |
| 7866 |
version = "0.2.120" |
| 7867 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7868 |
checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41" |
| 7869 |
dependencies = [ |
| 7870 |
"bumpalo", |
| 7871 |
"proc-macro2", |
| 7872 |
"quote", |
| 7873 |
"syn", |
| 7874 |
"wasm-bindgen-shared", |
| 7875 |
] |
| 7876 |
|
| 7877 |
[[package]] |
| 7878 |
name = "wasm-bindgen-shared" |
| 7879 |
version = "0.2.120" |
| 7880 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7881 |
checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea" |
| 7882 |
dependencies = [ |
| 7883 |
"unicode-ident", |
| 7884 |
] |
| 7885 |
|
| 7886 |
[[package]] |
| 7887 |
name = "wasm-encoder" |
| 7888 |
version = "0.244.0" |
| 7889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7890 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 7891 |
dependencies = [ |
| 7892 |
"leb128fmt", |
| 7893 |
"wasmparser 0.244.0", |
| 7894 |
] |
| 7895 |
|
| 7896 |
[[package]] |
| 7897 |
name = "wasm-encoder" |
| 7898 |
version = "0.245.1" |
| 7899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7900 |
checksum = "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c" |
| 7901 |
dependencies = [ |
| 7902 |
"leb128fmt", |
| 7903 |
"wasmparser 0.245.1", |
| 7904 |
] |
| 7905 |
|
| 7906 |
[[package]] |
| 7907 |
name = "wasm-metadata" |
| 7908 |
version = "0.244.0" |
| 7909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7910 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 7911 |
dependencies = [ |
| 7912 |
"anyhow", |
| 7913 |
"indexmap", |
| 7914 |
"wasm-encoder 0.244.0", |
| 7915 |
"wasmparser 0.244.0", |
| 7916 |
] |
| 7917 |
|
| 7918 |
[[package]] |
| 7919 |
name = "wasmparser" |
| 7920 |
version = "0.244.0" |
| 7921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7922 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 7923 |
dependencies = [ |
| 7924 |
"bitflags 2.11.0", |
| 7925 |
"hashbrown 0.15.5", |
| 7926 |
"indexmap", |
| 7927 |
"semver", |
| 7928 |
] |
| 7929 |
|
| 7930 |
[[package]] |
| 7931 |
name = "wasmparser" |
| 7932 |
version = "0.245.1" |
| 7933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7934 |
checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e" |
| 7935 |
dependencies = [ |
| 7936 |
"bitflags 2.11.0", |
| 7937 |
"hashbrown 0.16.1", |
| 7938 |
"indexmap", |
| 7939 |
"semver", |
| 7940 |
"serde", |
| 7941 |
] |
| 7942 |
|
| 7943 |
[[package]] |
| 7944 |
name = "wasmprinter" |
| 7945 |
version = "0.245.1" |
| 7946 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7947 |
checksum = "5f41517a3716fbb8ccf46daa9c1325f760fcbff5168e75c7392288e410b91ac8" |
| 7948 |
dependencies = [ |
| 7949 |
"anyhow", |
| 7950 |
"termcolor", |
| 7951 |
"wasmparser 0.245.1", |
| 7952 |
] |
| 7953 |
|
| 7954 |
[[package]] |
| 7955 |
name = "wasmtime" |
| 7956 |
version = "43.0.2" |
| 7957 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7958 |
checksum = "efb1ed5899dde98357cfdcf647a4614498798719793898245b4b34e663addabf" |
| 7959 |
dependencies = [ |
| 7960 |
"addr2line", |
| 7961 |
"async-trait", |
| 7962 |
"bitflags 2.11.0", |
| 7963 |
"bumpalo", |
| 7964 |
"cc", |
| 7965 |
"cfg-if", |
| 7966 |
"libc", |
| 7967 |
"log", |
| 7968 |
"mach2", |
| 7969 |
"memfd", |
| 7970 |
"object 0.38.1", |
| 7971 |
"once_cell", |
| 7972 |
"postcard", |
| 7973 |
"pulley-interpreter", |
| 7974 |
"rustix 1.1.4", |
| 7975 |
"serde", |
| 7976 |
"serde_derive", |
| 7977 |
"smallvec", |
| 7978 |
"target-lexicon", |
| 7979 |
"wasmparser 0.245.1", |
| 7980 |
"wasmtime-environ", |
| 7981 |
"wasmtime-internal-core", |
| 7982 |
"wasmtime-internal-cranelift", |
| 7983 |
"wasmtime-internal-fiber", |
| 7984 |
"wasmtime-internal-jit-debug", |
| 7985 |
"wasmtime-internal-jit-icache-coherence", |
| 7986 |
"wasmtime-internal-unwinder", |
| 7987 |
"wasmtime-internal-versioned-export-macros", |
| 7988 |
"windows-sys 0.61.2", |
| 7989 |
] |
| 7990 |
|
| 7991 |
[[package]] |
| 7992 |
name = "wasmtime-environ" |
| 7993 |
version = "43.0.2" |
| 7994 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7995 |
checksum = "4172382dcc785c31d0e862c6780a18f5dd437914d22c4691351f965ef751c821" |
| 7996 |
dependencies = [ |
| 7997 |
"anyhow", |
| 7998 |
"cranelift-bforest", |
| 7999 |
"cranelift-bitset", |
| 8000 |
"cranelift-entity", |
| 8001 |
"gimli 0.33.0", |
| 8002 |
"hashbrown 0.16.1", |
| 8003 |
"indexmap", |
| 8004 |
"log", |
| 8005 |
"object 0.38.1", |
| 8006 |
"postcard", |
| 8007 |
"serde", |
| 8008 |
"serde_derive", |
| 8009 |
"sha2 0.10.9", |
| 8010 |
"smallvec", |
| 8011 |
"target-lexicon", |
| 8012 |
"wasm-encoder 0.245.1", |
| 8013 |
"wasmparser 0.245.1", |
| 8014 |
"wasmprinter", |
| 8015 |
"wasmtime-internal-core", |
| 8016 |
] |
| 8017 |
|
| 8018 |
[[package]] |
| 8019 |
name = "wasmtime-internal-core" |
| 8020 |
version = "43.0.2" |
| 8021 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8022 |
checksum = "9a3820b174f477d2a7083209d1ad5353fcdb11eaea434b2137b8681029460dd3" |
| 8023 |
dependencies = [ |
| 8024 |
"hashbrown 0.16.1", |
| 8025 |
"libm", |
| 8026 |
"serde", |
| 8027 |
] |
| 8028 |
|
| 8029 |
[[package]] |
| 8030 |
name = "wasmtime-internal-cranelift" |
| 8031 |
version = "43.0.2" |
| 8032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8033 |
checksum = "d1679d205caf9766c6aa309d45bb3e7c634d7725e3164404df33824b9f7c4fb7" |
| 8034 |
dependencies = [ |
| 8035 |
"cfg-if", |
| 8036 |
"cranelift-codegen", |
| 8037 |
"cranelift-control", |
| 8038 |
"cranelift-entity", |
| 8039 |
"cranelift-frontend", |
| 8040 |
"cranelift-native", |
| 8041 |
"gimli 0.33.0", |
| 8042 |
"itertools 0.14.0", |
| 8043 |
"log", |
| 8044 |
"object 0.38.1", |
| 8045 |
"pulley-interpreter", |
| 8046 |
"smallvec", |
| 8047 |
"target-lexicon", |
| 8048 |
"thiserror 2.0.18", |
| 8049 |
"wasmparser 0.245.1", |
| 8050 |
"wasmtime-environ", |
| 8051 |
"wasmtime-internal-core", |
| 8052 |
"wasmtime-internal-unwinder", |
| 8053 |
"wasmtime-internal-versioned-export-macros", |
| 8054 |
] |
| 8055 |
|
| 8056 |
[[package]] |
| 8057 |
name = "wasmtime-internal-fiber" |
| 8058 |
version = "43.0.2" |
| 8059 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8060 |
checksum = "f1e505254058be5b0df458d670ee42d9eafe2349d04c1296e9dc01071dc20a85" |
| 8061 |
dependencies = [ |
| 8062 |
"cc", |
| 8063 |
"cfg-if", |
| 8064 |
"libc", |
| 8065 |
"rustix 1.1.4", |
| 8066 |
"wasmtime-environ", |
| 8067 |
"wasmtime-internal-versioned-export-macros", |
| 8068 |
"windows-sys 0.61.2", |
| 8069 |
] |
| 8070 |
|
| 8071 |
[[package]] |
| 8072 |
name = "wasmtime-internal-jit-debug" |
| 8073 |
version = "43.0.2" |
| 8074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8075 |
checksum = "1c2e05b345f1773e59c20e6ad7298fd6857cdea245023d88bb659c96d8f0ea72" |
| 8076 |
dependencies = [ |
| 8077 |
"cc", |
| 8078 |
"wasmtime-internal-versioned-export-macros", |
| 8079 |
] |
| 8080 |
|
| 8081 |
[[package]] |
| 8082 |
name = "wasmtime-internal-jit-icache-coherence" |
| 8083 |
version = "43.0.2" |
| 8084 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8085 |
checksum = "b86701b234a4643e3f111869aa792b3a05a06e02d486ee9cb6c04dae16b52dab" |
| 8086 |
dependencies = [ |
| 8087 |
"cfg-if", |
| 8088 |
"libc", |
| 8089 |
"wasmtime-internal-core", |
| 8090 |
"windows-sys 0.61.2", |
| 8091 |
] |
| 8092 |
|
| 8093 |
[[package]] |
| 8094 |
name = "wasmtime-internal-unwinder" |
| 8095 |
version = "43.0.2" |
| 8096 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8097 |
checksum = "f63558d801beb83dde9b336eb4ae049019aee26627926edb32cd119d7e4c83cd" |
| 8098 |
dependencies = [ |
| 8099 |
"cfg-if", |
| 8100 |
"cranelift-codegen", |
| 8101 |
"log", |
| 8102 |
"object 0.38.1", |
| 8103 |
"wasmtime-environ", |
| 8104 |
] |
| 8105 |
|
| 8106 |
[[package]] |
| 8107 |
name = "wasmtime-internal-versioned-export-macros" |
| 8108 |
version = "43.0.2" |
| 8109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8110 |
checksum = "737c4d956fc3a848541a064afb683dd2771132a6b125be5baaf95c4379aa47df" |
| 8111 |
dependencies = [ |
| 8112 |
"proc-macro2", |
| 8113 |
"quote", |
| 8114 |
"syn", |
| 8115 |
] |
| 8116 |
|
| 8117 |
[[package]] |
| 8118 |
name = "web-sys" |
| 8119 |
version = "0.3.97" |
| 8120 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8121 |
checksum = "2eadbac71025cd7b0834f20d1fe8472e8495821b4e9801eb0a60bd1f19827602" |
| 8122 |
dependencies = [ |
| 8123 |
"js-sys", |
| 8124 |
"wasm-bindgen", |
| 8125 |
] |
| 8126 |
|
| 8127 |
[[package]] |
| 8128 |
name = "web-time" |
| 8129 |
version = "1.1.0" |
| 8130 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8131 |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 8132 |
dependencies = [ |
| 8133 |
"js-sys", |
| 8134 |
"wasm-bindgen", |
| 8135 |
] |
| 8136 |
|
| 8137 |
[[package]] |
| 8138 |
name = "web_atoms" |
| 8139 |
version = "0.1.3" |
| 8140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8141 |
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" |
| 8142 |
dependencies = [ |
| 8143 |
"phf", |
| 8144 |
"phf_codegen", |
| 8145 |
"string_cache", |
| 8146 |
"string_cache_codegen", |
| 8147 |
] |
| 8148 |
|
| 8149 |
[[package]] |
| 8150 |
name = "webauthn-attestation-ca" |
| 8151 |
version = "0.5.4" |
| 8152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8153 |
checksum = "fafcf13f7dc1fb292ed4aea22cdd3757c285d7559e9748950ee390249da4da6b" |
| 8154 |
dependencies = [ |
| 8155 |
"base64urlsafedata", |
| 8156 |
"openssl", |
| 8157 |
"openssl-sys", |
| 8158 |
"serde", |
| 8159 |
"tracing", |
| 8160 |
"uuid", |
| 8161 |
] |
| 8162 |
|
| 8163 |
[[package]] |
| 8164 |
name = "webauthn-authenticator-rs" |
| 8165 |
version = "0.5.4" |
| 8166 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8167 |
checksum = "78b41ed08aba475a969094226ae0691a286686210ae497bb2c5d0ed722d8d526" |
| 8168 |
dependencies = [ |
| 8169 |
"async-stream", |
| 8170 |
"async-trait", |
| 8171 |
"base64 0.21.7", |
| 8172 |
"base64urlsafedata", |
| 8173 |
"bitflags 1.3.2", |
| 8174 |
"futures", |
| 8175 |
"hex", |
| 8176 |
"nom 7.1.3", |
| 8177 |
"num-derive", |
| 8178 |
"num-traits", |
| 8179 |
"openssl", |
| 8180 |
"openssl-sys", |
| 8181 |
"serde", |
| 8182 |
"serde_bytes", |
| 8183 |
"serde_cbor_2", |
| 8184 |
"serde_json", |
| 8185 |
"thiserror 1.0.69", |
| 8186 |
"tokio", |
| 8187 |
"tokio-stream", |
| 8188 |
"tracing", |
| 8189 |
"unicode-normalization", |
| 8190 |
"url", |
| 8191 |
"uuid", |
| 8192 |
"webauthn-rs-core", |
| 8193 |
"webauthn-rs-proto", |
| 8194 |
] |
| 8195 |
|
| 8196 |
[[package]] |
| 8197 |
name = "webauthn-rs" |
| 8198 |
version = "0.5.4" |
| 8199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8200 |
checksum = "1b24d082d3360258fefb6ffe56123beef7d6868c765c779f97b7a2fcf06727f8" |
| 8201 |
dependencies = [ |
| 8202 |
"base64urlsafedata", |
| 8203 |
"serde", |
| 8204 |
"tracing", |
| 8205 |
"url", |
| 8206 |
"uuid", |
| 8207 |
"webauthn-rs-core", |
| 8208 |
] |
| 8209 |
|
| 8210 |
[[package]] |
| 8211 |
name = "webauthn-rs-core" |
| 8212 |
version = "0.5.4" |
| 8213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8214 |
checksum = "15784340a24c170ce60567282fb956a0938742dbfbf9eff5df793a686a009b8b" |
| 8215 |
dependencies = [ |
| 8216 |
"base64 0.21.7", |
| 8217 |
"base64urlsafedata", |
| 8218 |
"der-parser 9.0.0", |
| 8219 |
"hex", |
| 8220 |
"nom 7.1.3", |
| 8221 |
"openssl", |
| 8222 |
"openssl-sys", |
| 8223 |
"rand 0.9.2", |
| 8224 |
"rand_chacha 0.9.0", |
| 8225 |
"serde", |
| 8226 |
"serde_cbor_2", |
| 8227 |
"serde_json", |
| 8228 |
"thiserror 1.0.69", |
| 8229 |
"tracing", |
| 8230 |
"url", |
| 8231 |
"uuid", |
| 8232 |
"webauthn-attestation-ca", |
| 8233 |
"webauthn-rs-proto", |
| 8234 |
"x509-parser 0.16.0", |
| 8235 |
] |
| 8236 |
|
| 8237 |
[[package]] |
| 8238 |
name = "webauthn-rs-proto" |
| 8239 |
version = "0.5.4" |
| 8240 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8241 |
checksum = "16a1fb2580ce73baa42d3011a24de2ceab0d428de1879ece06e02e8c416e497c" |
| 8242 |
dependencies = [ |
| 8243 |
"base64 0.21.7", |
| 8244 |
"base64urlsafedata", |
| 8245 |
"serde", |
| 8246 |
"serde_json", |
| 8247 |
"url", |
| 8248 |
] |
| 8249 |
|
| 8250 |
[[package]] |
| 8251 |
name = "webpki-roots" |
| 8252 |
version = "1.0.7" |
| 8253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8254 |
checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" |
| 8255 |
dependencies = [ |
| 8256 |
"rustls-pki-types", |
| 8257 |
] |
| 8258 |
|
| 8259 |
[[package]] |
| 8260 |
name = "which" |
| 8261 |
version = "4.4.2" |
| 8262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8263 |
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" |
| 8264 |
dependencies = [ |
| 8265 |
"either", |
| 8266 |
"home", |
| 8267 |
"once_cell", |
| 8268 |
"rustix 0.38.44", |
| 8269 |
] |
| 8270 |
|
| 8271 |
[[package]] |
| 8272 |
name = "whoami" |
| 8273 |
version = "1.6.1" |
| 8274 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8275 |
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 8276 |
dependencies = [ |
| 8277 |
"libredox", |
| 8278 |
"wasite", |
| 8279 |
] |
| 8280 |
|
| 8281 |
[[package]] |
| 8282 |
name = "widestring" |
| 8283 |
version = "1.2.1" |
| 8284 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8285 |
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" |
| 8286 |
|
| 8287 |
[[package]] |
| 8288 |
name = "winapi" |
| 8289 |
version = "0.3.9" |
| 8290 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8291 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 8292 |
dependencies = [ |
| 8293 |
"winapi-i686-pc-windows-gnu", |
| 8294 |
"winapi-x86_64-pc-windows-gnu", |
| 8295 |
] |
| 8296 |
|
| 8297 |
[[package]] |
| 8298 |
name = "winapi-i686-pc-windows-gnu" |
| 8299 |
version = "0.4.0" |
| 8300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8301 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 8302 |
|
| 8303 |
[[package]] |
| 8304 |
name = "winapi-util" |
| 8305 |
version = "0.1.11" |
| 8306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8307 |
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 8308 |
dependencies = [ |
| 8309 |
"windows-sys 0.61.2", |
| 8310 |
] |
| 8311 |
|
| 8312 |
[[package]] |
| 8313 |
name = "winapi-x86_64-pc-windows-gnu" |
| 8314 |
version = "0.4.0" |
| 8315 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8316 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 8317 |
|
| 8318 |
[[package]] |
| 8319 |
name = "windows-core" |
| 8320 |
version = "0.62.2" |
| 8321 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8322 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 8323 |
dependencies = [ |
| 8324 |
"windows-implement", |
| 8325 |
"windows-interface", |
| 8326 |
"windows-link", |
| 8327 |
"windows-result", |
| 8328 |
"windows-strings", |
| 8329 |
] |
| 8330 |
|
| 8331 |
[[package]] |
| 8332 |
name = "windows-implement" |
| 8333 |
version = "0.60.2" |
| 8334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8335 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 8336 |
dependencies = [ |
| 8337 |
"proc-macro2", |
| 8338 |
"quote", |
| 8339 |
"syn", |
| 8340 |
] |
| 8341 |
|
| 8342 |
[[package]] |
| 8343 |
name = "windows-interface" |
| 8344 |
version = "0.59.3" |
| 8345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8346 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 8347 |
dependencies = [ |
| 8348 |
"proc-macro2", |
| 8349 |
"quote", |
| 8350 |
"syn", |
| 8351 |
] |
| 8352 |
|
| 8353 |
[[package]] |
| 8354 |
name = "windows-link" |
| 8355 |
version = "0.2.1" |
| 8356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8357 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 8358 |
|
| 8359 |
[[package]] |
| 8360 |
name = "windows-registry" |
| 8361 |
version = "0.6.1" |
| 8362 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8363 |
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
| 8364 |
dependencies = [ |
| 8365 |
"windows-link", |
| 8366 |
"windows-result", |
| 8367 |
"windows-strings", |
| 8368 |
] |
| 8369 |
|
| 8370 |
[[package]] |
| 8371 |
name = "windows-result" |
| 8372 |
version = "0.4.1" |
| 8373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8374 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 8375 |
dependencies = [ |
| 8376 |
"windows-link", |
| 8377 |
] |
| 8378 |
|
| 8379 |
[[package]] |
| 8380 |
name = "windows-strings" |
| 8381 |
version = "0.5.1" |
| 8382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8383 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 8384 |
dependencies = [ |
| 8385 |
"windows-link", |
| 8386 |
] |
| 8387 |
|
| 8388 |
[[package]] |
| 8389 |
name = "windows-sys" |
| 8390 |
version = "0.48.0" |
| 8391 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8392 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 8393 |
dependencies = [ |
| 8394 |
"windows-targets 0.48.5", |
| 8395 |
] |
| 8396 |
|
| 8397 |
[[package]] |
| 8398 |
name = "windows-sys" |
| 8399 |
version = "0.52.0" |
| 8400 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8401 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 8402 |
dependencies = [ |
| 8403 |
"windows-targets 0.52.6", |
| 8404 |
] |
| 8405 |
|
| 8406 |
[[package]] |
| 8407 |
name = "windows-sys" |
| 8408 |
version = "0.59.0" |
| 8409 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8410 |
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 8411 |
dependencies = [ |
| 8412 |
"windows-targets 0.52.6", |
| 8413 |
] |
| 8414 |
|
| 8415 |
[[package]] |
| 8416 |
name = "windows-sys" |
| 8417 |
version = "0.60.2" |
| 8418 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8419 |
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 8420 |
dependencies = [ |
| 8421 |
"windows-targets 0.53.5", |
| 8422 |
] |
| 8423 |
|
| 8424 |
[[package]] |
| 8425 |
name = "windows-sys" |
| 8426 |
version = "0.61.2" |
| 8427 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8428 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 8429 |
dependencies = [ |
| 8430 |
"windows-link", |
| 8431 |
] |
| 8432 |
|
| 8433 |
[[package]] |
| 8434 |
name = "windows-targets" |
| 8435 |
version = "0.48.5" |
| 8436 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8437 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 8438 |
dependencies = [ |
| 8439 |
"windows_aarch64_gnullvm 0.48.5", |
| 8440 |
"windows_aarch64_msvc 0.48.5", |
| 8441 |
"windows_i686_gnu 0.48.5", |
| 8442 |
"windows_i686_msvc 0.48.5", |
| 8443 |
"windows_x86_64_gnu 0.48.5", |
| 8444 |
"windows_x86_64_gnullvm 0.48.5", |
| 8445 |
"windows_x86_64_msvc 0.48.5", |
| 8446 |
] |
| 8447 |
|
| 8448 |
[[package]] |
| 8449 |
name = "windows-targets" |
| 8450 |
version = "0.52.6" |
| 8451 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8452 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 8453 |
dependencies = [ |
| 8454 |
"windows_aarch64_gnullvm 0.52.6", |
| 8455 |
"windows_aarch64_msvc 0.52.6", |
| 8456 |
"windows_i686_gnu 0.52.6", |
| 8457 |
"windows_i686_gnullvm 0.52.6", |
| 8458 |
"windows_i686_msvc 0.52.6", |
| 8459 |
"windows_x86_64_gnu 0.52.6", |
| 8460 |
"windows_x86_64_gnullvm 0.52.6", |
| 8461 |
"windows_x86_64_msvc 0.52.6", |
| 8462 |
] |
| 8463 |
|
| 8464 |
[[package]] |
| 8465 |
name = "windows-targets" |
| 8466 |
version = "0.53.5" |
| 8467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8468 |
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 8469 |
dependencies = [ |
| 8470 |
"windows-link", |
| 8471 |
"windows_aarch64_gnullvm 0.53.1", |
| 8472 |
"windows_aarch64_msvc 0.53.1", |
| 8473 |
"windows_i686_gnu 0.53.1", |
| 8474 |
"windows_i686_gnullvm 0.53.1", |
| 8475 |
"windows_i686_msvc 0.53.1", |
| 8476 |
"windows_x86_64_gnu 0.53.1", |
| 8477 |
"windows_x86_64_gnullvm 0.53.1", |
| 8478 |
"windows_x86_64_msvc 0.53.1", |
| 8479 |
] |
| 8480 |
|
| 8481 |
[[package]] |
| 8482 |
name = "windows_aarch64_gnullvm" |
| 8483 |
version = "0.48.5" |
| 8484 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8485 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 8486 |
|
| 8487 |
[[package]] |
| 8488 |
name = "windows_aarch64_gnullvm" |
| 8489 |
version = "0.52.6" |
| 8490 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8491 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 8492 |
|
| 8493 |
[[package]] |
| 8494 |
name = "windows_aarch64_gnullvm" |
| 8495 |
version = "0.53.1" |
| 8496 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8497 |
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 8498 |
|
| 8499 |
[[package]] |
| 8500 |
name = "windows_aarch64_msvc" |
| 8501 |
version = "0.48.5" |
| 8502 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8503 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 8504 |
|
| 8505 |
[[package]] |
| 8506 |
name = "windows_aarch64_msvc" |
| 8507 |
version = "0.52.6" |
| 8508 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8509 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 8510 |
|
| 8511 |
[[package]] |
| 8512 |
name = "windows_aarch64_msvc" |
| 8513 |
version = "0.53.1" |
| 8514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8515 |
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 8516 |
|
| 8517 |
[[package]] |
| 8518 |
name = "windows_i686_gnu" |
| 8519 |
version = "0.48.5" |
| 8520 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8521 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 8522 |
|
| 8523 |
[[package]] |
| 8524 |
name = "windows_i686_gnu" |
| 8525 |
version = "0.52.6" |
| 8526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8527 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 8528 |
|
| 8529 |
[[package]] |
| 8530 |
name = "windows_i686_gnu" |
| 8531 |
version = "0.53.1" |
| 8532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8533 |
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 8534 |
|
| 8535 |
[[package]] |
| 8536 |
name = "windows_i686_gnullvm" |
| 8537 |
version = "0.52.6" |
| 8538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8539 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 8540 |
|
| 8541 |
[[package]] |
| 8542 |
name = "windows_i686_gnullvm" |
| 8543 |
version = "0.53.1" |
| 8544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8545 |
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 8546 |
|
| 8547 |
[[package]] |
| 8548 |
name = "windows_i686_msvc" |
| 8549 |
version = "0.48.5" |
| 8550 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8551 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 8552 |
|
| 8553 |
[[package]] |
| 8554 |
name = "windows_i686_msvc" |
| 8555 |
version = "0.52.6" |
| 8556 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8557 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 8558 |
|
| 8559 |
[[package]] |
| 8560 |
name = "windows_i686_msvc" |
| 8561 |
version = "0.53.1" |
| 8562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8563 |
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 8564 |
|
| 8565 |
[[package]] |
| 8566 |
name = "windows_x86_64_gnu" |
| 8567 |
version = "0.48.5" |
| 8568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8569 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 8570 |
|
| 8571 |
[[package]] |
| 8572 |
name = "windows_x86_64_gnu" |
| 8573 |
version = "0.52.6" |
| 8574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8575 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 8576 |
|
| 8577 |
[[package]] |
| 8578 |
name = "windows_x86_64_gnu" |
| 8579 |
version = "0.53.1" |
| 8580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8581 |
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 8582 |
|
| 8583 |
[[package]] |
| 8584 |
name = "windows_x86_64_gnullvm" |
| 8585 |
version = "0.48.5" |
| 8586 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8587 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 8588 |
|
| 8589 |
[[package]] |
| 8590 |
name = "windows_x86_64_gnullvm" |
| 8591 |
version = "0.52.6" |
| 8592 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8593 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 8594 |
|
| 8595 |
[[package]] |
| 8596 |
name = "windows_x86_64_gnullvm" |
| 8597 |
version = "0.53.1" |
| 8598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8599 |
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 8600 |
|
| 8601 |
[[package]] |
| 8602 |
name = "windows_x86_64_msvc" |
| 8603 |
version = "0.48.5" |
| 8604 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8605 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 8606 |
|
| 8607 |
[[package]] |
| 8608 |
name = "windows_x86_64_msvc" |
| 8609 |
version = "0.52.6" |
| 8610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8611 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 8612 |
|
| 8613 |
[[package]] |
| 8614 |
name = "windows_x86_64_msvc" |
| 8615 |
version = "0.53.1" |
| 8616 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8617 |
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 8618 |
|
| 8619 |
[[package]] |
| 8620 |
name = "winnow" |
| 8621 |
version = "0.7.15" |
| 8622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8623 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 8624 |
dependencies = [ |
| 8625 |
"memchr", |
| 8626 |
] |
| 8627 |
|
| 8628 |
[[package]] |
| 8629 |
name = "wiremock" |
| 8630 |
version = "0.6.5" |
| 8631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8632 |
checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" |
| 8633 |
dependencies = [ |
| 8634 |
"assert-json-diff", |
| 8635 |
"base64 0.22.1", |
| 8636 |
"deadpool", |
| 8637 |
"futures", |
| 8638 |
"http 1.4.0", |
| 8639 |
"http-body-util", |
| 8640 |
"hyper 1.8.1", |
| 8641 |
"hyper-util", |
| 8642 |
"log", |
| 8643 |
"once_cell", |
| 8644 |
"regex", |
| 8645 |
"serde", |
| 8646 |
"serde_json", |
| 8647 |
"tokio", |
| 8648 |
"url", |
| 8649 |
] |
| 8650 |
|
| 8651 |
[[package]] |
| 8652 |
name = "wit-bindgen" |
| 8653 |
version = "0.51.0" |
| 8654 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8655 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 8656 |
dependencies = [ |
| 8657 |
"wit-bindgen-rust-macro", |
| 8658 |
] |
| 8659 |
|
| 8660 |
[[package]] |
| 8661 |
name = "wit-bindgen-core" |
| 8662 |
version = "0.51.0" |
| 8663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8664 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 8665 |
dependencies = [ |
| 8666 |
"anyhow", |
| 8667 |
"heck", |
| 8668 |
"wit-parser", |
| 8669 |
] |
| 8670 |
|
| 8671 |
[[package]] |
| 8672 |
name = "wit-bindgen-rust" |
| 8673 |
version = "0.51.0" |
| 8674 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8675 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 8676 |
dependencies = [ |
| 8677 |
"anyhow", |
| 8678 |
"heck", |
| 8679 |
"indexmap", |
| 8680 |
"prettyplease", |
| 8681 |
"syn", |
| 8682 |
"wasm-metadata", |
| 8683 |
"wit-bindgen-core", |
| 8684 |
"wit-component", |
| 8685 |
] |
| 8686 |
|
| 8687 |
[[package]] |
| 8688 |
name = "wit-bindgen-rust-macro" |
| 8689 |
version = "0.51.0" |
| 8690 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8691 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 8692 |
dependencies = [ |
| 8693 |
"anyhow", |
| 8694 |
"prettyplease", |
| 8695 |
"proc-macro2", |
| 8696 |
"quote", |
| 8697 |
"syn", |
| 8698 |
"wit-bindgen-core", |
| 8699 |
"wit-bindgen-rust", |
| 8700 |
] |
| 8701 |
|
| 8702 |
[[package]] |
| 8703 |
name = "wit-component" |
| 8704 |
version = "0.244.0" |
| 8705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8706 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 8707 |
dependencies = [ |
| 8708 |
"anyhow", |
| 8709 |
"bitflags 2.11.0", |
| 8710 |
"indexmap", |
| 8711 |
"log", |
| 8712 |
"serde", |
| 8713 |
"serde_derive", |
| 8714 |
"serde_json", |
| 8715 |
"wasm-encoder 0.244.0", |
| 8716 |
"wasm-metadata", |
| 8717 |
"wasmparser 0.244.0", |
| 8718 |
"wit-parser", |
| 8719 |
] |
| 8720 |
|
| 8721 |
[[package]] |
| 8722 |
name = "wit-parser" |
| 8723 |
version = "0.244.0" |
| 8724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8725 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 8726 |
dependencies = [ |
| 8727 |
"anyhow", |
| 8728 |
"id-arena", |
| 8729 |
"indexmap", |
| 8730 |
"log", |
| 8731 |
"semver", |
| 8732 |
"serde", |
| 8733 |
"serde_derive", |
| 8734 |
"serde_json", |
| 8735 |
"unicode-xid", |
| 8736 |
"wasmparser 0.244.0", |
| 8737 |
] |
| 8738 |
|
| 8739 |
[[package]] |
| 8740 |
name = "writeable" |
| 8741 |
version = "0.6.2" |
| 8742 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8743 |
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 8744 |
|
| 8745 |
[[package]] |
| 8746 |
name = "wyz" |
| 8747 |
version = "0.5.1" |
| 8748 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8749 |
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| 8750 |
dependencies = [ |
| 8751 |
"tap", |
| 8752 |
] |
| 8753 |
|
| 8754 |
[[package]] |
| 8755 |
name = "x509" |
| 8756 |
version = "0.2.0" |
| 8757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8758 |
checksum = "ca3cec94c3999f31341553f358ef55f65fc031291a022cd42ec0ce7219560c76" |
| 8759 |
dependencies = [ |
| 8760 |
"chrono", |
| 8761 |
"cookie-factory", |
| 8762 |
] |
| 8763 |
|
| 8764 |
[[package]] |
| 8765 |
name = "x509-cert" |
| 8766 |
version = "0.2.5" |
| 8767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8768 |
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" |
| 8769 |
dependencies = [ |
| 8770 |
"const-oid 0.9.6", |
| 8771 |
"der 0.7.10", |
| 8772 |
"spki 0.7.3", |
| 8773 |
"tls_codec", |
| 8774 |
] |
| 8775 |
|
| 8776 |
[[package]] |
| 8777 |
name = "x509-certificate" |
| 8778 |
version = "0.24.0" |
| 8779 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8780 |
checksum = "e57b9f8bcae7c1f36479821ae826d75050c60ce55146fd86d3553ed2573e2762" |
| 8781 |
dependencies = [ |
| 8782 |
"bcder", |
| 8783 |
"bytes", |
| 8784 |
"chrono", |
| 8785 |
"der 0.7.10", |
| 8786 |
"hex", |
| 8787 |
"pem", |
| 8788 |
"ring", |
| 8789 |
"signature 2.2.0", |
| 8790 |
"spki 0.7.3", |
| 8791 |
"thiserror 1.0.69", |
| 8792 |
"zeroize", |
| 8793 |
] |
| 8794 |
|
| 8795 |
[[package]] |
| 8796 |
name = "x509-parser" |
| 8797 |
version = "0.16.0" |
| 8798 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8799 |
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" |
| 8800 |
dependencies = [ |
| 8801 |
"asn1-rs 0.6.2", |
| 8802 |
"data-encoding", |
| 8803 |
"der-parser 9.0.0", |
| 8804 |
"lazy_static", |
| 8805 |
"nom 7.1.3", |
| 8806 |
"oid-registry 0.7.1", |
| 8807 |
"rusticata-macros", |
| 8808 |
"thiserror 1.0.69", |
| 8809 |
"time", |
| 8810 |
] |
| 8811 |
|
| 8812 |
[[package]] |
| 8813 |
name = "x509-parser" |
| 8814 |
version = "0.18.1" |
| 8815 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8816 |
checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" |
| 8817 |
dependencies = [ |
| 8818 |
"asn1-rs 0.7.1", |
| 8819 |
"data-encoding", |
| 8820 |
"der-parser 10.0.0", |
| 8821 |
"lazy_static", |
| 8822 |
"nom 7.1.3", |
| 8823 |
"oid-registry 0.8.1", |
| 8824 |
"rusticata-macros", |
| 8825 |
"thiserror 2.0.18", |
| 8826 |
"time", |
| 8827 |
] |
| 8828 |
|
| 8829 |
[[package]] |
| 8830 |
name = "xml-rs" |
| 8831 |
version = "0.8.28" |
| 8832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8833 |
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" |
| 8834 |
|
| 8835 |
[[package]] |
| 8836 |
name = "xmlparser" |
| 8837 |
version = "0.13.6" |
| 8838 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8839 |
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| 8840 |
|
| 8841 |
[[package]] |
| 8842 |
name = "xz2" |
| 8843 |
version = "0.1.7" |
| 8844 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8845 |
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| 8846 |
dependencies = [ |
| 8847 |
"lzma-sys", |
| 8848 |
] |
| 8849 |
|
| 8850 |
[[package]] |
| 8851 |
name = "yansi" |
| 8852 |
version = "1.0.1" |
| 8853 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8854 |
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
| 8855 |
|
| 8856 |
[[package]] |
| 8857 |
name = "yara-x" |
| 8858 |
version = "1.16.0" |
| 8859 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8860 |
checksum = "6331ceb153230853dd2d0f2dc1e05e21ffa8b9b683bf7fd5cbd8c469bd28bdbc" |
| 8861 |
dependencies = [ |
| 8862 |
"annotate-snippets", |
| 8863 |
"anyhow", |
| 8864 |
"base64 0.22.1", |
| 8865 |
"bincode 2.0.1", |
| 8866 |
"bitflags 2.11.0", |
| 8867 |
"bitvec", |
| 8868 |
"bstr", |
| 8869 |
"const-oid 0.9.6", |
| 8870 |
"crc32fast", |
| 8871 |
"daachorse", |
| 8872 |
"der-parser 10.0.0", |
| 8873 |
"digest 0.10.7", |
| 8874 |
"dsa", |
| 8875 |
"ecdsa 0.16.9", |
| 8876 |
"getrandom 0.2.17", |
| 8877 |
"globwalk", |
| 8878 |
"hex", |
| 8879 |
"indexmap", |
| 8880 |
"intaglio", |
| 8881 |
"inventory", |
| 8882 |
"ipnet", |
| 8883 |
"itertools 0.14.0", |
| 8884 |
"js-sys", |
| 8885 |
"md-5 0.10.6", |
| 8886 |
"md2", |
| 8887 |
"memchr", |
| 8888 |
"memmap2", |
| 8889 |
"nom 8.0.0", |
| 8890 |
"num-derive", |
| 8891 |
"num-traits", |
| 8892 |
"p256 0.13.2", |
| 8893 |
"p384", |
| 8894 |
"protobuf", |
| 8895 |
"protobuf-codegen", |
| 8896 |
"protobuf-parse", |
| 8897 |
"psl", |
| 8898 |
"regex", |
| 8899 |
"regex-automata", |
| 8900 |
"regex-syntax", |
| 8901 |
"roxmltree", |
| 8902 |
"rsa", |
| 8903 |
"rustc-hash 2.1.1", |
| 8904 |
"serde", |
| 8905 |
"serde_json", |
| 8906 |
"sha1 0.10.6", |
| 8907 |
"sha2 0.10.9", |
| 8908 |
"simd-adler32", |
| 8909 |
"simd_cesu8", |
| 8910 |
"smallvec", |
| 8911 |
"strum_macros", |
| 8912 |
"thiserror 2.0.18", |
| 8913 |
"uuid", |
| 8914 |
"walrus", |
| 8915 |
"wasm-bindgen", |
| 8916 |
"wasmtime", |
| 8917 |
"x509-parser 0.18.1", |
| 8918 |
"yara-x-macros", |
| 8919 |
"yara-x-parser", |
| 8920 |
"yara-x-proto", |
| 8921 |
"zip 8.2.0", |
| 8922 |
] |
| 8923 |
|
| 8924 |
[[package]] |
| 8925 |
name = "yara-x-macros" |
| 8926 |
version = "1.16.0" |
| 8927 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8928 |
checksum = "cb91fd95a7284f36513ece2ad09c7226af4093c8e0f6052c51943bbf877768ad" |
| 8929 |
dependencies = [ |
| 8930 |
"darling", |
| 8931 |
"proc-macro2", |
| 8932 |
"quote", |
| 8933 |
"syn", |
| 8934 |
] |
| 8935 |
|
| 8936 |
[[package]] |
| 8937 |
name = "yara-x-parser" |
| 8938 |
version = "1.16.0" |
| 8939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8940 |
checksum = "9505add0a82252c8016730a92471ec1b33a26943cb300fa22efaca4165eee02b" |
| 8941 |
dependencies = [ |
| 8942 |
"ascii_tree", |
| 8943 |
"bitflags 2.11.0", |
| 8944 |
"bstr", |
| 8945 |
"indexmap", |
| 8946 |
"itertools 0.14.0", |
| 8947 |
"logos", |
| 8948 |
"num-traits", |
| 8949 |
"rowan", |
| 8950 |
"rustc-hash 2.1.1", |
| 8951 |
"serde", |
| 8952 |
] |
| 8953 |
|
| 8954 |
[[package]] |
| 8955 |
name = "yara-x-proto" |
| 8956 |
version = "1.16.0" |
| 8957 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8958 |
checksum = "a60a957ada6d583373dbc0d644f10735383ab92f666ae1cc91f7b982d4b6a153" |
| 8959 |
dependencies = [ |
| 8960 |
"protobuf", |
| 8961 |
"protobuf-codegen", |
| 8962 |
] |
| 8963 |
|
| 8964 |
[[package]] |
| 8965 |
name = "yasna" |
| 8966 |
version = "0.5.2" |
| 8967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8968 |
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" |
| 8969 |
|
| 8970 |
[[package]] |
| 8971 |
name = "yoke" |
| 8972 |
version = "0.8.1" |
| 8973 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8974 |
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 8975 |
dependencies = [ |
| 8976 |
"stable_deref_trait", |
| 8977 |
"yoke-derive", |
| 8978 |
"zerofrom", |
| 8979 |
] |
| 8980 |
|
| 8981 |
[[package]] |
| 8982 |
name = "yoke-derive" |
| 8983 |
version = "0.8.1" |
| 8984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8985 |
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 8986 |
dependencies = [ |
| 8987 |
"proc-macro2", |
| 8988 |
"quote", |
| 8989 |
"syn", |
| 8990 |
"synstructure", |
| 8991 |
] |
| 8992 |
|
| 8993 |
[[package]] |
| 8994 |
name = "zerocopy" |
| 8995 |
version = "0.8.42" |
| 8996 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 8997 |
checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" |
| 8998 |
dependencies = [ |
| 8999 |
"zerocopy-derive", |
| 9000 |
] |
| 9001 |
|
| 9002 |
[[package]] |
| 9003 |
name = "zerocopy-derive" |
| 9004 |
version = "0.8.42" |
| 9005 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9006 |
checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" |
| 9007 |
dependencies = [ |
| 9008 |
"proc-macro2", |
| 9009 |
"quote", |
| 9010 |
"syn", |
| 9011 |
] |
| 9012 |
|
| 9013 |
[[package]] |
| 9014 |
name = "zerofrom" |
| 9015 |
version = "0.1.6" |
| 9016 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9017 |
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 9018 |
dependencies = [ |
| 9019 |
"zerofrom-derive", |
| 9020 |
] |
| 9021 |
|
| 9022 |
[[package]] |
| 9023 |
name = "zerofrom-derive" |
| 9024 |
version = "0.1.6" |
| 9025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9026 |
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 9027 |
dependencies = [ |
| 9028 |
"proc-macro2", |
| 9029 |
"quote", |
| 9030 |
"syn", |
| 9031 |
"synstructure", |
| 9032 |
] |
| 9033 |
|
| 9034 |
[[package]] |
| 9035 |
name = "zeroize" |
| 9036 |
version = "1.8.2" |
| 9037 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9038 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 9039 |
dependencies = [ |
| 9040 |
"zeroize_derive", |
| 9041 |
] |
| 9042 |
|
| 9043 |
[[package]] |
| 9044 |
name = "zeroize_derive" |
| 9045 |
version = "1.4.3" |
| 9046 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9047 |
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" |
| 9048 |
dependencies = [ |
| 9049 |
"proc-macro2", |
| 9050 |
"quote", |
| 9051 |
"syn", |
| 9052 |
] |
| 9053 |
|
| 9054 |
[[package]] |
| 9055 |
name = "zerotrie" |
| 9056 |
version = "0.2.3" |
| 9057 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9058 |
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 9059 |
dependencies = [ |
| 9060 |
"displaydoc", |
| 9061 |
"yoke", |
| 9062 |
"zerofrom", |
| 9063 |
] |
| 9064 |
|
| 9065 |
[[package]] |
| 9066 |
name = "zerovec" |
| 9067 |
version = "0.11.5" |
| 9068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9069 |
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 9070 |
dependencies = [ |
| 9071 |
"yoke", |
| 9072 |
"zerofrom", |
| 9073 |
"zerovec-derive", |
| 9074 |
] |
| 9075 |
|
| 9076 |
[[package]] |
| 9077 |
name = "zerovec-derive" |
| 9078 |
version = "0.11.2" |
| 9079 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9080 |
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 9081 |
dependencies = [ |
| 9082 |
"proc-macro2", |
| 9083 |
"quote", |
| 9084 |
"syn", |
| 9085 |
] |
| 9086 |
|
| 9087 |
[[package]] |
| 9088 |
name = "zip" |
| 9089 |
version = "2.4.2" |
| 9090 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9091 |
checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50" |
| 9092 |
dependencies = [ |
| 9093 |
"arbitrary", |
| 9094 |
"crc32fast", |
| 9095 |
"crossbeam-utils", |
| 9096 |
"displaydoc", |
| 9097 |
"flate2", |
| 9098 |
"indexmap", |
| 9099 |
"memchr", |
| 9100 |
"thiserror 2.0.18", |
| 9101 |
"zopfli", |
| 9102 |
] |
| 9103 |
|
| 9104 |
[[package]] |
| 9105 |
name = "zip" |
| 9106 |
version = "8.2.0" |
| 9107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9108 |
checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" |
| 9109 |
dependencies = [ |
| 9110 |
"aes", |
| 9111 |
"bzip2 0.6.1", |
| 9112 |
"constant_time_eq 0.4.2", |
| 9113 |
"crc32fast", |
| 9114 |
"deflate64", |
| 9115 |
"flate2", |
| 9116 |
"getrandom 0.4.2", |
| 9117 |
"hmac 0.12.1", |
| 9118 |
"indexmap", |
| 9119 |
"lzma-rust2", |
| 9120 |
"memchr", |
| 9121 |
"pbkdf2", |
| 9122 |
"ppmd-rust", |
| 9123 |
"sha1 0.10.6", |
| 9124 |
"time", |
| 9125 |
"typed-path", |
| 9126 |
"zeroize", |
| 9127 |
"zopfli", |
| 9128 |
"zstd", |
| 9129 |
] |
| 9130 |
|
| 9131 |
[[package]] |
| 9132 |
name = "zip_structs" |
| 9133 |
version = "0.2.1" |
| 9134 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9135 |
checksum = "ce824a6bfffe8942820fa36d24973b7c83a40896749a42e33de0abdd11750ee5" |
| 9136 |
dependencies = [ |
| 9137 |
"byteorder", |
| 9138 |
"bytesize", |
| 9139 |
"thiserror 1.0.69", |
| 9140 |
] |
| 9141 |
|
| 9142 |
[[package]] |
| 9143 |
name = "zlib-rs" |
| 9144 |
version = "0.6.3" |
| 9145 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9146 |
checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" |
| 9147 |
|
| 9148 |
[[package]] |
| 9149 |
name = "zmij" |
| 9150 |
version = "1.0.21" |
| 9151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9152 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 9153 |
|
| 9154 |
[[package]] |
| 9155 |
name = "zopfli" |
| 9156 |
version = "0.8.3" |
| 9157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9158 |
checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" |
| 9159 |
dependencies = [ |
| 9160 |
"bumpalo", |
| 9161 |
"crc32fast", |
| 9162 |
"log", |
| 9163 |
"simd-adler32", |
| 9164 |
] |
| 9165 |
|
| 9166 |
[[package]] |
| 9167 |
name = "zstd" |
| 9168 |
version = "0.13.3" |
| 9169 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9170 |
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
| 9171 |
dependencies = [ |
| 9172 |
"zstd-safe", |
| 9173 |
] |
| 9174 |
|
| 9175 |
[[package]] |
| 9176 |
name = "zstd-safe" |
| 9177 |
version = "7.2.4" |
| 9178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9179 |
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
| 9180 |
dependencies = [ |
| 9181 |
"zstd-sys", |
| 9182 |
] |
| 9183 |
|
| 9184 |
[[package]] |
| 9185 |
name = "zstd-sys" |
| 9186 |
version = "2.0.16+zstd.1.5.7" |
| 9187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9188 |
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" |
| 9189 |
dependencies = [ |
| 9190 |
"cc", |
| 9191 |
"pkg-config", |
| 9192 |
] |
| 9193 |
|