gitice/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1430 lines
35 KiB
Plaintext
Raw Normal View History

# 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]]
name = "anstream"
2024-03-15 06:58:50 +05:30
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-02-06 09:39:40 +05:30
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 09:39:40 +05:30
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
[[package]]
name = "anstyle-parse"
2023-12-05 07:23:33 +05:30
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 07:23:33 +05:30
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2023-12-09 07:05:25 +05:30
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 07:05:25 +05:30
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
2023-12-28 09:28:48 +05:30
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2023-12-05 07:23:33 +05:30
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 07:23:33 +05:30
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
2023-12-28 09:28:48 +05:30
"windows-sys",
]
[[package]]
name = "anyhow"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "arc-swap"
2024-03-15 06:58:50 +05:30
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f"
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
2022-01-21 00:57:35 +05:30
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-21 00:57:35 +05:30
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-01-17 06:45:28 +05:30
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 06:45:28 +05:30
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
[[package]]
name = "bstr"
2024-02-25 07:12:18 +05:30
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 07:12:18 +05:30
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "cfg-if"
2021-07-08 00:55:35 +05:30
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 00:55:35 +05:30
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
dependencies = [
"clap_builder",
2022-02-06 16:11:20 +05:30
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
2022-02-06 16:11:20 +05:30
[[package]]
name = "clap_derive"
version = "4.5.3"
2022-02-06 16:11:20 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f"
2022-02-06 16:11:20 +05:30
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2022-02-06 16:11:20 +05:30
]
[[package]]
name = "clap_lex"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "clru"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "crc32fast"
2024-02-13 05:44:29 +05:30
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-13 05:44:29 +05:30
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
dependencies = [
"cfg-if",
]
2023-07-31 06:13:37 +05:30
[[package]]
name = "deranged"
2023-12-31 09:34:52 +05:30
version = "0.3.11"
2023-07-31 06:13:37 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 09:34:52 +05:30
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-10-14 09:50:24 +05:30
dependencies = [
"powerfmt",
]
2023-07-31 06:13:37 +05:30
[[package]]
name = "dunce"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
[[package]]
name = "equivalent"
2023-07-23 06:12:47 +05:30
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-23 06:12:47 +05:30
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2023-11-30 05:56:44 +05:30
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 05:56:44 +05:30
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
2023-12-28 09:28:48 +05:30
"windows-sys",
]
2023-12-11 07:10:12 +05:30
[[package]]
name = "faster-hex"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
[[package]]
name = "fastrand"
2023-09-26 05:45:10 +05:30
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 05:45:10 +05:30
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[package]]
name = "flate2"
2023-10-14 09:50:24 +05:30
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 09:50:24 +05:30
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "form_urlencoded"
2023-11-23 06:46:12 +05:30
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:46:12 +05:30
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "gitice"
version = "2.0.4"
dependencies = [
"anyhow",
"clap",
"gix",
"serde",
"serde_derive",
"toml",
"tracing",
"tracing-subscriber",
"walkdir",
]
[[package]]
name = "gix"
version = "0.61.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e0e59a44bf00de058ee98d6ecf3c9ed8f8842c1da642258ae4120d41ded8f7"
dependencies = [
"gix-actor",
"gix-commitgraph",
"gix-config",
"gix-date",
"gix-diff",
"gix-discover",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-lock",
"gix-macros",
"gix-object",
"gix-odb",
"gix-pack",
"gix-path",
"gix-ref",
"gix-refspec",
"gix-revision",
"gix-revwalk",
"gix-sec",
"gix-tempfile",
"gix-trace",
"gix-traverse",
"gix-url",
"gix-utils",
"gix-validate",
"once_cell",
"parking_lot",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-actor"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45c3a3bde455ad2ee8ba8a195745241ce0b770a8a26faae59fcf409d01b28c46"
dependencies = [
"bstr",
"gix-date",
"gix-utils",
"itoa",
"thiserror",
"winnow",
]
[[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-commitgraph"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b102311085da4af18823413b5176d7c500fb2272eaf391cfa8635d8bcb12c4"
dependencies = [
"bstr",
"gix-chunk",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-hash",
"memmap2",
"thiserror",
]
[[package]]
name = "gix-config"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62129c75e4b6229fe15fb9838cdc00c655e87105b651e4edd7c183fc5288b5d1"
dependencies = [
"bstr",
"gix-config-value",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-glob",
"gix-path",
"gix-ref",
"gix-sec",
"memchr",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
"winnow",
]
[[package]]
name = "gix-config-value"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbd06203b1a9b33a78c88252a625031b094d9e1b647260070c25b09910c0a804"
dependencies = [
2024-01-17 06:45:28 +05:30
"bitflags 2.4.2",
"bstr",
"gix-path",
"libc",
"thiserror",
]
[[package]]
name = "gix-date"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180b130a4a41870edfbd36ce4169c7090bca70e195da783dea088dd973daa59c"
dependencies = [
"bstr",
"itoa",
"thiserror",
"time",
]
[[package]]
name = "gix-diff"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78e605593c2ef74980a534ade0909c7dc57cca72baa30cbb67d2dda621f99ac4"
dependencies = [
"bstr",
"gix-hash",
"gix-object",
"thiserror",
]
[[package]]
name = "gix-discover"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64bab49087ed3710caf77e473dc0efc54ca33d8ccc6441359725f121211482b1"
dependencies = [
"bstr",
"dunce",
"gix-fs",
"gix-hash",
"gix-path",
"gix-ref",
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-features"
version = "0.38.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db4254037d20a247a0367aa79333750146a369719f0c6617fec4f5752cc62b37"
dependencies = [
"crc32fast",
"flate2",
"gix-hash",
"gix-trace",
"gix-utils",
"libc",
"once_cell",
"prodash",
"sha1_smol",
"thiserror",
"walkdir",
]
[[package]]
name = "gix-fs"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634b8a743b0aae03c1a74ee0ea24e8c5136895efac64ce52b3ea106e1c6f0613"
dependencies = [
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-utils",
]
[[package]]
name = "gix-glob"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "682bdc43cb3c00dbedfcc366de2a849b582efd8d886215dbad2ea662ec156bb5"
dependencies = [
2024-01-17 06:45:28 +05:30
"bitflags 2.4.2",
"bstr",
2023-07-23 06:12:47 +05:30
"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",
"parking_lot",
]
[[package]]
name = "gix-lock"
2024-03-15 06:58:50 +05:30
version = "13.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "e7c359f81f01b8352063319bcb39789b7ea0887b406406381106e38c4a34d049"
dependencies = [
"gix-tempfile",
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-macros"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dff438f14e67e7713ab9332f5fd18c8f20eb7eb249494f6c2bf170522224032"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "gix-object"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d4f8efae72030df1c4a81d02dbe2348e748d9b9a11e108ed6efbd846326e051"
dependencies = [
"bstr",
"gix-actor",
"gix-date",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-hash",
"gix-utils",
"gix-validate",
"itoa",
"smallvec",
"thiserror",
"winnow",
]
[[package]]
name = "gix-odb"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b55378c719693380f66d9dd21ce46721eed2981d8789fc698ec1ada6fa176e"
dependencies = [
"arc-swap",
"gix-date",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-fs",
"gix-hash",
"gix-object",
"gix-pack",
"gix-path",
"gix-quote",
"parking_lot",
"tempfile",
"thiserror",
]
[[package]]
name = "gix-pack"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6391aeaa030ad64aba346a9f5c69bb1c4e5c6fb4411705b03b40b49d8614ec30"
dependencies = [
"clru",
"gix-chunk",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-path",
"gix-tempfile",
"memmap2",
"parking_lot",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-path"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23623cf0f475691a6d943f898c4d0b89f5c1a2a64d0f92bce0e0322ee6528783"
dependencies = [
"bstr",
"gix-trace",
"home",
"once_cell",
"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.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd4aba68b925101cb45d6df328979af0681364579db889098a0de75b36c77b65"
dependencies = [
"gix-actor",
"gix-date",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile",
"gix-utils",
"gix-validate",
"memmap2",
"thiserror",
"winnow",
]
[[package]]
name = "gix-refspec"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dde848865834a54fe4d9b4573f15d0e9a68eaf3d061b42d3ed52b4b8acf880b2"
dependencies = [
"bstr",
"gix-hash",
"gix-revision",
"gix-validate",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-revision"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e34196e1969bd5d36e2fbc4467d893999132219d503e23474a8ad2b221cb1e8"
dependencies = [
"bstr",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"gix-trace",
"thiserror",
]
[[package]]
name = "gix-revwalk"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7d393ae814eeaae41a333c0ff684b243121cc61ccdc5bbe9897094588047d"
dependencies = [
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-sec"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fddc27984a643b20dd03e97790555804f98cf07404e0e552c0ad8133266a79a1"
dependencies = [
2024-01-17 06:45:28 +05:30
"bitflags 2.4.2",
"gix-path",
"libc",
"windows-sys",
]
[[package]]
name = "gix-tempfile"
2024-03-15 06:58:50 +05:30
version = "13.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "a761d76594f4443b675e85928e4902dec333273836bd386906f01e7e346a0d11"
dependencies = [
2023-07-23 06:12:47 +05:30
"gix-fs",
"libc",
"once_cell",
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-trace"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b838b2db8f62c9447d483a4c28d251b67fee32741a82cb4d35e9eb4e9fdc5ab"
[[package]]
name = "gix-traverse"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95aef84bc777025403a09788b1e4815c06a19332e9e5d87a955e1ed7da9bf0cf"
dependencies = [
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-url"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f0b24f3ecc79a5a53539de9c2e99425d0ef23feacdcf3faac983aa9a2f26849"
dependencies = [
"bstr",
2023-07-23 06:12:47 +05:30
"gix-features",
"gix-path",
"home",
"thiserror",
"url",
]
[[package]]
name = "gix-utils"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066432d4c277f9877f091279a597ea5331f68ca410efc874f0bdfb1cd348f92"
dependencies = [
2023-07-23 06:12:47 +05:30
"fastrand",
"unicode-normalization",
]
[[package]]
name = "gix-validate"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e39fc6e06044985eac19dd34d474909e517307582e462b2eb4c8fa51b6241545"
dependencies = [
"bstr",
"thiserror",
]
[[package]]
name = "hashbrown"
2023-11-27 07:40:55 +05:30
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 07:40:55 +05:30
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2022-02-06 16:11:20 +05:30
[[package]]
name = "heck"
version = "0.5.0"
2022-02-06 16:11:20 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2022-02-06 16:11:20 +05:30
[[package]]
name = "home"
2023-12-16 05:51:37 +05:30
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 05:51:37 +05:30
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2023-12-28 09:28:48 +05:30
"windows-sys",
]
[[package]]
name = "idna"
2023-11-23 06:46:12 +05:30
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:46:12 +05:30
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-03-15 06:58:50 +05:30
version = "2.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
dependencies = [
"equivalent",
"hashbrown",
]
[[package]]
name = "itoa"
2023-12-09 07:05:25 +05:30
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 07:05:25 +05:30
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2023-05-11 13:26:51 +05:30
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-02-01 06:42:46 +05:30
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 06:42:46 +05:30
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-06-30 06:05:50 +05:30
[[package]]
name = "linux-raw-sys"
2024-01-17 06:45:28 +05:30
version = "0.4.13"
2023-06-30 06:05:50 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 06:45:28 +05:30
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-06-30 06:05:50 +05:30
[[package]]
name = "lock_api"
2023-10-18 06:11:39 +05:30
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 06:11:39 +05:30
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-15 06:58:50 +05:30
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "memchr"
2023-12-29 06:17:46 +05:30
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-29 06:17:46 +05:30
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "memmap2"
2024-01-26 06:34:44 +05:30
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 06:34:44 +05:30
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
dependencies = [
"libc",
]
[[package]]
name = "miniz_oxide"
2024-02-04 06:39:17 +05:30
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 06:39:17 +05:30
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler",
]
2023-05-11 13:26:51 +05:30
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-02-02 06:40:08 +05:30
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num_threads"
2024-02-16 05:55:21 +05:30
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-16 05:55:21 +05:30
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
[[package]]
name = "once_cell"
2023-12-08 06:37:55 +05:30
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 06:37:55 +05:30
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-05-11 13:26:51 +05:30
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[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-10-18 06:11:39 +05:30
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 06:11:39 +05:30
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
2023-12-06 06:29:24 +05:30
"redox_syscall",
"smallvec",
2023-11-30 05:56:44 +05:30
"windows-targets 0.48.5",
]
[[package]]
name = "percent-encoding"
2023-11-23 06:46:12 +05:30
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:46:12 +05:30
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-05-11 13:26:51 +05:30
[[package]]
name = "pin-project-lite"
2023-08-26 07:33:36 +05:30
version = "0.2.13"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-26 07:33:36 +05:30
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2023-05-11 13:26:51 +05:30
2023-10-14 09:50:24 +05:30
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "proc-macro2"
2024-03-15 06:58:50 +05:30
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
"unicode-ident",
]
[[package]]
name = "prodash"
version = "28.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
2023-10-18 06:11:39 +05:30
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "regex-automata"
2024-03-15 06:58:50 +05:30
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-06-30 06:05:50 +05:30
[[package]]
name = "rustix"
2024-02-02 06:40:08 +05:30
version = "0.38.31"
2023-06-30 06:05:50 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-02 06:40:08 +05:30
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2023-06-30 06:05:50 +05:30
dependencies = [
2024-01-17 06:45:28 +05:30
"bitflags 2.4.2",
2023-06-30 06:05:50 +05:30
"errno",
"libc",
2023-07-23 06:12:47 +05:30
"linux-raw-sys",
2023-12-28 09:28:48 +05:30
"windows-sys",
]
[[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-07-23 06:12:47 +05:30
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-23 06:12:47 +05:30
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_spanned"
2023-12-20 06:11:33 +05:30
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 06:11:33 +05:30
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2023-05-11 13:26:51 +05:30
[[package]]
name = "sharded-slab"
2023-10-05 06:44:05 +05:30
version = "0.1.7"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-05 06:44:05 +05:30
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-05-11 13:26:51 +05:30
dependencies = [
"lazy_static",
]
[[package]]
name = "smallvec"
2024-01-20 06:57:12 +05:30
version = "1.13.1"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-20 06:57:12 +05:30
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2023-05-11 13:26:51 +05:30
[[package]]
name = "strsim"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
[[package]]
name = "syn"
2024-03-17 06:54:26 +05:30
version = "2.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:54:26 +05:30
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
2023-03-19 13:35:02 +05:30
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tempfile"
2024-03-15 06:58:50 +05:30
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
2023-07-23 06:12:47 +05:30
"fastrand",
"rustix",
2023-12-28 09:28:48 +05:30
"windows-sys",
]
[[package]]
name = "thiserror"
2024-03-15 06:58:50 +05:30
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-03-15 06:58:50 +05:30
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-05-11 13:26:51 +05:30
[[package]]
name = "thread_local"
2024-02-21 05:36:25 +05:30
version = "1.1.8"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-21 05:36:25 +05:30
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-05-11 13:26:51 +05:30
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2024-02-04 06:39:17 +05:30
version = "0.3.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 06:39:17 +05:30
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
dependencies = [
2023-07-31 06:13:37 +05:30
"deranged",
"itoa",
"libc",
2024-02-02 06:40:08 +05:30
"num-conv",
"num_threads",
2023-10-14 09:50:24 +05:30
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-09-25 05:42:23 +05:30
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 05:42:23 +05:30
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-02-02 06:40:08 +05:30
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-02 06:40:08 +05:30
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
dependencies = [
2024-02-02 06:40:08 +05:30
"num-conv",
"time-core",
]
[[package]]
name = "tinyvec"
2022-07-11 19:46:25 +05:30
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 19:46:25 +05:30
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-16 19:29:37 +05:30
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 19:29:37 +05:30
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2023-05-11 13:26:51 +05:30
[[package]]
name = "tracing"
version = "0.1.40"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-05-11 13:26:51 +05:30
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-05-11 13:26:51 +05:30
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-05-11 13:26:51 +05:30
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-05-11 13:26:51 +05:30
dependencies = [
"log",
2023-10-24 05:38:44 +05:30
"once_cell",
2023-05-11 13:26:51 +05:30
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
2023-05-11 13:26:51 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-05-11 13:26:51 +05:30
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
[[package]]
name = "unicode-bidi"
2024-01-18 06:28:57 +05:30
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-18 06:28:57 +05:30
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[package]]
name = "unicode-bom"
2023-11-14 07:38:49 +05:30
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-14 07:38:49 +05:30
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
2024-02-21 05:36:25 +05:30
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-21 05:36:25 +05:30
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
[[package]]
name = "url"
2023-11-23 06:46:12 +05:30
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 06:46:12 +05:30
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-05-11 13:26:51 +05:30
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[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 = "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-09-21 05:42:25 +05:30
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-21 05:42:25 +05:30
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
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"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-03-15 06:58:50 +05:30
"windows-targets 0.52.4",
]
[[package]]
name = "windows-targets"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-11-30 05:56:44 +05:30
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2023-11-30 05:56:44 +05:30
dependencies = [
2024-03-15 06:58:50 +05:30
"windows_aarch64_gnullvm 0.52.4",
"windows_aarch64_msvc 0.52.4",
"windows_i686_gnu 0.52.4",
"windows_i686_msvc 0.52.4",
"windows_x86_64_gnu 0.52.4",
"windows_x86_64_gnullvm 0.52.4",
"windows_x86_64_msvc 0.52.4",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_aarch64_gnullvm"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_aarch64_msvc"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_aarch64_msvc"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_i686_gnu"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_i686_gnu"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_i686_msvc"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_i686_msvc"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_x86_64_gnu"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_x86_64_gnu"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_x86_64_gnullvm"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_x86_64_msvc"
2023-08-19 06:22:57 +05:30
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-19 06:22:57 +05:30
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-11-30 05:56:44 +05:30
[[package]]
name = "windows_x86_64_msvc"
2024-03-15 06:58:50 +05:30
version = "0.52.4"
2023-11-30 05:56:44 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2023-11-30 05:56:44 +05:30
2024-02-14 07:18:30 +05:30
[[package]]
name = "winnow"
2024-03-15 06:58:50 +05:30
version = "0.6.5"
2024-02-14 07:18:30 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 06:58:50 +05:30
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
2024-02-14 07:18:30 +05:30
dependencies = [
"memchr",
]