2023-03-05 04:26:23 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.4"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.4"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-11-25 21:33:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
|
|
|
|
2023-03-05 04:26:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bosion"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"gix",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bosion-example-clap"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bosion",
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.8.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "btoi"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "4.4.8"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"clap_builder",
|
2023-03-05 04:26:23 +01:00
|
|
|
"clap_derive",
|
2023-11-25 21:33:44 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-03-05 04:26:23 +01:00
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "4.4.7"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.6.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clru"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.9"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"powerfmt",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.4"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.3.7"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-11-25 21:33:44 +01:00
|
|
|
"windows-sys",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.8.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"serde",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.0.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.28"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.2.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.55.2"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "002667cd1ebb789313d0d0afe3d23b2821cf3b0e91605095f0e6d8751f0ceeea"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"gix-actor",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-commitgraph",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-config",
|
|
|
|
"gix-date",
|
|
|
|
"gix-diff",
|
|
|
|
"gix-discover",
|
|
|
|
"gix-features",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-fs",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-lock",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-macros",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-object",
|
|
|
|
"gix-odb",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-refspec",
|
|
|
|
"gix-revision",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-revwalk",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-sec",
|
|
|
|
"gix-tempfile",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-trace",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-traverse",
|
|
|
|
"gix-url",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-utils",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-validate",
|
|
|
|
"once_cell",
|
2023-11-25 21:33:44 +01:00
|
|
|
"parking_lot",
|
2023-03-05 04:26:23 +01:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.28.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "948a5f9e43559d16faf583694f1c742eb401ce24ce8e6f2238caedea7486433c"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-date",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
2023-11-25 21:33:44 +01:00
|
|
|
"winnow",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-chunk"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.4"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "gix-commitgraph"
|
|
|
|
version = "0.22.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "7e8bc78b1a6328fa6d8b3a53b6c73997af37fd6bfc1d6c49f149e63bda5cbb36"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.31.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "5cae98c6b4c66c09379bc35274b172587d6b0ac369a416c39128ad8c6454f9bb"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-features",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
2023-11-25 21:33:44 +01:00
|
|
|
"winnow",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config-value"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.14.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"bitflags 2.4.1",
|
2023-03-05 04:26:23 +01:00
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.8.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.37.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "931394f69fb8c9ed6afc0aae3487bd869e936339bcc13ed8884472af072e0554"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.26.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "a45d5cf0321178883e38705ab2b098f625d609a7d4c391b33ac952eff2c490f2"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.36.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "51f4365ba17c4f218d7fd9ec102b8d2d3cb0ca200a835e81151ace7778aec827"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"gix-hash",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-trace",
|
2023-03-05 04:26:23 +01:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"prodash",
|
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-11-25 21:33:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cd171c0cae97cd0dc57e7b4601cb1ebf596450e263ef3c02be9107272c877bd"
|
|
|
|
dependencies = [
|
|
|
|
"gix-features",
|
|
|
|
]
|
|
|
|
|
2023-03-05 04:26:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.14.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "8fac08925dbc14d414bd02eb45ffb4cecd912d1fce3883f867bd0103c192d3e4"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"bitflags 2.4.1",
|
2023-03-05 04:26:23 +01:00
|
|
|
"bstr",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-features",
|
|
|
|
"gix-path",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.13.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "1884c7b41ea0875217c1be9ce91322f90bde433e91d374d0e1276073a51ccc60"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"faster-hex",
|
2023-03-05 04:26:23 +01:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
2023-11-25 21:33:44 +01:00
|
|
|
"hashbrown",
|
2023-03-05 04:26:23 +01:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-lock"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "11.0.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f4feb1dcd304fe384ddc22edba9dd56a42b0800032de6537728cea2f033a4f37"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"gix-tempfile",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-utils",
|
2023-03-05 04:26:23 +01:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "gix-macros"
|
|
|
|
version = "0.1.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.38.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "740f2a44267f58770a1cb3a3d01d14e67b089c7136c48d4bddbb3cfd2bf86a51"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-actor",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-date",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-11-25 21:33:44 +01:00
|
|
|
"winnow",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.54.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "8630b56cb80d8fa684d383dad006a66401ee8314e12fbf0e566ddad8c115143b"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-date",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.44.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "1431ba2e30deff1405920693d54ab231c88d7c240dd6ccc936ee223d8f8697c3"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"memmap2",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-path"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.10.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-trace",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
2023-03-05 04:26:23 +01:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-quote"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.7"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.38.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "0ec2f6d07ac88d2fb8007ee3fa3e801856fb9d82e7366ec0ca332eb2c9d74a52"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"gix-actor",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-date",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-features",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-fs",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-validate",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
2023-11-25 21:33:44 +01:00
|
|
|
"winnow",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.19.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "ccb0974cc41dbdb43a180c7f67aa481e1c1e160fcfa8f4a55291fd1126c1a6e7"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-revision",
|
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.23.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "2ca97ac73459a7f3766aa4a5638a6e37d56d4c7962bc1986fbaf4883d0772588"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-revwalk",
|
|
|
|
"gix-trace",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a16d8c892e4cd676d86f0265bf9d40cefd73d8d94f86b213b8b77d50e77efae0"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"smallvec",
|
2023-03-05 04:26:23 +01:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-sec"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.10.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"bitflags 2.4.1",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "11.0.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "05cc2205cf10d99f70b96e04e16c55d4c7cf33efc151df1f793e29fd12a931f8"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-fs",
|
2023-03-05 04:26:23 +01:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-11-25 21:33:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836"
|
|
|
|
|
2023-03-05 04:26:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.34.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "14d050ec7d4e1bb76abf0636cf4104fb915b70e54e3ced9a4427c999100ff38a"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
2023-03-05 04:26:23 +01:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
2023-11-25 21:33:44 +01:00
|
|
|
"gix-revwalk",
|
|
|
|
"smallvec",
|
2023-03-05 04:26:23 +01:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-url"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.25.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "b1b9ac8ed32ad45f9fc6c5f8c0be2ed911e544a5a19afd62d95d524ebaa95671"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-features",
|
|
|
|
"gix-path",
|
|
|
|
"home",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "gix-utils"
|
|
|
|
version = "0.1.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"fastrand",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "gix-validate"
|
|
|
|
version = "0.8.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.14.2"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.5.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"windows-sys",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.5.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.9"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.2.150"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.11"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.11"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.6.4"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.7.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.7.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.2.17"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.18.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.9.9"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-11-25 21:33:44 +01:00
|
|
|
"windows-targets",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.3.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.69"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "26.2.2"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.33"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.4.3"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.38.25"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"bitflags 2.4.1",
|
2023-03-05 04:26:23 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-11-25 21:33:44 +01:00
|
|
|
"windows-sys",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.2.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.193"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"serde_derive",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.193"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.11.2"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.0.39"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "3.8.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
|
|
|
"rustix",
|
2023-11-25 21:33:44 +01:00
|
|
|
"windows-sys",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.50"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.50"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.3.30"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"deranged",
|
2023-03-05 04:26:23 +01:00
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2023-11-25 21:33:44 +01:00
|
|
|
"powerfmt",
|
2023-03-05 04:26:23 +01:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.1.2"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.2.15"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
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 = "unicode-bidi"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.3.13"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.0.3"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "1.0.12"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.5.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-25 21:33:44 +01:00
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "2.4.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.1.6"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
2023-11-25 21:33:44 +01:00
|
|
|
"windows-targets",
|
2023-03-05 04:26:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.0"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-03-05 04:26:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-03-05 04:26:23 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-11-25 21:33:44 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.19"
|
2023-03-05 04:26:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 21:33:44 +01:00
|
|
|
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|