mirror of https://github.com/o2sh/onefetch.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4697 lines
113 KiB
4697 lines
113 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 4 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.25.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler2" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.7.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
|
dependencies = [ |
|
"getrandom 0.2.16", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"version_check", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "alloca" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "allocator-api2" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
|
|
|
[[package]] |
|
name = "android_system_properties" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "anes" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
|
|
|
[[package]] |
|
name = "anstream" |
|
version = "0.6.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
|
dependencies = [ |
|
"anstyle", |
|
"anstyle-parse", |
|
"anstyle-query", |
|
"anstyle-wincon", |
|
"colorchoice", |
|
"is_terminal_polyfill", |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle" |
|
version = "1.0.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
|
|
|
[[package]] |
|
name = "anstyle-parse" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
|
dependencies = [ |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-query" |
|
version = "1.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
|
dependencies = [ |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-wincon" |
|
version = "3.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
|
dependencies = [ |
|
"anstyle", |
|
"once_cell_polyfill", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
|
|
|
[[package]] |
|
name = "arbitrary" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
|
dependencies = [ |
|
"derive_arbitrary", |
|
] |
|
|
|
[[package]] |
|
name = "arc-swap" |
|
version = "1.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
|
|
|
[[package]] |
|
name = "askalono" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46676ccec8213bcc35a7e8562a8459138b8ae82c380bbc9ae7ffcfa247352972" |
|
dependencies = [ |
|
"anyhow", |
|
"flate2", |
|
"lazy_static", |
|
"log", |
|
"rayon", |
|
"regex", |
|
"rmp-serde", |
|
"serde", |
|
"serde_json", |
|
"unicode-normalization", |
|
"zstd", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.76" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" |
|
dependencies = [ |
|
"addr2line", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
"windows-link", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
|
|
|
[[package]] |
|
name = "bitvec" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
|
dependencies = [ |
|
"funty", |
|
"radium", |
|
"tap", |
|
"wyz", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block2" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
|
dependencies = [ |
|
"objc2", |
|
] |
|
|
|
[[package]] |
|
name = "borsh" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" |
|
dependencies = [ |
|
"borsh-derive", |
|
"cfg_aliases", |
|
] |
|
|
|
[[package]] |
|
name = "borsh-derive" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" |
|
dependencies = [ |
|
"once_cell", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "1.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
|
dependencies = [ |
|
"memchr", |
|
"regex-automata", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
|
|
|
[[package]] |
|
name = "byte-unit" |
|
version = "5.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d" |
|
dependencies = [ |
|
"rust_decimal", |
|
"schemars", |
|
"serde", |
|
"utf8-width", |
|
] |
|
|
|
[[package]] |
|
name = "bytecheck" |
|
version = "0.6.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" |
|
dependencies = [ |
|
"bytecheck_derive", |
|
"ptr_meta", |
|
"simdutf8", |
|
] |
|
|
|
[[package]] |
|
name = "bytecheck_derive" |
|
version = "0.6.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.24.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "byteorder-lite" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
|
|
|
[[package]] |
|
name = "cargo_toml" |
|
version = "0.22.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" |
|
dependencies = [ |
|
"serde", |
|
"toml 0.9.8", |
|
] |
|
|
|
[[package]] |
|
name = "cast" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.2.49" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" |
|
dependencies = [ |
|
"find-msvc-tools", |
|
"jobserver", |
|
"libc", |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
|
|
|
[[package]] |
|
name = "cfg_aliases" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" |
|
dependencies = [ |
|
"iana-time-zone", |
|
"num-traits", |
|
"windows-link", |
|
] |
|
|
|
[[package]] |
|
name = "chrono-tz" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" |
|
dependencies = [ |
|
"chrono", |
|
"chrono-tz-build", |
|
"phf", |
|
] |
|
|
|
[[package]] |
|
name = "chrono-tz-build" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" |
|
dependencies = [ |
|
"parse-zoneinfo", |
|
"phf", |
|
"phf_codegen", |
|
] |
|
|
|
[[package]] |
|
name = "ciborium" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
|
dependencies = [ |
|
"ciborium-io", |
|
"ciborium-ll", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "ciborium-io" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
|
|
|
[[package]] |
|
name = "ciborium-ll" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
|
dependencies = [ |
|
"ciborium-io", |
|
"half", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "4.5.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" |
|
dependencies = [ |
|
"clap_builder", |
|
"clap_derive", |
|
] |
|
|
|
[[package]] |
|
name = "clap-cargo" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38ae55615695e768a76899c8411b4ebacfbe525e964f94fd24f0007b10b45cd3" |
|
dependencies = [ |
|
"anstyle", |
|
"clap", |
|
] |
|
|
|
[[package]] |
|
name = "clap_builder" |
|
version = "4.5.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"clap_lex", |
|
"strsim", |
|
"terminal_size", |
|
] |
|
|
|
[[package]] |
|
name = "clap_complete" |
|
version = "4.5.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39615915e2ece2550c0149addac32fb5bd312c657f43845bb9088cb9c8a7c992" |
|
dependencies = [ |
|
"clap", |
|
] |
|
|
|
[[package]] |
|
name = "clap_derive" |
|
version = "4.5.49" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
|
|
|
[[package]] |
|
name = "clru" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" |
|
|
|
[[package]] |
|
name = "color_quant" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
|
|
[[package]] |
|
name = "colorchoice" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
|
|
|
[[package]] |
|
name = "colored" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" |
|
dependencies = [ |
|
"lazy_static", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "console" |
|
version = "0.15.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
|
dependencies = [ |
|
"encode_unicode", |
|
"libc", |
|
"once_cell", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
|
dependencies = [ |
|
"crc-catalog", |
|
] |
|
|
|
[[package]] |
|
name = "crc-catalog" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf" |
|
dependencies = [ |
|
"alloca", |
|
"anes", |
|
"cast", |
|
"ciborium", |
|
"clap", |
|
"criterion-plot", |
|
"itertools 0.13.0", |
|
"num-traits", |
|
"oorandom", |
|
"page_size", |
|
"plotters", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"tinytemplate", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "criterion-plot" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4" |
|
dependencies = [ |
|
"cast", |
|
"itertools 0.13.0", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
|
dependencies = [ |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
|
dependencies = [ |
|
"generic-array", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "6.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"hashbrown 0.14.5", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" |
|
dependencies = [ |
|
"powerfmt", |
|
] |
|
|
|
[[package]] |
|
name = "derive_arbitrary" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "deunicode" |
|
version = "1.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
dependencies = [ |
|
"block-buffer", |
|
"crypto-common", |
|
] |
|
|
|
[[package]] |
|
name = "dispatch2" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" |
|
dependencies = [ |
|
"bitflags", |
|
"objc2", |
|
] |
|
|
|
[[package]] |
|
name = "dunce" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
|
|
|
[[package]] |
|
name = "dyn-clone" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
|
|
|
[[package]] |
|
name = "enable-ansi-support" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea7457668b3da8a4b702f3d79e131aa3e81cd7e81cc95fb2d54fce9f182ecc77" |
|
dependencies = [ |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "encode_unicode" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "encoding_rs_io" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" |
|
dependencies = [ |
|
"encoding_rs", |
|
] |
|
|
|
[[package]] |
|
name = "env_filter" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" |
|
dependencies = [ |
|
"log", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.11.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"env_filter", |
|
"jiff", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
|
|
|
[[package]] |
|
name = "erased-serde" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" |
|
dependencies = [ |
|
"serde", |
|
"serde_core", |
|
"typeid", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "etcetera" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
|
dependencies = [ |
|
"cfg-if", |
|
"home", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "faster-hex" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" |
|
dependencies = [ |
|
"heapless", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
|
|
|
[[package]] |
|
name = "fdeflate" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
|
dependencies = [ |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "filetime" |
|
version = "0.2.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"libredox", |
|
"windows-sys 0.60.2", |
|
] |
|
|
|
[[package]] |
|
name = "find-msvc-tools" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2152dbcb980c05735e2a651d96011320a949eb31a0c8b38b72645ce97dec676" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foldhash" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
|
|
|
[[package]] |
|
name = "foldhash" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
|
|
|
[[package]] |
|
name = "fs_extra" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
|
|
|
[[package]] |
|
name = "funty" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
|
|
|
[[package]] |
|
name = "futures-timer" |
|
version = "3.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-macro", |
|
"futures-task", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"r-efi", |
|
"wasip2", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.32.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
|
|
|
[[package]] |
|
name = "gix" |
|
version = "0.75.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60beff35667fb0ac935c4c45941868d9cf5025e4b85c58deb3c5a65113e22ce4" |
|
dependencies = [ |
|
"gix-actor 0.36.0", |
|
"gix-attributes 0.28.1", |
|
"gix-command", |
|
"gix-commitgraph 0.30.1", |
|
"gix-config", |
|
"gix-date 0.11.0", |
|
"gix-diff", |
|
"gix-dir", |
|
"gix-discover 0.43.0", |
|
"gix-features 0.44.1", |
|
"gix-filter", |
|
"gix-fs 0.17.0", |
|
"gix-glob 0.22.1", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-ignore 0.17.1", |
|
"gix-index 0.43.0", |
|
"gix-lock 19.0.0", |
|
"gix-mailmap", |
|
"gix-object 0.52.0", |
|
"gix-odb", |
|
"gix-pack", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-protocol", |
|
"gix-ref 0.55.0", |
|
"gix-refspec", |
|
"gix-revision", |
|
"gix-revwalk 0.23.0", |
|
"gix-sec 0.12.2", |
|
"gix-shallow", |
|
"gix-status", |
|
"gix-submodule", |
|
"gix-tempfile 19.0.1", |
|
"gix-trace", |
|
"gix-traverse 0.49.0", |
|
"gix-url", |
|
"gix-utils", |
|
"gix-validate", |
|
"gix-worktree 0.44.0", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-actor" |
|
version = "0.35.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "987a51a7e66db6ef4dc030418eb2a42af6b913a79edd8670766122d8af3ba59e" |
|
dependencies = [ |
|
"bstr", |
|
"gix-date 0.10.7", |
|
"gix-utils", |
|
"itoa", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-actor" |
|
version = "0.36.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "694f6c16eb88b16b00b1d811e4e4bda6f79e9eb467a1b04fd5b848da677baa81" |
|
dependencies = [ |
|
"bstr", |
|
"gix-date 0.11.0", |
|
"gix-utils", |
|
"itoa", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-attributes" |
|
version = "0.26.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f50d813d5c2ce9463ba0c29eea90060df08e38ad8f34b8a192259f8bce5c078" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob 0.20.1", |
|
"gix-path", |
|
"gix-quote", |
|
"gix-trace", |
|
"kstring", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
"unicode-bom", |
|
] |
|
|
|
[[package]] |
|
name = "gix-attributes" |
|
version = "0.28.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc6591add69314fc43db078076a8da6f07957c65abb0b21c3e1b6a3cf50aa18d" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob 0.22.1", |
|
"gix-path", |
|
"gix-quote", |
|
"gix-trace", |
|
"kstring", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
"unicode-bom", |
|
] |
|
|
|
[[package]] |
|
name = "gix-bitmap" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e150161b8a75b5860521cb876b506879a3376d3adc857ec7a9d35e7c6a5e531" |
|
dependencies = [ |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-chunk" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c356b3825677cb6ff579551bb8311a81821e184453cbd105e2fc5311b288eeb" |
|
dependencies = [ |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-command" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "095c8367c9dc4872a7706fbc39c7f34271b88b541120a4365ff0e36366f66e62" |
|
dependencies = [ |
|
"bstr", |
|
"gix-path", |
|
"gix-quote", |
|
"gix-trace", |
|
"shell-words", |
|
] |
|
|
|
[[package]] |
|
name = "gix-commitgraph" |
|
version = "0.28.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e05050fd6caa6c731fe3bd7f9485b3b520be062d3d139cb2626e052d6c127951" |
|
dependencies = [ |
|
"bstr", |
|
"gix-chunk", |
|
"gix-hash 0.18.0", |
|
"memmap2", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-commitgraph" |
|
version = "0.30.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "826994ff6c01f1ff00d6a1844d7506717810a91ffed143da71e3bf39369751ef" |
|
dependencies = [ |
|
"bstr", |
|
"gix-chunk", |
|
"gix-hash 0.20.1", |
|
"memmap2", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-config" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9419284839421488b5ab9b9b88386bdc1e159a986c08e17ffa3e9a5cd2b139f5" |
|
dependencies = [ |
|
"bstr", |
|
"gix-config-value", |
|
"gix-features 0.44.1", |
|
"gix-glob 0.22.1", |
|
"gix-path", |
|
"gix-ref 0.55.0", |
|
"gix-sec 0.12.2", |
|
"memchr", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
"unicode-bom", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-config-value" |
|
version = "0.15.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c489abb061c74b0c3ad790e24a606ef968cebab48ec673d6a891ece7d5aef64" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"gix-path", |
|
"libc", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-date" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "661245d045aa7c16ba4244daaabd823c562c3e45f1f25b816be2c57ee09f2171" |
|
dependencies = [ |
|
"bstr", |
|
"itoa", |
|
"jiff", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-date" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f94626a5bc591a57025361a3a890092469e47c7667e59fc143439cd6eaf47fe" |
|
dependencies = [ |
|
"bstr", |
|
"itoa", |
|
"jiff", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-diff" |
|
version = "0.55.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfc7735ca267da78c37e916e9b32d67b0b0e3fc9401378920e9469b5d497dccf" |
|
dependencies = [ |
|
"bstr", |
|
"gix-attributes 0.28.1", |
|
"gix-command", |
|
"gix-filter", |
|
"gix-fs 0.17.0", |
|
"gix-hash 0.20.1", |
|
"gix-index 0.43.0", |
|
"gix-object 0.52.0", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-tempfile 19.0.1", |
|
"gix-trace", |
|
"gix-traverse 0.49.0", |
|
"gix-worktree 0.44.0", |
|
"imara-diff", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-dir" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb9a55642e31c81d235e6ab2a7f00343c0f79e70973245a8a1e1d16c498e3e86" |
|
dependencies = [ |
|
"bstr", |
|
"gix-discover 0.43.0", |
|
"gix-fs 0.17.0", |
|
"gix-ignore 0.17.1", |
|
"gix-index 0.43.0", |
|
"gix-object 0.52.0", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-trace", |
|
"gix-utils", |
|
"gix-worktree 0.44.0", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-discover" |
|
version = "0.40.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dccfe3e25b4ea46083916c56db3ba9d1e6ef6dce54da485f0463f9fc0fe1837c" |
|
dependencies = [ |
|
"bstr", |
|
"dunce", |
|
"gix-fs 0.15.0", |
|
"gix-hash 0.18.0", |
|
"gix-path", |
|
"gix-ref 0.52.1", |
|
"gix-sec 0.11.0", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-discover" |
|
version = "0.43.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "809f8dba9fbd7a054894ec222815742b96def1ca08e18c38b1dbc1f737dd213d" |
|
dependencies = [ |
|
"bstr", |
|
"dunce", |
|
"gix-fs 0.17.0", |
|
"gix-hash 0.20.1", |
|
"gix-path", |
|
"gix-ref 0.55.0", |
|
"gix-sec 0.12.2", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-features" |
|
version = "0.42.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed" |
|
dependencies = [ |
|
"gix-path", |
|
"gix-trace", |
|
"gix-utils", |
|
"libc", |
|
"prodash 29.0.2", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "gix-features" |
|
version = "0.44.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfa64593d1586135102307fb57fb3a9d3868b6b1f45a4da1352cce5070f8916a" |
|
dependencies = [ |
|
"crc32fast", |
|
"crossbeam-channel", |
|
"gix-path", |
|
"gix-trace", |
|
"gix-utils", |
|
"libc", |
|
"libz-rs-sys", |
|
"once_cell", |
|
"parking_lot", |
|
"prodash 30.0.1", |
|
"thiserror 2.0.17", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "gix-filter" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e137e7df1ae40fe2b49dcb2845c6bf7ac04cd53a320d72e761c598a6fd452ed" |
|
dependencies = [ |
|
"bstr", |
|
"encoding_rs", |
|
"gix-attributes 0.28.1", |
|
"gix-command", |
|
"gix-hash 0.20.1", |
|
"gix-object 0.52.0", |
|
"gix-packetline", |
|
"gix-path", |
|
"gix-quote", |
|
"gix-trace", |
|
"gix-utils", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-fs" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7" |
|
dependencies = [ |
|
"bstr", |
|
"fastrand", |
|
"gix-features 0.42.1", |
|
"gix-path", |
|
"gix-utils", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-fs" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f1ecd896258cdc5ccd94d18386d17906b8de265ad2ecf68e3bea6b007f6a28f" |
|
dependencies = [ |
|
"bstr", |
|
"fastrand", |
|
"gix-features 0.44.1", |
|
"gix-path", |
|
"gix-utils", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-glob" |
|
version = "0.20.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90181472925b587f6079698f79065ff64786e6d6c14089517a1972bca99fb6e9" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"gix-features 0.42.1", |
|
"gix-path", |
|
] |
|
|
|
[[package]] |
|
name = "gix-glob" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74254992150b0a88fdb3ad47635ab649512dff2cbbefca7916bb459894fc9d56" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"gix-features 0.44.1", |
|
"gix-path", |
|
] |
|
|
|
[[package]] |
|
name = "gix-hash" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8" |
|
dependencies = [ |
|
"faster-hex", |
|
"gix-features 0.42.1", |
|
"sha1-checked", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-hash" |
|
version = "0.20.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "826036a9bee95945b0be1e2394c64cd4289916c34a639818f8fd5153906985c1" |
|
dependencies = [ |
|
"faster-hex", |
|
"gix-features 0.44.1", |
|
"sha1-checked", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-hashtable" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904" |
|
dependencies = [ |
|
"gix-hash 0.18.0", |
|
"hashbrown 0.14.5", |
|
"parking_lot", |
|
] |
|
|
|
[[package]] |
|
name = "gix-hashtable" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a27d4a3ea9640da504a2657fef3419c517fd71f1767ad8935298bcc805edd195" |
|
dependencies = [ |
|
"gix-hash 0.20.1", |
|
"hashbrown 0.16.1", |
|
"parking_lot", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ignore" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae358c3c96660b10abc7da63c06788dfded603e717edbd19e38c6477911b71c8" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob 0.20.1", |
|
"gix-path", |
|
"gix-trace", |
|
"unicode-bom", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ignore" |
|
version = "0.17.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93b6a9679a1488123b7f2929684bacfd9cd2a24f286b52203b8752cbb8d7fc49" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob 0.22.1", |
|
"gix-path", |
|
"gix-trace", |
|
"unicode-bom", |
|
] |
|
|
|
[[package]] |
|
name = "gix-index" |
|
version = "0.40.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b38e919efd59cb8275d23ad2394b2ab9d002007b27620e145d866d546403b665" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"filetime", |
|
"fnv", |
|
"gix-bitmap", |
|
"gix-features 0.42.1", |
|
"gix-fs 0.15.0", |
|
"gix-hash 0.18.0", |
|
"gix-lock 17.1.0", |
|
"gix-object 0.49.1", |
|
"gix-traverse 0.46.2", |
|
"gix-utils", |
|
"gix-validate", |
|
"hashbrown 0.14.5", |
|
"itoa", |
|
"libc", |
|
"memmap2", |
|
"rustix", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-index" |
|
version = "0.43.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eab6410318b98750883eb3e35eb999abfb155b407eb0580726d4d868b60cde04" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"filetime", |
|
"fnv", |
|
"gix-bitmap", |
|
"gix-features 0.44.1", |
|
"gix-fs 0.17.0", |
|
"gix-hash 0.20.1", |
|
"gix-lock 19.0.0", |
|
"gix-object 0.52.0", |
|
"gix-traverse 0.49.0", |
|
"gix-utils", |
|
"gix-validate", |
|
"hashbrown 0.16.1", |
|
"itoa", |
|
"libc", |
|
"memmap2", |
|
"rustix", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-lock" |
|
version = "17.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796" |
|
dependencies = [ |
|
"gix-tempfile 17.1.0", |
|
"gix-utils", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-lock" |
|
version = "19.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "729d7857429a66023bc0c29d60fa21d0d6ae8862f33c1937ba89e0f74dd5c67f" |
|
dependencies = [ |
|
"gix-tempfile 19.0.1", |
|
"gix-utils", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-mailmap" |
|
version = "0.28.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a97041c66c8b6c2f34cf6b8585a36e28a07401a611a69d8a5d2cee0eea2aa72" |
|
dependencies = [ |
|
"bstr", |
|
"gix-actor 0.36.0", |
|
"gix-date 0.11.0", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-object" |
|
version = "0.49.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb" |
|
dependencies = [ |
|
"bstr", |
|
"gix-actor 0.35.6", |
|
"gix-date 0.10.7", |
|
"gix-features 0.42.1", |
|
"gix-hash 0.18.0", |
|
"gix-hashtable 0.8.1", |
|
"gix-path", |
|
"gix-utils", |
|
"gix-validate", |
|
"itoa", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-object" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "84743d1091c501a56f00d7f4c595cb30f20fcef6503b32ac0a1ff3817efd7b5d" |
|
dependencies = [ |
|
"bstr", |
|
"gix-actor 0.36.0", |
|
"gix-date 0.11.0", |
|
"gix-features 0.44.1", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-path", |
|
"gix-utils", |
|
"gix-validate", |
|
"itoa", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-odb" |
|
version = "0.72.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f81b480252f3a4d55f87e6e358c4c6f7615f98b1742e1e70118c57282a92e82" |
|
dependencies = [ |
|
"arc-swap", |
|
"gix-date 0.11.0", |
|
"gix-features 0.44.1", |
|
"gix-fs 0.17.0", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-object 0.52.0", |
|
"gix-pack", |
|
"gix-path", |
|
"gix-quote", |
|
"parking_lot", |
|
"tempfile", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-pack" |
|
version = "0.62.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38e868463538731a0fd99f3950637957413bbfbe69143520c0b5c1e163303577" |
|
dependencies = [ |
|
"clru", |
|
"gix-chunk", |
|
"gix-features 0.44.1", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-object 0.52.0", |
|
"gix-path", |
|
"memmap2", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
"uluru", |
|
] |
|
|
|
[[package]] |
|
name = "gix-packetline" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fad0ffb982a289888087a165d3e849cbac724f2aa5431236b050dd2cb9c7de31" |
|
dependencies = [ |
|
"bstr", |
|
"faster-hex", |
|
"gix-trace", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-path" |
|
version = "0.10.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7cb06c3e4f8eed6e24fd915fa93145e28a511f4ea0e768bae16673e05ed3f366" |
|
dependencies = [ |
|
"bstr", |
|
"gix-trace", |
|
"gix-validate", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-pathspec" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d05e28457dca7c65a2dbe118869aab922a5bd382b7bb10cff5354f366845c128" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"gix-attributes 0.28.1", |
|
"gix-config-value", |
|
"gix-glob 0.22.1", |
|
"gix-path", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-protocol" |
|
version = "0.53.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6947d3b919ec8d10738f4251905a8485366ffdd24942cdbe9c6b69376bf57d64" |
|
dependencies = [ |
|
"bstr", |
|
"gix-date 0.11.0", |
|
"gix-features 0.44.1", |
|
"gix-hash 0.20.1", |
|
"gix-ref 0.55.0", |
|
"gix-shallow", |
|
"gix-transport", |
|
"gix-utils", |
|
"maybe-async", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-quote" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e912ec04b7b1566a85ad486db0cab6b9955e3e32bcd3c3a734542ab3af084c5b" |
|
dependencies = [ |
|
"bstr", |
|
"gix-utils", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ref" |
|
version = "0.52.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762" |
|
dependencies = [ |
|
"gix-actor 0.35.6", |
|
"gix-features 0.42.1", |
|
"gix-fs 0.15.0", |
|
"gix-hash 0.18.0", |
|
"gix-lock 17.1.0", |
|
"gix-object 0.49.1", |
|
"gix-path", |
|
"gix-tempfile 17.1.0", |
|
"gix-utils", |
|
"gix-validate", |
|
"memmap2", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ref" |
|
version = "0.55.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e51330a32f173c8e831731dfef8e93a748c23c057f4b028841f222564cad84cb" |
|
dependencies = [ |
|
"gix-actor 0.36.0", |
|
"gix-features 0.44.1", |
|
"gix-fs 0.17.0", |
|
"gix-hash 0.20.1", |
|
"gix-lock 19.0.0", |
|
"gix-object 0.52.0", |
|
"gix-path", |
|
"gix-tempfile 19.0.1", |
|
"gix-utils", |
|
"gix-validate", |
|
"memmap2", |
|
"thiserror 2.0.17", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-refspec" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f88233214a302d61e60bb9d1387043c1759b761dba4a8704b341fecbf6b1266" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob 0.22.1", |
|
"gix-hash 0.20.1", |
|
"gix-revision", |
|
"gix-validate", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-revision" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ffe7f489bd27e7e388885210bc189088012db6062ccc75d713d1cef8eff56883" |
|
dependencies = [ |
|
"bitflags", |
|
"bstr", |
|
"gix-commitgraph 0.30.1", |
|
"gix-date 0.11.0", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-object 0.52.0", |
|
"gix-revwalk 0.23.0", |
|
"gix-trace", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-revwalk" |
|
version = "0.20.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28" |
|
dependencies = [ |
|
"gix-commitgraph 0.28.0", |
|
"gix-date 0.10.7", |
|
"gix-hash 0.18.0", |
|
"gix-hashtable 0.8.1", |
|
"gix-object 0.49.1", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-revwalk" |
|
version = "0.23.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd2fae8449d97fb92078c46cb63544e0024955f43738a610d24277a3b01d5a00" |
|
dependencies = [ |
|
"gix-commitgraph 0.30.1", |
|
"gix-date 0.11.0", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-object 0.52.0", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-sec" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0dabbc78c759ecc006b970339394951b2c8e1e38a37b072c105b80b84c308fd" |
|
dependencies = [ |
|
"bitflags", |
|
"gix-path", |
|
"libc", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "gix-sec" |
|
version = "0.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea9962ed6d9114f7f100efe038752f41283c225bb507a2888903ac593dffa6be" |
|
dependencies = [ |
|
"bitflags", |
|
"gix-path", |
|
"libc", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "gix-shallow" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2374692db1ee1ffa0eddcb9e86ec218f7c4cdceda800ebc5a9fdf73a8c08223" |
|
dependencies = [ |
|
"bstr", |
|
"gix-hash 0.20.1", |
|
"gix-lock 19.0.0", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-status" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53c9ad16b4d9da73d527eb6d1be05de9e0641855b8084b362dd657255684f81f" |
|
dependencies = [ |
|
"bstr", |
|
"filetime", |
|
"gix-diff", |
|
"gix-dir", |
|
"gix-features 0.44.1", |
|
"gix-filter", |
|
"gix-fs 0.17.0", |
|
"gix-hash 0.20.1", |
|
"gix-index 0.43.0", |
|
"gix-object 0.52.0", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-worktree 0.44.0", |
|
"portable-atomic", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-submodule" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b79f64c669d8578f45046b3ffb8d4d9cc4beb798871ff638a7b5c1f59dbd2fc" |
|
dependencies = [ |
|
"bstr", |
|
"gix-config", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-refspec", |
|
"gix-url", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-tempfile" |
|
version = "17.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa" |
|
dependencies = [ |
|
"gix-fs 0.15.0", |
|
"libc", |
|
"once_cell", |
|
"parking_lot", |
|
"signal-hook", |
|
"signal-hook-registry", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "gix-tempfile" |
|
version = "19.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e265fc6b54e57693232a79d84038381ebfda7b1a3b1b8a9320d4d5fe6e820086" |
|
dependencies = [ |
|
"dashmap", |
|
"gix-fs 0.17.0", |
|
"libc", |
|
"parking_lot", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "gix-testtools" |
|
version = "0.16.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8d46e2dc4fd0cbe726e3c0768efc8c5dba114bdfb216fde5d3b72f6ea77ec6c" |
|
dependencies = [ |
|
"bstr", |
|
"crc", |
|
"fastrand", |
|
"fs_extra", |
|
"gix-discover 0.40.1", |
|
"gix-fs 0.15.0", |
|
"gix-lock 17.1.0", |
|
"gix-tempfile 17.1.0", |
|
"gix-worktree 0.41.0", |
|
"io-close", |
|
"is_ci", |
|
"once_cell", |
|
"parking_lot", |
|
"tar", |
|
"tempfile", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-trace" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d3f59a8de2934f6391b6b3a1a7654eae18961fcb9f9c843533fed34ad0f3457" |
|
|
|
[[package]] |
|
name = "gix-transport" |
|
version = "0.50.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e058d6667165dba7642b3c293d7c355e2a964acef9bc9408604547d952943a8f" |
|
dependencies = [ |
|
"bstr", |
|
"gix-command", |
|
"gix-features 0.44.1", |
|
"gix-packetline", |
|
"gix-quote", |
|
"gix-sec 0.12.2", |
|
"gix-url", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-traverse" |
|
version = "0.46.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8648172f85aca3d6e919c06504b7ac26baef54e04c55eb0100fa588c102cc33" |
|
dependencies = [ |
|
"bitflags", |
|
"gix-commitgraph 0.28.0", |
|
"gix-date 0.10.7", |
|
"gix-hash 0.18.0", |
|
"gix-hashtable 0.8.1", |
|
"gix-object 0.49.1", |
|
"gix-revwalk 0.20.1", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-traverse" |
|
version = "0.49.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "054c79f4c3f87e794ff7dc1fec8306a2bb563cfb38f6be2dc0e4c0fa82f74d59" |
|
dependencies = [ |
|
"bitflags", |
|
"gix-commitgraph 0.30.1", |
|
"gix-date 0.11.0", |
|
"gix-hash 0.20.1", |
|
"gix-hashtable 0.10.0", |
|
"gix-object 0.52.0", |
|
"gix-revwalk 0.23.0", |
|
"smallvec", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-url" |
|
version = "0.33.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d995249a1cf1ad79ba10af6499d4bf37cb78035c0983eaa09ec5910da694957c" |
|
dependencies = [ |
|
"bstr", |
|
"gix-features 0.44.1", |
|
"gix-path", |
|
"percent-encoding", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-utils" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5" |
|
dependencies = [ |
|
"bstr", |
|
"fastrand", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "gix-validate" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b1e63a5b516e970a594f870ed4571a8fdcb8a344e7bd407a20db8bd61dbfde4" |
|
dependencies = [ |
|
"bstr", |
|
"thiserror 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "gix-worktree" |
|
version = "0.41.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54f1916f8d928268300c977d773dd70a8746b646873b77add0a34876a8c847e9" |
|
dependencies = [ |
|
"bstr", |
|
"gix-attributes 0.26.1", |
|
"gix-features 0.42.1", |
|
"gix-fs 0.15.0", |
|
"gix-glob 0.20.1", |
|
"gix-hash 0.18.0", |
|
"gix-ignore 0.15.0", |
|
"gix-index 0.40.1", |
|
"gix-object 0.49.1", |
|
"gix-path", |
|
"gix-validate", |
|
] |
|
|
|
[[package]] |
|
name = "gix-worktree" |
|
version = "0.44.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "428e8928e0e27341b58aa89e20adaf643efd6a8f863bc9cdf3ec6199c2110c96" |
|
dependencies = [ |
|
"bstr", |
|
"gix-attributes 0.28.1", |
|
"gix-features 0.44.1", |
|
"gix-fs 0.17.0", |
|
"gix-glob 0.22.1", |
|
"gix-hash 0.20.1", |
|
"gix-ignore 0.17.1", |
|
"gix-index 0.43.0", |
|
"gix-object 0.52.0", |
|
"gix-path", |
|
"gix-validate", |
|
] |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
|
|
|
[[package]] |
|
name = "globset" |
|
version = "0.4.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" |
|
dependencies = [ |
|
"aho-corasick", |
|
"bstr", |
|
"log", |
|
"regex-automata", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "globwalk" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
|
dependencies = [ |
|
"bitflags", |
|
"ignore", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "grep-matcher" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36d7b71093325ab22d780b40d7df3066ae4aebb518ba719d38c697a8228a8023" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "grep-searcher" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac63295322dc48ebb20a25348147905d816318888e64f531bfc2a2bc0577dc34" |
|
dependencies = [ |
|
"bstr", |
|
"encoding_rs", |
|
"encoding_rs_io", |
|
"grep-matcher", |
|
"log", |
|
"memchr", |
|
"memmap2", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "2.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
|
dependencies = [ |
|
"cfg-if", |
|
"crunchy", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "hash32" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
dependencies = [ |
|
"ahash 0.7.8", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
dependencies = [ |
|
"ahash 0.8.12", |
|
"allocator-api2", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.15.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
|
dependencies = [ |
|
"foldhash 0.1.5", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.16.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
|
dependencies = [ |
|
"allocator-api2", |
|
"equivalent", |
|
"foldhash 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "heapless" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" |
|
dependencies = [ |
|
"hash32", |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
[[package]] |
|
name = "home" |
|
version = "0.5.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
|
dependencies = [ |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "human-panic" |
|
version = "2.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a8a07a0957cd4a3cad4a1e4ca7cd5ea07fcacef6ebe2e5d0c7935bfc95120d8" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"backtrace", |
|
"os_info", |
|
"serde", |
|
"serde_derive", |
|
"toml 0.9.8", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "humansize" |
|
version = "2.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
|
dependencies = [ |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.64" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"log", |
|
"wasm-bindgen", |
|
"windows-core", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "ignore" |
|
version = "0.4.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"globset", |
|
"log", |
|
"memchr", |
|
"regex-automata", |
|
"same-file", |
|
"walkdir", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "image" |
|
version = "0.25.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" |
|
dependencies = [ |
|
"bytemuck", |
|
"byteorder-lite", |
|
"color_quant", |
|
"image-webp", |
|
"moxcms", |
|
"num-traits", |
|
"png", |
|
"zune-core", |
|
"zune-jpeg", |
|
] |
|
|
|
[[package]] |
|
name = "image-webp" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
|
dependencies = [ |
|
"byteorder-lite", |
|
"quick-error", |
|
] |
|
|
|
[[package]] |
|
name = "imara-diff" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" |
|
dependencies = [ |
|
"hashbrown 0.15.5", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.16.1", |
|
] |
|
|
|
[[package]] |
|
name = "insta" |
|
version = "1.44.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" |
|
dependencies = [ |
|
"console", |
|
"once_cell", |
|
"pest", |
|
"pest_derive", |
|
"serde", |
|
"similar", |
|
] |
|
|
|
[[package]] |
|
name = "inventory" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" |
|
dependencies = [ |
|
"rustversion", |
|
] |
|
|
|
[[package]] |
|
name = "io-close" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "is_ci" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" |
|
|
|
[[package]] |
|
name = "is_terminal_polyfill" |
|
version = "1.70.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
|
|
|
[[package]] |
|
name = "jiff" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" |
|
dependencies = [ |
|
"jiff-static", |
|
"jiff-tzdb-platform", |
|
"log", |
|
"portable-atomic", |
|
"portable-atomic-util", |
|
"serde_core", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "jiff-static" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "jiff-tzdb" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524" |
|
|
|
[[package]] |
|
name = "jiff-tzdb-platform" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" |
|
dependencies = [ |
|
"jiff-tzdb", |
|
] |
|
|
|
[[package]] |
|
name = "jobserver" |
|
version = "0.1.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
|
dependencies = [ |
|
"getrandom 0.3.4", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.83" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" |
|
dependencies = [ |
|
"once_cell", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "json5" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" |
|
dependencies = [ |
|
"pest", |
|
"pest_derive", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "kstring" |
|
version = "2.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" |
|
dependencies = [ |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.178" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
|
|
|
[[package]] |
|
name = "libredox" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" |
|
dependencies = [ |
|
"bitflags", |
|
"libc", |
|
"redox_syscall", |
|
] |
|
|
|
[[package]] |
|
name = "libz-rs-sys" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b484ba8d4f775eeca644c452a56650e544bf7e617f1d170fe7298122ead5222" |
|
dependencies = [ |
|
"zlib-rs", |
|
] |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
|
|
|
[[package]] |
|
name = "maybe-async" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
|
|
|
[[package]] |
|
name = "memmap2" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.8.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
|
dependencies = [ |
|
"adler2", |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "moxcms" |
|
version = "0.7.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80986bbbcf925ebd3be54c26613d861255284584501595cf418320c078945608" |
|
dependencies = [ |
|
"num-traits", |
|
"pxfm", |
|
] |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.30.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"cfg_aliases", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "npm-package-json" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df163f89771bd6654d5e116952b9ab2d0b952cd8e3315ddaa615f6d2bfbb1fde" |
|
dependencies = [ |
|
"serde", |
|
"serde_json", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "num-conv" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
[[package]] |
|
name = "num-format" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" |
|
dependencies = [ |
|
"arrayvec", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "objc2" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" |
|
dependencies = [ |
|
"objc2-encode", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-cloud-kit" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" |
|
dependencies = [ |
|
"bitflags", |
|
"objc2", |
|
"objc2-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-core-data" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" |
|
dependencies = [ |
|
"objc2", |
|
"objc2-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-core-foundation" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
|
dependencies = [ |
|
"bitflags", |
|
"dispatch2", |
|
"objc2", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-core-graphics" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
|
dependencies = [ |
|
"bitflags", |
|
"dispatch2", |
|
"objc2", |
|
"objc2-core-foundation", |
|
"objc2-io-surface", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-core-image" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" |
|
dependencies = [ |
|
"objc2", |
|
"objc2-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-core-location" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009" |
|
dependencies = [ |
|
"objc2", |
|
"objc2-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-core-text" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" |
|
dependencies = [ |
|
"bitflags", |
|
"objc2", |
|
"objc2-core-foundation", |
|
"objc2-core-graphics", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-encode" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
|
|
|
[[package]] |
|
name = "objc2-foundation" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
|
dependencies = [ |
|
"bitflags", |
|
"block2", |
|
"libc", |
|
"objc2", |
|
"objc2-core-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-io-surface" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
|
dependencies = [ |
|
"bitflags", |
|
"objc2", |
|
"objc2-core-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-quartz-core" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" |
|
dependencies = [ |
|
"bitflags", |
|
"objc2", |
|
"objc2-core-foundation", |
|
"objc2-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-ui-kit" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" |
|
dependencies = [ |
|
"bitflags", |
|
"block2", |
|
"objc2", |
|
"objc2-cloud-kit", |
|
"objc2-core-data", |
|
"objc2-core-foundation", |
|
"objc2-core-graphics", |
|
"objc2-core-image", |
|
"objc2-core-location", |
|
"objc2-core-text", |
|
"objc2-foundation", |
|
"objc2-quartz-core", |
|
"objc2-user-notifications", |
|
] |
|
|
|
[[package]] |
|
name = "objc2-user-notifications" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e" |
|
dependencies = [ |
|
"objc2", |
|
"objc2-foundation", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.37.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.21.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
|
|
|
[[package]] |
|
name = "once_cell_polyfill" |
|
version = "1.70.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
|
|
|
[[package]] |
|
name = "onefetch" |
|
version = "2.25.0" |
|
dependencies = [ |
|
"anyhow", |
|
"askalono", |
|
"byte-unit", |
|
"clap", |
|
"clap_complete", |
|
"criterion", |
|
"crossbeam-channel", |
|
"enable-ansi-support", |
|
"gix", |
|
"gix-features 0.44.1", |
|
"gix-testtools", |
|
"globset", |
|
"human-panic", |
|
"image", |
|
"insta", |
|
"lazy_static", |
|
"num-format", |
|
"onefetch-ascii", |
|
"onefetch-image", |
|
"onefetch-manifest", |
|
"owo-colors", |
|
"regex", |
|
"rstest", |
|
"serde", |
|
"serde_json", |
|
"serde_yaml", |
|
"strum", |
|
"tera", |
|
"time", |
|
"time-humanize", |
|
"tokei", |
|
"typetag", |
|
"winres", |
|
] |
|
|
|
[[package]] |
|
name = "onefetch-ascii" |
|
version = "2.25.0" |
|
dependencies = [ |
|
"owo-colors", |
|
] |
|
|
|
[[package]] |
|
name = "onefetch-image" |
|
version = "2.25.0" |
|
dependencies = [ |
|
"anyhow", |
|
"base64", |
|
"clap", |
|
"color_quant", |
|
"image", |
|
"rustix", |
|
] |
|
|
|
[[package]] |
|
name = "onefetch-manifest" |
|
version = "2.25.0" |
|
dependencies = [ |
|
"anyhow", |
|
"cargo_toml", |
|
"npm-package-json", |
|
"strum", |
|
] |
|
|
|
[[package]] |
|
name = "oorandom" |
|
version = "11.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
|
|
|
[[package]] |
|
name = "os_info" |
|
version = "3.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c39b5918402d564846d5aba164c09a66cc88d232179dfd3e3c619a25a268392" |
|
dependencies = [ |
|
"android_system_properties", |
|
"log", |
|
"nix", |
|
"objc2", |
|
"objc2-foundation", |
|
"objc2-ui-kit", |
|
"serde", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "owo-colors" |
|
version = "4.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" |
|
|
|
[[package]] |
|
name = "page_size" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-link", |
|
] |
|
|
|
[[package]] |
|
name = "parse-zoneinfo" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
|
dependencies = [ |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
|
|
|
[[package]] |
|
name = "pest" |
|
version = "2.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" |
|
dependencies = [ |
|
"memchr", |
|
"ucd-trie", |
|
] |
|
|
|
[[package]] |
|
name = "pest_derive" |
|
version = "2.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" |
|
dependencies = [ |
|
"pest", |
|
"pest_generator", |
|
] |
|
|
|
[[package]] |
|
name = "pest_generator" |
|
version = "2.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" |
|
dependencies = [ |
|
"pest", |
|
"pest_meta", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "pest_meta" |
|
version = "2.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" |
|
dependencies = [ |
|
"pest", |
|
"sha2", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
|
dependencies = [ |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
|
|
|
[[package]] |
|
name = "plotters" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
|
dependencies = [ |
|
"num-traits", |
|
"plotters-backend", |
|
"plotters-svg", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "plotters-backend" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
|
|
|
[[package]] |
|
name = "plotters-svg" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
|
dependencies = [ |
|
"plotters-backend", |
|
] |
|
|
|
[[package]] |
|
name = "png" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" |
|
dependencies = [ |
|
"bitflags", |
|
"crc32fast", |
|
"fdeflate", |
|
"flate2", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "portable-atomic" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
|
|
|
[[package]] |
|
name = "portable-atomic-util" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" |
|
dependencies = [ |
|
"portable-atomic", |
|
] |
|
|
|
[[package]] |
|
name = "powerfmt" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
|
dependencies = [ |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" |
|
dependencies = [ |
|
"toml_edit 0.23.9", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.103" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prodash" |
|
version = "29.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc" |
|
dependencies = [ |
|
"log", |
|
"parking_lot", |
|
] |
|
|
|
[[package]] |
|
name = "prodash" |
|
version = "30.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139" |
|
dependencies = [ |
|
"parking_lot", |
|
] |
|
|
|
[[package]] |
|
name = "ptr_meta" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
|
dependencies = [ |
|
"ptr_meta_derive", |
|
] |
|
|
|
[[package]] |
|
name = "ptr_meta_derive" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "pxfm" |
|
version = "0.1.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "quick-error" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "r-efi" |
|
version = "5.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
|
|
|
[[package]] |
|
name = "radium" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
dependencies = [ |
|
"libc", |
|
"rand_chacha", |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
dependencies = [ |
|
"getrandom 0.2.16", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
|
dependencies = [ |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.5.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "ref-cast" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
|
dependencies = [ |
|
"ref-cast-impl", |
|
] |
|
|
|
[[package]] |
|
name = "ref-cast-impl" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
|
|
|
[[package]] |
|
name = "relative-path" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" |
|
|
|
[[package]] |
|
name = "rend" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" |
|
dependencies = [ |
|
"bytecheck", |
|
] |
|
|
|
[[package]] |
|
name = "rkyv" |
|
version = "0.7.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" |
|
dependencies = [ |
|
"bitvec", |
|
"bytecheck", |
|
"bytes", |
|
"hashbrown 0.12.3", |
|
"ptr_meta", |
|
"rend", |
|
"rkyv_derive", |
|
"seahash", |
|
"tinyvec", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "rkyv_derive" |
|
version = "0.7.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "rmp" |
|
version = "0.8.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" |
|
dependencies = [ |
|
"byteorder", |
|
"num-traits", |
|
"paste", |
|
] |
|
|
|
[[package]] |
|
name = "rmp-serde" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" |
|
dependencies = [ |
|
"byteorder", |
|
"rmp", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "rstest" |
|
version = "0.26.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" |
|
dependencies = [ |
|
"futures-timer", |
|
"futures-util", |
|
"rstest_macros", |
|
] |
|
|
|
[[package]] |
|
name = "rstest_macros" |
|
version = "0.26.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" |
|
dependencies = [ |
|
"cfg-if", |
|
"glob", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"regex", |
|
"relative-path", |
|
"rustc_version", |
|
"syn 2.0.111", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "rust_decimal" |
|
version = "1.39.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282" |
|
dependencies = [ |
|
"arrayvec", |
|
"borsh", |
|
"bytes", |
|
"num-traits", |
|
"rand", |
|
"rkyv", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" |
|
dependencies = [ |
|
"bitflags", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "schemars" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" |
|
dependencies = [ |
|
"dyn-clone", |
|
"ref-cast", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[package]] |
|
name = "seahash" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.228" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
|
dependencies = [ |
|
"serde_core", |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_core" |
|
version = "1.0.228" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.228" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.145" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
"serde_core", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" |
|
dependencies = [ |
|
"serde_core", |
|
] |
|
|
|
[[package]] |
|
name = "serde_yaml" |
|
version = "0.9.34+deprecated" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
|
dependencies = [ |
|
"indexmap", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
"unsafe-libyaml", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sha1-checked" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" |
|
dependencies = [ |
|
"digest", |
|
"sha1", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "shell-words" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" |
|
|
|
[[package]] |
|
name = "shlex" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
[[package]] |
|
name = "signal-hook" |
|
version = "0.3.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "simd-adler32" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
|
[[package]] |
|
name = "simdutf8" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
|
|
|
[[package]] |
|
name = "similar" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
|
|
|
[[package]] |
|
name = "slug" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" |
|
dependencies = [ |
|
"deunicode", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.27.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
|
dependencies = [ |
|
"strum_macros", |
|
] |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.27.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.109" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.111" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "table_formatter" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "beef5d3fd5472c911d41286849de6a9aee93327f7fae9fb9148fe9ff0102c17d" |
|
dependencies = [ |
|
"colored", |
|
"itertools 0.11.0", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "tap" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
[[package]] |
|
name = "tar" |
|
version = "0.4.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" |
|
dependencies = [ |
|
"filetime", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.23.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" |
|
dependencies = [ |
|
"fastrand", |
|
"getrandom 0.3.4", |
|
"once_cell", |
|
"rustix", |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "tera" |
|
version = "1.20.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722" |
|
dependencies = [ |
|
"chrono", |
|
"chrono-tz", |
|
"globwalk", |
|
"humansize", |
|
"lazy_static", |
|
"percent-encoding", |
|
"pest", |
|
"pest_derive", |
|
"rand", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"slug", |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "term_size" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "terminal_size" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" |
|
dependencies = [ |
|
"rustix", |
|
"windows-sys 0.60.2", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
dependencies = [ |
|
"thiserror-impl 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "2.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
|
dependencies = [ |
|
"thiserror-impl 2.0.17", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "2.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"num-conv", |
|
"powerfmt", |
|
"serde", |
|
"time-core", |
|
"time-macros", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" |
|
|
|
[[package]] |
|
name = "time-humanize" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3e32d019b4f7c100bcd5494e40a27119d45b71fba2b07a4684153129279a4647" |
|
dependencies = [ |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.2.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" |
|
dependencies = [ |
|
"num-conv", |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "tinytemplate" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
|
dependencies = [ |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
|
[[package]] |
|
name = "tokei" |
|
version = "13.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a9791c506cf4a8b6ab053c88ec41a1e2ae19df2f6e81f3bfc34380d1d6e2964" |
|
dependencies = [ |
|
"aho-corasick", |
|
"arbitrary", |
|
"clap", |
|
"clap-cargo", |
|
"colored", |
|
"crossbeam-channel", |
|
"dashmap", |
|
"encoding_rs_io", |
|
"env_logger", |
|
"etcetera", |
|
"grep-searcher", |
|
"ignore", |
|
"json5", |
|
"log", |
|
"num-format", |
|
"once_cell", |
|
"parking_lot", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"table_formatter", |
|
"tera", |
|
"term_size", |
|
"toml 0.8.23", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.8.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned 0.6.9", |
|
"toml_datetime 0.6.11", |
|
"toml_edit 0.22.27", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" |
|
dependencies = [ |
|
"indexmap", |
|
"serde_core", |
|
"serde_spanned 1.0.3", |
|
"toml_datetime 0.7.3", |
|
"toml_parser", |
|
"toml_writer", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" |
|
dependencies = [ |
|
"serde_core", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.22.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned 0.6.9", |
|
"toml_datetime 0.6.11", |
|
"toml_write", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.23.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832" |
|
dependencies = [ |
|
"indexmap", |
|
"toml_datetime 0.7.3", |
|
"toml_parser", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_parser" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" |
|
dependencies = [ |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "toml_write" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
|
|
|
[[package]] |
|
name = "toml_writer" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" |
|
|
|
[[package]] |
|
name = "typeid" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
|
|
|
[[package]] |
|
name = "typetag" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf" |
|
dependencies = [ |
|
"erased-serde", |
|
"inventory", |
|
"once_cell", |
|
"serde", |
|
"typetag-impl", |
|
] |
|
|
|
[[package]] |
|
name = "typetag-impl" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "ucd-trie" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
|
|
|
[[package]] |
|
name = "uluru" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" |
|
dependencies = [ |
|
"arrayvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bom" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
[[package]] |
|
name = "unsafe-libyaml" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
|
|
|
[[package]] |
|
name = "utf8-width" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" |
|
|
|
[[package]] |
|
name = "utf8parse" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "1.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" |
|
dependencies = [ |
|
"getrandom 0.3.4", |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
|
dependencies = [ |
|
"same-file", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.11.1+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
|
|
|
[[package]] |
|
name = "wasip2" |
|
version = "1.0.1+wasi-0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
|
dependencies = [ |
|
"wit-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.106" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"rustversion", |
|
"wasm-bindgen-macro", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.106" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.106" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" |
|
dependencies = [ |
|
"bumpalo", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.106" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.83" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu", |
|
"winapi-x86_64-pc-windows-gnu", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
|
dependencies = [ |
|
"windows-sys 0.61.2", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows-core" |
|
version = "0.62.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
|
dependencies = [ |
|
"windows-implement", |
|
"windows-interface", |
|
"windows-link", |
|
"windows-result", |
|
"windows-strings", |
|
] |
|
|
|
[[package]] |
|
name = "windows-implement" |
|
version = "0.60.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "windows-interface" |
|
version = "0.59.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "windows-link" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
|
|
|
[[package]] |
|
name = "windows-result" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
|
dependencies = [ |
|
"windows-link", |
|
] |
|
|
|
[[package]] |
|
name = "windows-strings" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
|
dependencies = [ |
|
"windows-link", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
dependencies = [ |
|
"windows-targets 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.59.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.60.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
|
dependencies = [ |
|
"windows-targets 0.53.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.61.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
|
dependencies = [ |
|
"windows-link", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.48.5", |
|
"windows_aarch64_msvc 0.48.5", |
|
"windows_i686_gnu 0.48.5", |
|
"windows_i686_msvc 0.48.5", |
|
"windows_x86_64_gnu 0.48.5", |
|
"windows_x86_64_gnullvm 0.48.5", |
|
"windows_x86_64_msvc 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.52.6", |
|
"windows_aarch64_msvc 0.52.6", |
|
"windows_i686_gnu 0.52.6", |
|
"windows_i686_gnullvm 0.52.6", |
|
"windows_i686_msvc 0.52.6", |
|
"windows_x86_64_gnu 0.52.6", |
|
"windows_x86_64_gnullvm 0.52.6", |
|
"windows_x86_64_msvc 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.53.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
|
dependencies = [ |
|
"windows-link", |
|
"windows_aarch64_gnullvm 0.53.1", |
|
"windows_aarch64_msvc 0.53.1", |
|
"windows_i686_gnu 0.53.1", |
|
"windows_i686_gnullvm 0.53.1", |
|
"windows_i686_msvc 0.53.1", |
|
"windows_x86_64_gnu 0.53.1", |
|
"windows_x86_64_gnullvm 0.53.1", |
|
"windows_x86_64_msvc 0.53.1", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
|
|
|
[[package]] |
|
name = "windows_i686_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
[[package]] |
|
name = "windows_i686_gnullvm" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.53.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.7.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "winres" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" |
|
dependencies = [ |
|
"toml 0.5.11", |
|
] |
|
|
|
[[package]] |
|
name = "wit-bindgen" |
|
version = "0.46.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
|
|
|
[[package]] |
|
name = "wyz" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
|
dependencies = [ |
|
"tap", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.8.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" |
|
dependencies = [ |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.8.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.111", |
|
] |
|
|
|
[[package]] |
|
name = "zlib-rs" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36134c44663532e6519d7a6dfdbbe06f6f8192bde8ae9ed076e9b213f0e31df7" |
|
|
|
[[package]] |
|
name = "zstd" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
|
dependencies = [ |
|
"zstd-safe", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-safe" |
|
version = "7.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
|
dependencies = [ |
|
"zstd-sys", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-sys" |
|
version = "2.0.16+zstd.1.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" |
|
dependencies = [ |
|
"cc", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "zune-core" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773" |
|
|
|
[[package]] |
|
name = "zune-jpeg" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e" |
|
dependencies = [ |
|
"zune-core", |
|
]
|
|
|