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.
4237 lines
101 KiB
4237 lines
101 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.24.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "adler2" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.7.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
|
dependencies = [ |
|
"getrandom", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
|
dependencies = [ |
|
"cfg-if", |
|
"getrandom", |
|
"once_cell", |
|
"version_check", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "allocator-api2" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
|
|
|
[[package]] |
|
name = "android-tzdata" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
[[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 = "ansi_term" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "anstream" |
|
version = "0.6.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" |
|
dependencies = [ |
|
"anstyle", |
|
"anstyle-parse", |
|
"anstyle-query", |
|
"anstyle-wincon", |
|
"colorchoice", |
|
"is_terminal_polyfill", |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" |
|
|
|
[[package]] |
|
name = "anstyle-parse" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" |
|
dependencies = [ |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-query" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" |
|
dependencies = [ |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-wincon" |
|
version = "3.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" |
|
dependencies = [ |
|
"anstyle", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.89" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" |
|
|
|
[[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.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44b5d702bda44c54cef36c81456389719711127ad83e46b9d06fda469bd2e6d7" |
|
dependencies = [ |
|
"anyhow", |
|
"flate2", |
|
"lazy_static", |
|
"log", |
|
"rayon", |
|
"regex", |
|
"rmp-serde", |
|
"serde", |
|
"serde_json", |
|
"unicode-normalization", |
|
"zstd", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi 0.1.19", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" |
|
dependencies = [ |
|
"addr2line", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide 0.8.0", |
|
"object", |
|
"rustc-demangle", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
[[package]] |
|
name = "bit_field" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
|
|
|
[[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 = "borsh" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" |
|
dependencies = [ |
|
"borsh-derive", |
|
"cfg_aliases", |
|
] |
|
|
|
[[package]] |
|
name = "borsh-derive" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" |
|
dependencies = [ |
|
"once_cell", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
"syn_derive", |
|
] |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" |
|
dependencies = [ |
|
"memchr", |
|
"regex-automata", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
|
[[package]] |
|
name = "byte-unit" |
|
version = "5.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e" |
|
dependencies = [ |
|
"rust_decimal", |
|
"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.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" |
|
|
|
[[package]] |
|
name = "cargo_toml" |
|
version = "0.20.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965" |
|
dependencies = [ |
|
"serde", |
|
"toml 0.8.19", |
|
] |
|
|
|
[[package]] |
|
name = "cast" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" |
|
dependencies = [ |
|
"jobserver", |
|
"libc", |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[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.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"num-traits", |
|
"windows-targets", |
|
] |
|
|
|
[[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 = "2.34.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
|
dependencies = [ |
|
"ansi_term", |
|
"atty", |
|
"bitflags 1.3.2", |
|
"strsim 0.8.0", |
|
"textwrap", |
|
"unicode-width", |
|
"vec_map", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "4.5.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" |
|
dependencies = [ |
|
"clap_builder", |
|
"clap_derive", |
|
] |
|
|
|
[[package]] |
|
name = "clap_builder" |
|
version = "4.5.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"clap_lex", |
|
"strsim 0.11.1", |
|
] |
|
|
|
[[package]] |
|
name = "clap_complete" |
|
version = "4.5.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b378c786d3bde9442d2c6dd7e6080b2a818db2b96e30d6e7f1b6d224eb617d3" |
|
dependencies = [ |
|
"clap 4.5.17", |
|
] |
|
|
|
[[package]] |
|
name = "clap_derive" |
|
version = "4.5.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" |
|
dependencies = [ |
|
"heck 0.5.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" |
|
|
|
[[package]] |
|
name = "clru" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" |
|
|
|
[[package]] |
|
name = "cmake" |
|
version = "0.1.51" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" |
|
|
|
[[package]] |
|
name = "console" |
|
version = "0.15.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
|
dependencies = [ |
|
"encode_unicode", |
|
"lazy_static", |
|
"libc", |
|
"windows-sys 0.52.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.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc" |
|
version = "3.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" |
|
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.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
|
dependencies = [ |
|
"anes", |
|
"cast", |
|
"ciborium", |
|
"clap 4.5.17", |
|
"criterion-plot", |
|
"is-terminal", |
|
"itertools", |
|
"num-traits", |
|
"once_cell", |
|
"oorandom", |
|
"plotters", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"tinytemplate", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "criterion-plot" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
|
dependencies = [ |
|
"cast", |
|
"itertools", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
|
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.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "4.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" |
|
dependencies = [ |
|
"cfg-if", |
|
"num_cpus", |
|
"serde", |
|
] |
|
|
|
[[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 0.9.10", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
dependencies = [ |
|
"powerfmt", |
|
] |
|
|
|
[[package]] |
|
name = "deunicode" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" |
|
|
|
[[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 = "dirs" |
|
version = "3.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" |
|
dependencies = [ |
|
"dirs-sys", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "dunce" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
|
|
|
[[package]] |
|
name = "enable-ansi-support" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa4ff3ae2a9aa54bf7ee0983e59303224de742818c1822d89f07da9856d9bc60" |
|
dependencies = [ |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "encode_unicode" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" |
|
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_logger" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
|
dependencies = [ |
|
"atty", |
|
"humantime", |
|
"log", |
|
"regex", |
|
"termcolor", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
[[package]] |
|
name = "erased-serde" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" |
|
dependencies = [ |
|
"serde", |
|
"typeid", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "exr" |
|
version = "1.72.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" |
|
dependencies = [ |
|
"bit_field", |
|
"flume", |
|
"half", |
|
"lebe", |
|
"miniz_oxide 0.7.4", |
|
"rayon-core", |
|
"smallvec", |
|
"zune-inflate", |
|
] |
|
|
|
[[package]] |
|
name = "faster-hex" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" |
|
|
|
[[package]] |
|
name = "fdeflate" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" |
|
dependencies = [ |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "filetime" |
|
version = "0.2.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"libredox", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" |
|
dependencies = [ |
|
"crc32fast", |
|
"libz-ng-sys", |
|
"miniz_oxide 0.8.0", |
|
] |
|
|
|
[[package]] |
|
name = "flume" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" |
|
dependencies = [ |
|
"spin", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[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" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
|
|
|
[[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.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"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.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "gif" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" |
|
dependencies = [ |
|
"color_quant", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.31.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" |
|
|
|
[[package]] |
|
name = "gix" |
|
version = "0.66.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb" |
|
dependencies = [ |
|
"gix-actor 0.32.0", |
|
"gix-attributes", |
|
"gix-command", |
|
"gix-commitgraph", |
|
"gix-config", |
|
"gix-date 0.9.0", |
|
"gix-diff", |
|
"gix-dir", |
|
"gix-discover 0.35.0", |
|
"gix-features", |
|
"gix-filter", |
|
"gix-fs", |
|
"gix-glob", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-ignore", |
|
"gix-index 0.35.0", |
|
"gix-lock", |
|
"gix-mailmap", |
|
"gix-object 0.44.0", |
|
"gix-odb", |
|
"gix-pack", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-ref 0.47.0", |
|
"gix-refspec", |
|
"gix-revision", |
|
"gix-revwalk 0.15.0", |
|
"gix-sec", |
|
"gix-status", |
|
"gix-submodule", |
|
"gix-tempfile", |
|
"gix-trace", |
|
"gix-traverse 0.41.0", |
|
"gix-url", |
|
"gix-utils", |
|
"gix-validate 0.9.0", |
|
"gix-worktree 0.36.0", |
|
"once_cell", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-actor" |
|
version = "0.31.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2" |
|
dependencies = [ |
|
"bstr", |
|
"gix-date 0.8.7", |
|
"gix-utils", |
|
"itoa", |
|
"thiserror", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-actor" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665" |
|
dependencies = [ |
|
"bstr", |
|
"gix-date 0.9.0", |
|
"gix-utils", |
|
"itoa", |
|
"thiserror", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-attributes" |
|
version = "0.22.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob", |
|
"gix-path", |
|
"gix-quote", |
|
"gix-trace", |
|
"kstring", |
|
"smallvec", |
|
"thiserror", |
|
"unicode-bom", |
|
] |
|
|
|
[[package]] |
|
name = "gix-bitmap" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae" |
|
dependencies = [ |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-chunk" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52" |
|
dependencies = [ |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-command" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dff2e692b36bbcf09286c70803006ca3fd56551a311de450be317a0ab8ea92e7" |
|
dependencies = [ |
|
"bstr", |
|
"gix-path", |
|
"gix-trace", |
|
"shell-words", |
|
] |
|
|
|
[[package]] |
|
name = "gix-commitgraph" |
|
version = "0.24.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78" |
|
dependencies = [ |
|
"bstr", |
|
"gix-chunk", |
|
"gix-features", |
|
"gix-hash", |
|
"memmap2", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-config" |
|
version = "0.40.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0" |
|
dependencies = [ |
|
"bstr", |
|
"gix-config-value", |
|
"gix-features", |
|
"gix-glob", |
|
"gix-path", |
|
"gix-ref 0.47.0", |
|
"gix-sec", |
|
"memchr", |
|
"once_cell", |
|
"smallvec", |
|
"thiserror", |
|
"unicode-bom", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-config-value" |
|
version = "0.14.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"bstr", |
|
"gix-path", |
|
"libc", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-date" |
|
version = "0.8.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0" |
|
dependencies = [ |
|
"bstr", |
|
"itoa", |
|
"thiserror", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "gix-date" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5" |
|
dependencies = [ |
|
"bstr", |
|
"itoa", |
|
"jiff", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-diff" |
|
version = "0.46.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c" |
|
dependencies = [ |
|
"bstr", |
|
"gix-command", |
|
"gix-filter", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-object 0.44.0", |
|
"gix-path", |
|
"gix-tempfile", |
|
"gix-trace", |
|
"gix-worktree 0.36.0", |
|
"imara-diff", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-dir" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ed3a9076661359a1c5a27c12ad6c3ebe2dd96b8b3c0af6488ab7c128b7bdd98" |
|
dependencies = [ |
|
"bstr", |
|
"gix-discover 0.35.0", |
|
"gix-fs", |
|
"gix-ignore", |
|
"gix-index 0.35.0", |
|
"gix-object 0.44.0", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-trace", |
|
"gix-utils", |
|
"gix-worktree 0.36.0", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-discover" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf" |
|
dependencies = [ |
|
"bstr", |
|
"dunce", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-path", |
|
"gix-ref 0.44.1", |
|
"gix-sec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-discover" |
|
version = "0.35.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2" |
|
dependencies = [ |
|
"bstr", |
|
"dunce", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-path", |
|
"gix-ref 0.47.0", |
|
"gix-sec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-features" |
|
version = "0.38.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69" |
|
dependencies = [ |
|
"crc32fast", |
|
"crossbeam-channel", |
|
"flate2", |
|
"gix-hash", |
|
"gix-trace", |
|
"gix-utils", |
|
"libc", |
|
"once_cell", |
|
"parking_lot 0.12.3", |
|
"prodash", |
|
"sha1_smol", |
|
"thiserror", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "gix-filter" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e" |
|
dependencies = [ |
|
"bstr", |
|
"encoding_rs", |
|
"gix-attributes", |
|
"gix-command", |
|
"gix-hash", |
|
"gix-object 0.44.0", |
|
"gix-packetline-blocking", |
|
"gix-path", |
|
"gix-quote", |
|
"gix-trace", |
|
"gix-utils", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-fs" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575" |
|
dependencies = [ |
|
"fastrand", |
|
"gix-features", |
|
"gix-utils", |
|
] |
|
|
|
[[package]] |
|
name = "gix-glob" |
|
version = "0.16.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"bstr", |
|
"gix-features", |
|
"gix-path", |
|
] |
|
|
|
[[package]] |
|
name = "gix-hash" |
|
version = "0.14.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e" |
|
dependencies = [ |
|
"faster-hex", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-hashtable" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242" |
|
dependencies = [ |
|
"gix-hash", |
|
"hashbrown 0.14.5", |
|
"parking_lot 0.12.3", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ignore" |
|
version = "0.11.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7" |
|
dependencies = [ |
|
"bstr", |
|
"gix-glob", |
|
"gix-path", |
|
"gix-trace", |
|
"unicode-bom", |
|
] |
|
|
|
[[package]] |
|
name = "gix-index" |
|
version = "0.33.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"bstr", |
|
"filetime", |
|
"fnv", |
|
"gix-bitmap", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-lock", |
|
"gix-object 0.42.3", |
|
"gix-traverse 0.39.2", |
|
"gix-utils", |
|
"gix-validate 0.8.5", |
|
"hashbrown 0.14.5", |
|
"itoa", |
|
"libc", |
|
"memmap2", |
|
"rustix", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-index" |
|
version = "0.35.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"bstr", |
|
"filetime", |
|
"fnv", |
|
"gix-bitmap", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-lock", |
|
"gix-object 0.44.0", |
|
"gix-traverse 0.41.0", |
|
"gix-utils", |
|
"gix-validate 0.9.0", |
|
"hashbrown 0.14.5", |
|
"itoa", |
|
"libc", |
|
"memmap2", |
|
"rustix", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-lock" |
|
version = "14.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d" |
|
dependencies = [ |
|
"gix-tempfile", |
|
"gix-utils", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-mailmap" |
|
version = "0.24.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7d522c8ec2501e1a5b2b4cb54e83cb5d9a52471c9d23b3a1e8dadaf063752f7" |
|
dependencies = [ |
|
"bstr", |
|
"gix-actor 0.32.0", |
|
"gix-date 0.9.0", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-object" |
|
version = "0.42.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386" |
|
dependencies = [ |
|
"bstr", |
|
"gix-actor 0.31.5", |
|
"gix-date 0.8.7", |
|
"gix-features", |
|
"gix-hash", |
|
"gix-utils", |
|
"gix-validate 0.8.5", |
|
"itoa", |
|
"smallvec", |
|
"thiserror", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-object" |
|
version = "0.44.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa" |
|
dependencies = [ |
|
"bstr", |
|
"gix-actor 0.32.0", |
|
"gix-date 0.9.0", |
|
"gix-features", |
|
"gix-hash", |
|
"gix-utils", |
|
"gix-validate 0.9.0", |
|
"itoa", |
|
"smallvec", |
|
"thiserror", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-odb" |
|
version = "0.63.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747" |
|
dependencies = [ |
|
"arc-swap", |
|
"gix-date 0.9.0", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-object 0.44.0", |
|
"gix-pack", |
|
"gix-path", |
|
"gix-quote", |
|
"parking_lot 0.12.3", |
|
"tempfile", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-pack" |
|
version = "0.53.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954" |
|
dependencies = [ |
|
"clru", |
|
"gix-chunk", |
|
"gix-features", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-object 0.44.0", |
|
"gix-path", |
|
"memmap2", |
|
"smallvec", |
|
"thiserror", |
|
"uluru", |
|
] |
|
|
|
[[package]] |
|
name = "gix-packetline-blocking" |
|
version = "0.17.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40" |
|
dependencies = [ |
|
"bstr", |
|
"faster-hex", |
|
"gix-trace", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-path" |
|
version = "0.10.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebfc4febd088abdcbc9f1246896e57e37b7a34f6909840045a1767c6dafac7af" |
|
dependencies = [ |
|
"bstr", |
|
"gix-trace", |
|
"home", |
|
"once_cell", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-pathspec" |
|
version = "0.7.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"bstr", |
|
"gix-attributes", |
|
"gix-config-value", |
|
"gix-glob", |
|
"gix-path", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-quote" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff" |
|
dependencies = [ |
|
"bstr", |
|
"gix-utils", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ref" |
|
version = "0.44.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e" |
|
dependencies = [ |
|
"gix-actor 0.31.5", |
|
"gix-date 0.8.7", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-lock", |
|
"gix-object 0.42.3", |
|
"gix-path", |
|
"gix-tempfile", |
|
"gix-utils", |
|
"gix-validate 0.8.5", |
|
"memmap2", |
|
"thiserror", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-ref" |
|
version = "0.47.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5" |
|
dependencies = [ |
|
"gix-actor 0.32.0", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-lock", |
|
"gix-object 0.44.0", |
|
"gix-path", |
|
"gix-tempfile", |
|
"gix-utils", |
|
"gix-validate 0.9.0", |
|
"memmap2", |
|
"thiserror", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-refspec" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6" |
|
dependencies = [ |
|
"bstr", |
|
"gix-hash", |
|
"gix-revision", |
|
"gix-validate 0.9.0", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-revision" |
|
version = "0.29.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e" |
|
dependencies = [ |
|
"bstr", |
|
"gix-date 0.9.0", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-object 0.44.0", |
|
"gix-revwalk 0.15.0", |
|
"gix-trace", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-revwalk" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0" |
|
dependencies = [ |
|
"gix-commitgraph", |
|
"gix-date 0.8.7", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-object 0.42.3", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-revwalk" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984" |
|
dependencies = [ |
|
"gix-commitgraph", |
|
"gix-date 0.9.0", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-object 0.44.0", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-sec" |
|
version = "0.10.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"gix-path", |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "gix-status" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f70d35ba639f0c16a6e4cca81aa374a05f07b23fa36ee8beb72c100d98b4ffea" |
|
dependencies = [ |
|
"bstr", |
|
"filetime", |
|
"gix-diff", |
|
"gix-dir", |
|
"gix-features", |
|
"gix-filter", |
|
"gix-fs", |
|
"gix-hash", |
|
"gix-index 0.35.0", |
|
"gix-object 0.44.0", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-worktree 0.36.0", |
|
"portable-atomic", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-submodule" |
|
version = "0.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b" |
|
dependencies = [ |
|
"bstr", |
|
"gix-config", |
|
"gix-path", |
|
"gix-pathspec", |
|
"gix-refspec", |
|
"gix-url", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-tempfile" |
|
version = "14.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa" |
|
dependencies = [ |
|
"dashmap 6.1.0", |
|
"gix-fs", |
|
"libc", |
|
"once_cell", |
|
"parking_lot 0.12.3", |
|
"signal-hook", |
|
"signal-hook-registry", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "gix-testtools" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33fd7cd1816d78db635003c9e3fc667a1671689c678de2b92ce7c71ed2d58686" |
|
dependencies = [ |
|
"bstr", |
|
"crc", |
|
"fastrand", |
|
"fs_extra", |
|
"gix-discover 0.32.0", |
|
"gix-fs", |
|
"gix-ignore", |
|
"gix-index 0.33.1", |
|
"gix-lock", |
|
"gix-tempfile", |
|
"gix-worktree 0.34.1", |
|
"io-close", |
|
"is_ci", |
|
"once_cell", |
|
"parking_lot 0.12.3", |
|
"tar", |
|
"tempfile", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "gix-trace" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6cae0e8661c3ff92688ce1c8b8058b3efb312aba9492bbe93661a21705ab431b" |
|
|
|
[[package]] |
|
name = "gix-traverse" |
|
version = "0.39.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"gix-commitgraph", |
|
"gix-date 0.8.7", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-object 0.42.3", |
|
"gix-revwalk 0.13.2", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-traverse" |
|
version = "0.41.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"gix-commitgraph", |
|
"gix-date 0.9.0", |
|
"gix-hash", |
|
"gix-hashtable", |
|
"gix-object 0.44.0", |
|
"gix-revwalk 0.15.0", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-url" |
|
version = "0.27.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89" |
|
dependencies = [ |
|
"bstr", |
|
"gix-features", |
|
"gix-path", |
|
"home", |
|
"thiserror", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "gix-utils" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc" |
|
dependencies = [ |
|
"bstr", |
|
"fastrand", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "gix-validate" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf" |
|
dependencies = [ |
|
"bstr", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-validate" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86" |
|
dependencies = [ |
|
"bstr", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gix-worktree" |
|
version = "0.34.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26f7326ebe0b9172220694ea69d344c536009a9b98fb0f9de092c440f3efe7a6" |
|
dependencies = [ |
|
"bstr", |
|
"gix-attributes", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-glob", |
|
"gix-hash", |
|
"gix-ignore", |
|
"gix-index 0.33.1", |
|
"gix-object 0.42.3", |
|
"gix-path", |
|
"gix-validate 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "gix-worktree" |
|
version = "0.36.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a" |
|
dependencies = [ |
|
"bstr", |
|
"gix-attributes", |
|
"gix-features", |
|
"gix-fs", |
|
"gix-glob", |
|
"gix-hash", |
|
"gix-ignore", |
|
"gix-index 0.35.0", |
|
"gix-object 0.44.0", |
|
"gix-path", |
|
"gix-validate 0.9.0", |
|
] |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
|
[[package]] |
|
name = "globset" |
|
version = "0.4.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" |
|
dependencies = [ |
|
"aho-corasick 1.1.3", |
|
"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 2.6.0", |
|
"ignore", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "grep-matcher" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "grep-searcher" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9b6c14b3fc2e0a107d6604d3231dec0509e691e62447104bc385a46a7892cda" |
|
dependencies = [ |
|
"bstr", |
|
"encoding_rs", |
|
"encoding_rs_io", |
|
"grep-matcher", |
|
"log", |
|
"memchr", |
|
"memmap2", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" |
|
dependencies = [ |
|
"cfg-if", |
|
"crunchy", |
|
] |
|
|
|
[[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.11", |
|
"allocator-api2", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" |
|
|
|
[[package]] |
|
name = "home" |
|
version = "0.5.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
|
dependencies = [ |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "human-panic" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c5a08ed290eac04006e21e63d32e90086b6182c7cd0452d10f4264def1fec9a" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"backtrace", |
|
"os_info", |
|
"serde", |
|
"serde_derive", |
|
"toml 0.8.19", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "humansize" |
|
version = "2.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
|
dependencies = [ |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"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 = "idna" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
|
dependencies = [ |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "ignore" |
|
version = "0.4.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"globset", |
|
"log", |
|
"memchr", |
|
"regex-automata", |
|
"same-file", |
|
"walkdir", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "image" |
|
version = "0.24.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" |
|
dependencies = [ |
|
"bytemuck", |
|
"byteorder", |
|
"color_quant", |
|
"exr", |
|
"gif", |
|
"jpeg-decoder", |
|
"num-traits", |
|
"png", |
|
"qoi", |
|
"tiff", |
|
] |
|
|
|
[[package]] |
|
name = "imara-diff" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc9da1a252bd44cd341657203722352efc9bc0c847d06ea6d2dc1cd1135e0a01" |
|
dependencies = [ |
|
"ahash 0.8.11", |
|
"hashbrown 0.14.5", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.14.5", |
|
] |
|
|
|
[[package]] |
|
name = "insta" |
|
version = "1.40.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" |
|
dependencies = [ |
|
"console", |
|
"lazy_static", |
|
"linked-hash-map", |
|
"pest", |
|
"pest_derive", |
|
"serde", |
|
"similar", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "inventory" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" |
|
|
|
[[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-terminal" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" |
|
dependencies = [ |
|
"hermit-abi 0.4.0", |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
|
|
|
[[package]] |
|
name = "jiff" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a45489186a6123c128fdf6016183fcfab7113e1820eb813127e036e287233fb" |
|
dependencies = [ |
|
"jiff-tzdb-platform", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "jiff-tzdb" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653" |
|
|
|
[[package]] |
|
name = "jiff-tzdb-platform" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329" |
|
dependencies = [ |
|
"jiff-tzdb", |
|
] |
|
|
|
[[package]] |
|
name = "jobserver" |
|
version = "0.1.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "jpeg-decoder" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" |
|
dependencies = [ |
|
"rayon", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.70" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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 = "lebe" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.158" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
|
|
|
[[package]] |
|
name = "libredox" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"libc", |
|
"redox_syscall 0.5.4", |
|
] |
|
|
|
[[package]] |
|
name = "libz-ng-sys" |
|
version = "1.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4436751a01da56f1277f323c80d584ffad94a3d14aecd959dd0dff75aa73a438" |
|
dependencies = [ |
|
"cmake", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "linked-hash-map" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
|
|
[[package]] |
|
name = "memmap2" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
|
dependencies = [ |
|
"adler", |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" |
|
dependencies = [ |
|
"adler2", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[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 = "num_cpus" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
dependencies = [ |
|
"hermit-abi 0.3.9", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num_threads" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.36.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
|
|
|
[[package]] |
|
name = "onefetch" |
|
version = "2.22.0" |
|
dependencies = [ |
|
"anyhow", |
|
"askalono", |
|
"byte-unit", |
|
"clap 4.5.17", |
|
"clap_complete", |
|
"criterion", |
|
"crossbeam-channel", |
|
"enable-ansi-support", |
|
"gix", |
|
"gix-features", |
|
"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.22.0" |
|
dependencies = [ |
|
"owo-colors", |
|
] |
|
|
|
[[package]] |
|
name = "onefetch-image" |
|
version = "2.22.0" |
|
dependencies = [ |
|
"anyhow", |
|
"base64", |
|
"clap 4.5.17", |
|
"color_quant", |
|
"image", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "onefetch-manifest" |
|
version = "2.22.0" |
|
dependencies = [ |
|
"anyhow", |
|
"cargo_toml", |
|
"npm-package-json", |
|
"strum", |
|
] |
|
|
|
[[package]] |
|
name = "oorandom" |
|
version = "11.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" |
|
|
|
[[package]] |
|
name = "os_info" |
|
version = "3.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" |
|
dependencies = [ |
|
"log", |
|
"serde", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "owo-colors" |
|
version = "3.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
|
dependencies = [ |
|
"instant", |
|
"lock_api", |
|
"parking_lot_core 0.8.6", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core 0.9.10", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
|
dependencies = [ |
|
"cfg-if", |
|
"instant", |
|
"libc", |
|
"redox_syscall 0.2.16", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall 0.5.4", |
|
"smallvec", |
|
"windows-targets", |
|
] |
|
|
|
[[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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
[[package]] |
|
name = "pest" |
|
version = "2.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" |
|
dependencies = [ |
|
"memchr", |
|
"thiserror", |
|
"ucd-trie", |
|
] |
|
|
|
[[package]] |
|
name = "pest_derive" |
|
version = "2.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d3a6e3394ec80feb3b6393c725571754c6188490265c61aaf260810d6b95aa0" |
|
dependencies = [ |
|
"pest", |
|
"pest_generator", |
|
] |
|
|
|
[[package]] |
|
name = "pest_generator" |
|
version = "2.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94429506bde1ca69d1b5601962c73f4172ab4726571a59ea95931218cb0e930e" |
|
dependencies = [ |
|
"pest", |
|
"pest_meta", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "pest_meta" |
|
version = "2.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac8a071862e93690b6e34e9a5fb8e33ff3734473ac0245b27232222c4906a33f" |
|
dependencies = [ |
|
"once_cell", |
|
"pest", |
|
"sha2", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
|
dependencies = [ |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
|
|
|
[[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.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
|
|
|
[[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.17.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"crc32fast", |
|
"fdeflate", |
|
"flate2", |
|
"miniz_oxide 0.7.4", |
|
] |
|
|
|
[[package]] |
|
name = "portable-atomic" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" |
|
|
|
[[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.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
|
dependencies = [ |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" |
|
dependencies = [ |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
dependencies = [ |
|
"proc-macro-error-attr", |
|
"proc-macro2", |
|
"quote", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error-attr" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prodash" |
|
version = "28.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79" |
|
|
|
[[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 = "qoi" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
|
dependencies = [ |
|
"bytemuck", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
dependencies = [ |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
|
dependencies = [ |
|
"getrandom", |
|
"libredox", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" |
|
dependencies = [ |
|
"aho-corasick 1.1.3", |
|
"memchr", |
|
"regex-automata", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" |
|
dependencies = [ |
|
"aho-corasick 1.1.3", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" |
|
|
|
[[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 = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ce7d70c926fe472aed493b902010bccc17fa9f7284145cb8772fd22fdb052d8" |
|
dependencies = [ |
|
"byteorder", |
|
"rmp", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "rstest" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936" |
|
dependencies = [ |
|
"futures", |
|
"futures-timer", |
|
"rstest_macros", |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "rstest_macros" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42" |
|
dependencies = [ |
|
"cfg-if", |
|
"glob", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"regex", |
|
"relative-path", |
|
"rustc_version", |
|
"syn 2.0.77", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "rust_decimal" |
|
version = "1.36.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555" |
|
dependencies = [ |
|
"arrayvec", |
|
"borsh", |
|
"bytes", |
|
"num-traits", |
|
"rand", |
|
"rkyv", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
[[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 = "0.38.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
|
[[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 = "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.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.210" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.210" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.128" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[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_smol" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
|
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.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" |
|
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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" |
|
|
|
[[package]] |
|
name = "similar" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[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.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
dependencies = [ |
|
"lock_api", |
|
] |
|
|
|
[[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.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" |
|
dependencies = [ |
|
"strum_macros", |
|
] |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.25.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" |
|
dependencies = [ |
|
"heck 0.4.1", |
|
"proc-macro2", |
|
"quote", |
|
"rustversion", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[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.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn_derive" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" |
|
dependencies = [ |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[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.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" |
|
dependencies = [ |
|
"filetime", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" |
|
dependencies = [ |
|
"cfg-if", |
|
"fastrand", |
|
"once_cell", |
|
"rustix", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "tera" |
|
version = "1.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee" |
|
dependencies = [ |
|
"chrono", |
|
"chrono-tz", |
|
"globwalk", |
|
"humansize", |
|
"lazy_static", |
|
"percent-encoding", |
|
"pest", |
|
"pest_derive", |
|
"rand", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"slug", |
|
"unic-segment", |
|
] |
|
|
|
[[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 = "termcolor" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
dependencies = [ |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.63" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.63" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "tiff" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" |
|
dependencies = [ |
|
"flate2", |
|
"jpeg-decoder", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.36" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"libc", |
|
"num-conv", |
|
"num_threads", |
|
"powerfmt", |
|
"serde", |
|
"time-core", |
|
"time-macros", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
|
|
[[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.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
|
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.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" |
|
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 = "12.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a41f915e075a8a98ad64a5f7be6b7cc1710fc835c5f07e4a3efcaeb013291c00" |
|
dependencies = [ |
|
"aho-corasick 0.7.20", |
|
"clap 2.34.0", |
|
"crossbeam-channel", |
|
"dashmap 4.0.2", |
|
"dirs", |
|
"encoding_rs_io", |
|
"env_logger", |
|
"grep-searcher", |
|
"ignore", |
|
"log", |
|
"num-format", |
|
"once_cell", |
|
"parking_lot 0.11.2", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"tera", |
|
"term_size", |
|
"toml 0.5.11", |
|
] |
|
|
|
[[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.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.22.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "typeid" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
|
[[package]] |
|
name = "typetag" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52ba3b6e86ffe0054b2c44f2d86407388b933b16cb0a70eea3929420db1d9bbe" |
|
dependencies = [ |
|
"erased-serde", |
|
"inventory", |
|
"once_cell", |
|
"serde", |
|
"typetag-impl", |
|
] |
|
|
|
[[package]] |
|
name = "typetag-impl" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "ucd-trie" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
|
|
|
[[package]] |
|
name = "uluru" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" |
|
dependencies = [ |
|
"arrayvec", |
|
] |
|
|
|
[[package]] |
|
name = "unic-char-property" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
|
dependencies = [ |
|
"unic-char-range", |
|
] |
|
|
|
[[package]] |
|
name = "unic-char-range" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
|
|
|
[[package]] |
|
name = "unic-common" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
|
|
|
[[package]] |
|
name = "unic-segment" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23" |
|
dependencies = [ |
|
"unic-ucd-segment", |
|
] |
|
|
|
[[package]] |
|
name = "unic-ucd-segment" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700" |
|
dependencies = [ |
|
"unic-char-property", |
|
"unic-char-range", |
|
"unic-ucd-version", |
|
] |
|
|
|
[[package]] |
|
name = "unic-ucd-version" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
|
dependencies = [ |
|
"unic-common", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
|
|
|
[[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.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
|
|
|
[[package]] |
|
name = "unsafe-libyaml" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "utf8-width" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
|
|
|
[[package]] |
|
name = "utf8parse" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "vec_map" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
[[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.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.70" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "weezl" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" |
|
|
|
[[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.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[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.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.42.2", |
|
"windows_aarch64_msvc 0.42.2", |
|
"windows_i686_gnu 0.42.2", |
|
"windows_i686_msvc 0.42.2", |
|
"windows_x86_64_gnu 0.42.2", |
|
"windows_x86_64_gnullvm 0.42.2", |
|
"windows_x86_64_msvc 0.42.2", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.59.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[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", |
|
"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_aarch64_gnullvm" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
|
[[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_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
|
[[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_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
|
[[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_gnullvm" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
|
[[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_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.6.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" |
|
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 = "wyz" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
|
dependencies = [ |
|
"tap", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.7.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
|
dependencies = [ |
|
"byteorder", |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.7.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.77", |
|
] |
|
|
|
[[package]] |
|
name = "zstd" |
|
version = "0.11.2+zstd.1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" |
|
dependencies = [ |
|
"zstd-safe", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-safe" |
|
version = "5.0.2+zstd.1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" |
|
dependencies = [ |
|
"libc", |
|
"zstd-sys", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-sys" |
|
version = "2.0.13+zstd.1.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" |
|
dependencies = [ |
|
"cc", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "zune-inflate" |
|
version = "0.2.54" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
|
dependencies = [ |
|
"simd-adler32", |
|
]
|
|
|