2020-09-28 22:18:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-27 14:02:02 +00:00
|
|
|
version = 3
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "ab_glyph_rasterizer"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.1.8"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.21.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "anyhow"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.0.75"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2020-10-04 15:03:52 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c"
|
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-10-04 15:03:52 +00:00
|
|
|
"libc",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "autocfg"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "1.1.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.3.69"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "badge"
|
2018-02-14 00:48:17 +00:00
|
|
|
version = "0.2.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-01-31 19:37:42 +00:00
|
|
|
"base64 0.13.1",
|
2020-09-28 22:48:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"rusttype",
|
2022-01-24 15:18:19 +00:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.13.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.21.4"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-01-31 19:37:42 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "1.3.2"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "2.4.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.10.4"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.6.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
|
2023-07-29 19:37:22 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "3.14.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.5.0"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteyarn"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff"
|
2021-01-06 11:24:06 +00:00
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cadence"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.29.1"
|
2018-02-24 06:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "f39286bc075b023101dccdb79456a1334221c768b8faede0c2aff7ed29a9482d"
|
2018-02-24 06:37:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"crossbeam-channel",
|
2018-02-24 06:37:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
|
|
|
version = "1.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "9.0.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2023-10-08 09:13:30 +00:00
|
|
|
"toml 0.7.8",
|
2020-09-28 23:55:02 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.83"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"libc",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clru"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
|
|
|
|
|
2021-05-27 14:02:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "0.9.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.8.4"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
2021-05-27 14:02:02 +00:00
|
|
|
name = "cpufeatures"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.9"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2021-05-27 14:02:02 +00:00
|
|
|
"libc",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crates-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.2.0"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "33bc10579ea08741ae173928194b6c42c90b295d51ddd0d18238eaf15502ac87"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix 0.54.1",
|
2023-01-31 19:37:42 +00:00
|
|
|
"hex",
|
|
|
|
"home",
|
|
|
|
"memchr",
|
|
|
|
"rustc-hash",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"smol_str",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"toml 0.8.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "crossbeam-channel"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.5.8"
|
2018-03-22 08:47:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2018-03-22 08:47:32 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.8.3"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.9.15"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.8.16"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.1.6"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-29 07:30:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-03-07 18:51:57 +00:00
|
|
|
"typenum",
|
2021-12-29 07:30:53 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
2023-08-20 10:46:26 +00:00
|
|
|
"socket2 0.4.9",
|
2023-07-29 19:37:22 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.66+curl-8.3.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "70c44a72e830f0e40ad90dda8a6ab6ed6314d39776599a58a2e5e37fbc6db5b9"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2023-10-08 09:13:30 +00:00
|
|
|
"windows-sys",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cvss"
|
2022-05-23 01:00:40 +00:00
|
|
|
version = "2.0.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-23 01:00:40 +00:00
|
|
|
checksum = "7ec6a2f799b0e3103192800872de17ee1d39fe0c598628277b9b012f09b4010f"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-20 10:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-08-20 10:46:26 +00:00
|
|
|
|
2020-09-28 23:01:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.99.17"
|
2020-09-28 23:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-09-28 23:01:14 +00:00
|
|
|
dependencies = [
|
2021-05-27 14:02:02 +00:00
|
|
|
"convert_case",
|
2020-09-28 23:01:14 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-11-25 09:35:28 +00:00
|
|
|
"rustc_version",
|
2023-07-29 19:37:22 +00:00
|
|
|
"syn 1.0.109",
|
2020-09-28 23:01:14 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.10.7"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-02-10 11:49:35 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
2021-02-14 15:40:37 +00:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-14 15:40:37 +00:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.9.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-05-23 01:00:40 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.8.33"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.3.4"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-24 15:18:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.0.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.2.22"
|
2022-01-24 15:18:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2022-01-24 15:18:19 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-08-20 10:46:26 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-07-29 19:37:22 +00:00
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.0.27"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2022-01-24 15:18:19 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-02-10 15:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "font-awesome-as-a-crate"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.3.0"
|
2021-02-10 15:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "932dcfbd51320af5f27f1ba02d2e567dec332cac7d2c221ba45d8e767264c4dc"
|
2021-02-10 15:45:14 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"foreign-types-shared",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.2.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "2.9.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "futures-channel"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.28"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.28"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.28"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.28"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.28"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-10-08 09:13:30 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-task",
|
2023-10-08 09:13:30 +00:00
|
|
|
"memchr",
|
2021-02-14 15:40:37 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.14.7"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.10"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-29 21:03:55 +00:00
|
|
|
"libc",
|
2022-07-15 12:36:07 +00:00
|
|
|
"wasi",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.28.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
2023-10-08 09:13:30 +00:00
|
|
|
name = "gix"
|
|
|
|
version = "0.53.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "06a8c9f9452078f474fecd2880de84819b8c77224ab62273275b646bf785f906"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-actor 0.26.0",
|
|
|
|
"gix-attributes 0.18.0",
|
|
|
|
"gix-commitgraph 0.20.0",
|
|
|
|
"gix-config 0.29.0",
|
|
|
|
"gix-credentials 0.19.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-diff 0.35.0",
|
|
|
|
"gix-discover 0.24.0",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-filter 0.4.0",
|
|
|
|
"gix-fs 0.6.0",
|
|
|
|
"gix-glob 0.12.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-ignore 0.7.0",
|
|
|
|
"gix-index 0.24.0",
|
|
|
|
"gix-lock 9.0.0",
|
|
|
|
"gix-macros",
|
|
|
|
"gix-negotiate 0.7.0",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-odb 0.52.0",
|
|
|
|
"gix-pack 0.42.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec 0.2.0",
|
|
|
|
"gix-prompt",
|
|
|
|
"gix-protocol 0.39.0",
|
|
|
|
"gix-ref 0.36.0",
|
|
|
|
"gix-refspec 0.17.0",
|
|
|
|
"gix-revision 0.21.0",
|
|
|
|
"gix-revwalk 0.7.0",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-submodule 0.3.0",
|
|
|
|
"gix-tempfile 9.0.0",
|
|
|
|
"gix-trace",
|
|
|
|
"gix-transport 0.36.1",
|
|
|
|
"gix-traverse 0.32.0",
|
|
|
|
"gix-url 0.23.0",
|
|
|
|
"gix-utils",
|
|
|
|
"gix-validate",
|
|
|
|
"gix-worktree 0.25.0",
|
|
|
|
"gix-worktree-state",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "gix"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.54.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "ad6d32e74454459690d57d18ea4ebec1629936e6b130b51d12cb4a81630ac953"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-actor 0.27.0",
|
|
|
|
"gix-attributes 0.19.0",
|
|
|
|
"gix-commitgraph 0.21.0",
|
|
|
|
"gix-config 0.30.0",
|
|
|
|
"gix-credentials 0.20.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-diff 0.36.0",
|
|
|
|
"gix-discover 0.25.0",
|
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-filter 0.5.0",
|
|
|
|
"gix-fs 0.7.0",
|
|
|
|
"gix-glob 0.13.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-ignore 0.8.0",
|
|
|
|
"gix-index 0.25.0",
|
|
|
|
"gix-lock 10.0.0",
|
|
|
|
"gix-macros",
|
|
|
|
"gix-negotiate 0.8.0",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-odb 0.53.0",
|
|
|
|
"gix-pack 0.43.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-pathspec 0.3.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-prompt",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-protocol 0.40.0",
|
|
|
|
"gix-ref 0.37.0",
|
|
|
|
"gix-refspec 0.18.0",
|
|
|
|
"gix-revision 0.22.0",
|
|
|
|
"gix-revwalk 0.8.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-submodule 0.4.0",
|
|
|
|
"gix-tempfile 10.0.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-trace",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-transport 0.37.0",
|
|
|
|
"gix-traverse 0.33.0",
|
|
|
|
"gix-url 0.24.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-utils",
|
|
|
|
"gix-validate",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-worktree 0.26.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"once_cell",
|
2023-10-08 09:13:30 +00:00
|
|
|
"parking_lot",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.26.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8e8c6778cc03bca978b2575a03e04e5ba6f430a9dd9b0f1259f0a8a9a5e5cc66"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-date",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-date",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-attributes"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.18.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "d3548b76829d33a7160a4685134df16de0cc3b77418302e8a9969f0b662e698f"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-glob 0.12.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"kstring",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-attributes"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2451665e70709ba4753b623ef97511ee98c4a73816b2c5b5df25678d607ed820"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"byteyarn",
|
|
|
|
"gix-glob 0.13.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-bitmap"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.2.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "0ccab4bc576844ddb51b78d81b4a42d73e6229660fa614dfc3d3999c874d1959"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-chunk"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-command"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.2.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "0f28f654184b5f725c5737c7e4f466cbd8f0102ac352d5257eeab19647ee4256"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4676ede3a7d37e7028e2889830349a6aca22efc1d2f2dd9fa3351c1a8ddb0c6a"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-hash",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
|
|
|
version = "0.21.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "e75a975ee22cf0a002bfe9b5d5cb3d2a88e263a8a178cd7509133cff10f4df8a"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-chunk",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.29.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "1108c4ac88248dd25cc8ab0d0dae796e619fb72d92f88e30e00b29d61bb93cc4"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-glob 0.12.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-ref 0.36.0",
|
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
|
|
|
version = "0.30.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c171514b40487d3f677ae37efc0f45ac980e3169f23c27eb30a70b47fdf88ab5"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-glob 0.13.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref 0.37.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
2023-08-20 10:46:26 +00:00
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config-value"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.14.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-credentials"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.19.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "363e16428096b7311c380afe972831ea8b58fc1a1d1621dbdd865caf34921a54"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-command",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-path",
|
|
|
|
"gix-prompt",
|
|
|
|
"gix-sec",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-url 0.23.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-credentials"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46900b884cc5af6a6c141ee741607c0c651a4e1d33614b8d888a1ba81cc0bc8a"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-command",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-path",
|
|
|
|
"gix-prompt",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-url 0.24.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.8.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.35.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "b45e342d148373bd9070d557e6fb1280aeae29a3e05e32506682d027278501eb"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.36.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
|
|
|
version = "0.36.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "788ddb152c388206e81f36bcbb574e7ed7827c27d8fa62227b34edc333d8928c"
|
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da4cacda5ee9dd1b38b0e2506834e40e66c08cf050ef55c344334c76745f277b"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref 0.36.0",
|
|
|
|
"gix-sec",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.25.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "69507643d75a0ea9a402fcf73ced517d2b95cc95385904ac09d03e0b952fde33"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-ref 0.37.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f414c99e1a7abc69b21f3225a6539d203b0513f1d1d448607c4ea81cdcf9ee59"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-trace",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"prodash",
|
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
|
|
|
version = "0.35.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"flate2",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-trace",
|
|
|
|
"jwalk",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"prodash",
|
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "afbdb2ffae9e595d70f8c7b40953a82706d536bb8107874c258fe6368389832b"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-attributes 0.18.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-command",
|
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.36.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-packetline-blocking",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1be40d28cd41445bb6cd52c4d847d915900e5466f7433eaee6a9e0a3d1d88b08"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
|
|
|
"gix-attributes 0.19.0",
|
|
|
|
"gix-command",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-packetline-blocking",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "404795da3d4c660c9ab6c3b2ad76d459636d1e1e4b37b0c7ff68eee898c298d4"
|
|
|
|
dependencies = [
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.7.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "09815faba62fe9b32d918b75a554686c98e43f7d48c43a80df58eb718e5c6635"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.12.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "e3ac79c444193b0660fe0c0925d338bd338bd643e32138784dccfb12c628b892"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9d76e85f11251dcf751d2c5e918a14f562db5be6f727fd24775245653e9b19d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.13.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "2ccf425543779cddaa4a7c62aba3fa9d90ea135b160be0a72dd93c063121ad4a"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"faster-hex",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"hashbrown 0.14.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04ff3ec0fd9fb5bb0ae36b252976b0bc94b45ba969b1639f7402425d9d6baf67"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-glob 0.12.0",
|
|
|
|
"gix-path",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
|
|
|
version = "0.8.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "b048f443a1f6b02da4205c34d2e287e3fd45d75e8e2f06cfb216630ea9bff5e3"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-glob 0.13.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e9599fc30b3d6aad231687a403f85dfa36ae37ccf1b68ee1f621ad5b7fc7a0d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"filetime",
|
|
|
|
"gix-bitmap",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-fs 0.6.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock 9.0.0",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-traverse 0.32.0",
|
|
|
|
"itoa",
|
|
|
|
"memmap2",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
|
|
|
version = "0.25.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "f54d63a9d13c13088f41f5a3accbec284e492ac8f4f707fcc307c139622e17b7"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"filetime",
|
|
|
|
"gix-bitmap",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-fs 0.7.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-lock 10.0.0",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-traverse 0.33.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
|
|
|
"memmap2",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-lock"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "9.0.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "1568c3d90594c60d52670f325f5db88c2d572e85c8dd45fabc23d91cadb0fd52"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-tempfile 9.0.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-utils",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-08 09:13:30 +00:00
|
|
|
name = "gix-lock"
|
|
|
|
version = "10.0.0"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-tempfile 10.0.0",
|
|
|
|
"gix-utils",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "208b25af0e59d04e7313479fc949bd68e11a065b51718995139cefac498e24df"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"gix-commitgraph 0.20.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-revwalk 0.7.0",
|
|
|
|
"smallvec",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.8.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "6f1697bf9911c6d1b8d709b9e6ef718cb5ea5821a1b7991520125a8134448004"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-commitgraph 0.21.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-revwalk 0.8.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.36.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "3e5528d5b2c984044d547e696e44a8c45fa122e83cd8c2ac1da69bd474336be8"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-actor 0.26.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.34.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e7e19616c67967374137bae83e950e9b518a9ea8a605069bd6716ada357fd6f"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-actor 0.27.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0446eca295459deb3d6dd6ed7d44a631479f1b7381d8087166605c7a9f717c6"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-pack 0.42.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.53.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8d6a392c6ba3a2f133cdc63120e9bc7aec81eef763db372c817de31febfe64bf"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"gix-date",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-pack 0.43.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be19ee650300d7cbac5829b637685ec44a8d921a7c2eaff8a245d8f2f008870c"
|
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile 9.0.0",
|
|
|
|
"memmap2",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
|
|
|
version = "0.43.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "7536203a45b31e1bc5694bbf90ba8da1b736c77040dd6a520db369f371eb1ab3"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.37.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-tempfile 10.0.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"memmap2",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"uluru",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.16.6"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "d6df0b75361353e7c0a6d72d49617a37379a7a22cba4569ae33a7720a4c8755a"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"faster-hex",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline-blocking"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.16.6"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "7d8395f7501c84d6a1fe902035fdfd8cd86d89e2dd6be0200ec1a72fd3c92d39"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"faster-hex",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-path"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.10.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-trace",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-pathspec"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90a7885b4ccdc8c80740e465747bf961a8110043fdc1fda3ee80bc81885f42df"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes 0.18.0",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-glob 0.12.0",
|
|
|
|
"gix-path",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pathspec"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3e26c9b47c51be73f98d38c84494bd5fb99334c5d6fda14ef5d036d50a9e5fd"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes 0.19.0",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-glob 0.13.0",
|
|
|
|
"gix-path",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-prompt"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.7.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "5c9a913769516f5e9d937afac206fb76428e3d7238e538845842887fda584678"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"gix-command",
|
|
|
|
"gix-config-value",
|
|
|
|
"parking_lot",
|
|
|
|
"rustix",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.39.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "5d6ee7fc3f80140ea0651d483ecb9e680403be244849c16237fce45ac80163df"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-credentials 0.19.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.34.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-transport 0.36.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"maybe-async",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
|
|
|
version = "0.40.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc7b700dc20cc9be8a5130a1fd7e10c34117ffa7068431c8c24d963f0a2e0c9b"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-credentials 0.20.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-transport 0.37.0",
|
|
|
|
"maybe-async",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-quote"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.36.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cccbfa8d5cd9b86465f27a521e0c017de54b92d9fd37c143e49c658a2f04f3a"
|
|
|
|
dependencies = [
|
|
|
|
"gix-actor 0.26.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-fs 0.6.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock 9.0.0",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile 9.0.0",
|
|
|
|
"gix-validate",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
|
|
|
version = "0.37.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "22e6b749660b613641769edc1954132eb8071a13c32224891686091bef078de4"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-actor 0.27.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-fs 0.7.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-lock 10.0.0",
|
|
|
|
"gix-object 0.37.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-tempfile 10.0.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-validate",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.17.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "678ba30d95baa5462df9875628ed40655d5f5b8aba7028de86ed57f36e762c6c"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-revision 0.21.0",
|
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0895cb7b1e70f3c3bd4550c329e9f5caf2975f97fcd4238e05754e72208ef61e"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-revision 0.22.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.21.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "b3e80a5992ae446fe1745dd26523b86084e3f1b6b3e35377fe09b4f35ac8f151"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-revwalk 0.7.0",
|
|
|
|
"gix-trace",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8c4b15cf2ab7a35f5bcb3ef146187c8d36df0177e171ca061913cbaaa890e89"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-revwalk 0.8.0",
|
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.7.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "b806349bc1f668e09035800e07ac8045da4e39a8925a245d93142c4802224ec1"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-commitgraph 0.20.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-object 0.36.0",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9870c6b1032f2084567710c3b2106ac603377f8d25766b8a6b7c33e6e3ca279"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph 0.21.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.37.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-sec"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.10.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-01-31 19:37:42 +00:00
|
|
|
"libc",
|
2023-07-29 19:37:22 +00:00
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ff6b99d735842a3a7fb162b660fa97acec39d576c0ca1700d9eff9344f8625d"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config 0.29.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec 0.2.0",
|
|
|
|
"gix-refspec 0.17.0",
|
|
|
|
"gix-url 0.23.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0150e82e9282d3f2ab2dd57a22f9f6c3447b9d9856e5321ac92d38e3e0e2b7"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config 0.30.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec 0.3.0",
|
|
|
|
"gix-refspec 0.18.0",
|
|
|
|
"gix-url 0.24.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
|
|
|
version = "9.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2762b91ff95e27ff3ea95758c0d4efacd7435a1be3629622928b8276de0f72a8"
|
|
|
|
dependencies = [
|
|
|
|
"gix-fs 0.6.0",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "10.0.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "5ae0978f3e11dc57290ee75ac2477c815bca1ce2fa7ed5dc5f16db067410ac4d"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-fs 0.7.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.36.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "95892eedefd65a6b4312aa5e166d2f740558adfb6854a2b7de73e82e54ef064c"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"base64 0.21.4",
|
|
|
|
"bstr",
|
|
|
|
"gix-command",
|
|
|
|
"gix-credentials 0.19.0",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-packetline",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-url 0.23.0",
|
|
|
|
"reqwest",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9ec726e6a245e68ace59a34126a1d679de60360676612985e70b0d3b102fb4e"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"curl",
|
|
|
|
"gix-command",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-credentials 0.20.0",
|
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-packetline",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-url 0.24.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ec6358f8373fb018af8fc96c9d2ec6a5b66999e2377dc40b7801351fec409ed"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph 0.20.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-revwalk 0.7.0",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22ef04ab3643acba289b5cedd25d6f53c0430770b1d689d1d654511e6fb81ba0"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph 0.21.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-revwalk 0.8.0",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-url"
|
|
|
|
version = "0.23.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "1c79d595b99a6c7ab274f3c991735a0c0f5a816a3da460f513c48edf1c7bf2cc"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-path",
|
|
|
|
"home",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"url",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-url"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.24.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "6125ecf46e8c68bf7202da6cad239831daebf0247ffbab30210d72f3856e420f"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-features 0.35.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"home",
|
|
|
|
"thiserror",
|
2023-01-31 19:37:42 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-utils"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-validate"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.8.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.25.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "addabd470ca4ce3ab893e32a5743971a530b8fc0eee5c23844849abf3c9ea6d6"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-attributes 0.18.0",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-fs 0.6.0",
|
|
|
|
"gix-glob 0.12.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ignore 0.7.0",
|
|
|
|
"gix-index 0.24.0",
|
|
|
|
"gix-object 0.36.0",
|
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f5e32972801bd82d56609e6fc84efc358fa1f11f25c5e83b7807ee2280f14fe"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes 0.19.0",
|
|
|
|
"gix-features 0.35.0",
|
|
|
|
"gix-fs 0.7.0",
|
|
|
|
"gix-glob 0.13.0",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ignore 0.8.0",
|
|
|
|
"gix-index 0.25.0",
|
|
|
|
"gix-object 0.37.0",
|
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree-state"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02daf5a1d381280e3c5803a3745ee2abf09d2873118136aaadc0ed96ed438aeb"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-features 0.34.0",
|
|
|
|
"gix-filter 0.4.0",
|
|
|
|
"gix-fs 0.6.0",
|
|
|
|
"gix-glob 0.12.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-hash",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-index 0.24.0",
|
|
|
|
"gix-object 0.36.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-worktree 0.25.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"io-close",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.3.21"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"fnv",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2020-09-29 21:03:55 +00:00
|
|
|
"http",
|
2023-07-29 19:37:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2020-09-29 21:03:55 +00:00
|
|
|
"slab",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.12.3"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.14.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.1.19"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-01-17 09:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.3.3"
|
2023-01-17 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-01-17 09:22:13 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "hex"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.4.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "home"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.5.5"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"windows-sys",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.9"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"fnv",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-07-15 12:36:07 +00:00
|
|
|
version = "0.4.5"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 12:36:07 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"http",
|
2021-05-27 14:02:02 +00:00
|
|
|
"pin-project-lite",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-13 09:25:59 +00:00
|
|
|
version = "1.8.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 09:25:59 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.0.3"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.14.27"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2020-09-28 22:48:26 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2020-09-29 21:03:55 +00:00
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2020-09-28 22:48:26 +00:00
|
|
|
"httparse",
|
2020-09-30 12:58:18 +00:00
|
|
|
"httpdate",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2021-11-25 09:35:28 +00:00
|
|
|
"pin-project-lite",
|
2023-08-20 10:46:26 +00:00
|
|
|
"socket2 0.4.9",
|
2020-09-29 21:03:55 +00:00
|
|
|
"tokio",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2020-09-28 22:48:26 +00:00
|
|
|
"want",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-01-06 11:24:06 +00:00
|
|
|
version = "0.5.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-06 11:24:06 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-28 23:55:02 +00:00
|
|
|
"hyper",
|
2020-09-28 22:48:26 +00:00
|
|
|
"native-tls",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2021-01-06 11:24:06 +00:00
|
|
|
"tokio-native-tls",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.4.0"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 22:31:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.9.3"
|
2018-02-16 22:31:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2018-02-16 22:31:38 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"autocfg",
|
2023-07-29 19:37:22 +00:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.0.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-10-08 09:13:30 +00:00
|
|
|
"hashbrown 0.14.1",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-16 22:31:38 +00:00
|
|
|
]
|
|
|
|
|
2022-01-24 15:18:19 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "io-close"
|
|
|
|
version = "0.3.7"
|
2022-01-24 15:18:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
|
2022-01-24 15:18:19 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2022-01-24 15:18:19 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "2.8.0"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.0.9"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2021-12-29 07:30:53 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.64"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jwalk"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
|
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "1.4.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.2.149"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.1.12"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "linux-raw-sys"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.8"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.10"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.4.20"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-10-05 11:47:24 +00:00
|
|
|
name = "lru_time_cache"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.11.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.25.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "b0bab19cef8a7fe1c18a43e881793bfc9d4ea984befec3ae5bd0415abf3ecf00"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud_macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud_macros"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.25.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "0be95d66c3024ffce639216058e5bae17a83ecaf266ffc6e4d060ad447c9eed2"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-11-04 13:42:42 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-29 19:37:22 +00:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-async"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "memchr"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.6.4"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2018-03-12 10:10:27 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "memmap2"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.7.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
2020-10-03 12:08:16 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.8.8"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2022-07-15 12:36:07 +00:00
|
|
|
"wasi",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows-sys",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.2.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-29 21:03:55 +00:00
|
|
|
"lazy_static",
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl",
|
2020-09-29 21:03:55 +00:00
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
2020-09-28 22:48:26 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
2020-09-29 21:03:55 +00:00
|
|
|
"tempfile",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.2.17"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-01-31 19:37:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2022-03-07 18:51:57 +00:00
|
|
|
name = "num_cpus"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.16.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"hermit-abi 0.3.3",
|
2022-03-07 18:51:57 +00:00
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-07 18:51:57 +00:00
|
|
|
name = "num_threads"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "0.1.6"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.32.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "once_cell"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.18.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.10.57"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"bitflags 2.4.0",
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-28 22:48:26 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-05-27 14:02:02 +00:00
|
|
|
"once_cell",
|
2022-05-19 17:17:10 +00:00
|
|
|
"openssl-macros",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.1.1"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-05-19 17:17:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"syn 2.0.38",
|
2022-05-19 17:17:10 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-24 15:18:19 +00:00
|
|
|
version = "0.1.5"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 15:18:19 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.9.93"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:48:17 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "owned_ttf_parser"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.2"
|
2018-02-14 00:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb"
|
2018-02-14 00:48:17 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"ttf-parser",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00: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"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"smallvec",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "2.3.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.2.13"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.27"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "3.1.2"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-04 13:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-29 19:37:22 +00:00
|
|
|
"syn 1.0.109",
|
2020-11-04 13:42:42 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.68"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "5b1106fec09662ec6dd98ccac0f81cef56984d0b49f75c92d8cbad76e20c005c"
|
2018-03-12 10:10:27 +00:00
|
|
|
dependencies = [
|
2022-05-19 17:17:10 +00:00
|
|
|
"unicode-ident",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "26.2.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.9.3"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
2021-02-01 18:46:26 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-02-01 18:46:26 +00:00
|
|
|
"getopts",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.0.33"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.8.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.12.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.2.16"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-02-14 15:40:37 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2021-02-14 15:40:37 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-22 20:06:03 +00:00
|
|
|
version = "0.4.3"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 20:06:03 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2023-07-29 19:37:22 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-03-18 13:21:51 +00:00
|
|
|
"thiserror",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "regex-automata"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.3.9"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "relative-path"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.9.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"serde",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.11.22"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"async-compression",
|
|
|
|
"base64 0.21.4",
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-10-03 12:08:16 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-24 15:18:19 +00:00
|
|
|
"h2",
|
2020-10-03 12:08:16 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-10-08 09:13:30 +00:00
|
|
|
"hyper-rustls",
|
2020-10-03 12:08:16 +00:00
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-10-10 14:14:32 +00:00
|
|
|
"once_cell",
|
2020-10-03 12:08:16 +00:00
|
|
|
"percent-encoding",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2023-10-08 09:13:30 +00:00
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"rustls-pemfile",
|
2020-10-03 12:08:16 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2023-10-08 09:13:30 +00:00
|
|
|
"system-configuration",
|
2020-10-03 12:08:16 +00:00
|
|
|
"tokio",
|
2021-01-06 11:24:06 +00:00
|
|
|
"tokio-native-tls",
|
2023-10-08 09:13:30 +00:00
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-util",
|
2022-07-15 12:36:07 +00:00
|
|
|
"tower-service",
|
2020-10-03 12:08:16 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "route-recognizer"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-11-25 09:35:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-12-29 07:30:53 +00:00
|
|
|
version = "0.4.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 07:30:53 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-11-25 09:35:28 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2021-11-25 09:35:28 +00:00
|
|
|
]
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-18 19:58:47 +00:00
|
|
|
version = "0.38.19"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-18 19:58:47 +00:00
|
|
|
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustsec"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.28.2"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "4f099fa0229b64392c5072719467f17f3f4e40c4e1baf9d45986692a6101c51a"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"cargo-lock",
|
|
|
|
"cvss",
|
2020-12-26 14:30:17 +00:00
|
|
|
"fs-err",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix 0.53.1",
|
2020-09-28 23:55:02 +00:00
|
|
|
"home",
|
|
|
|
"platforms",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2023-10-08 09:13:30 +00:00
|
|
|
"tame-index",
|
2020-09-28 23:55:02 +00:00
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"time",
|
|
|
|
"toml 0.7.8",
|
2021-02-01 18:46:26 +00:00
|
|
|
"url",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusttype"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.9.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "3ff8374aa04134254b7995b63ad3dc41c7f7236f69528b28553da7d72efaa967"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-02-14 15:40:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.0.14"
|
2021-02-14 15:40:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2021-02-14 15:40:37 +00:00
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sass-rs"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.2.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "cabcf7c6e55053f359911187ac401409aad2dc14338cae972dec266fee486abd"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
|
|
|
"sass-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sass-sys"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.4.22"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "933bca23b402377f0ab71e79732a826deffc748013746ac3314f6abc7f9fc51c"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
|
|
|
"pkg-config",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.1.22"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.2.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-05-23 01:00:40 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "2.9.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "2.9.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-11-25 09:35:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.19"
|
2021-11-25 09:35:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "serde"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.188"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2020-09-28 22:53:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "serde_derive"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.188"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"syn 2.0.38",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.107"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-28 22:48:26 +00:00
|
|
|
"ryu",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.6.3"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "0.7.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-12-26 14:30:17 +00:00
|
|
|
"ryu",
|
2020-10-03 12:08:16 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.10.1"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2021-05-27 14:02:02 +00:00
|
|
|
"cpufeatures",
|
2021-02-10 11:49:35 +00:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shiny-robots"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-09-28 23:28:58 +00:00
|
|
|
"anyhow",
|
2020-09-28 22:48:26 +00:00
|
|
|
"badge",
|
|
|
|
"cadence",
|
2023-10-08 09:13:30 +00:00
|
|
|
"crates-index",
|
2020-09-28 23:01:14 +00:00
|
|
|
"derive_more",
|
2021-02-10 15:45:14 +00:00
|
|
|
"font-awesome-as-a-crate",
|
2022-01-16 16:48:08 +00:00
|
|
|
"futures-util",
|
2020-09-28 23:55:02 +00:00
|
|
|
"hyper",
|
2023-10-08 09:13:30 +00:00
|
|
|
"indexmap 2.0.2",
|
2020-10-05 11:47:24 +00:00
|
|
|
"lru_time_cache",
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud",
|
|
|
|
"once_cell",
|
2021-02-01 18:46:26 +00:00
|
|
|
"pulldown-cmark",
|
2020-09-28 22:48:26 +00:00
|
|
|
"relative-path",
|
2020-10-03 12:08:16 +00:00
|
|
|
"reqwest",
|
2020-09-28 22:48:26 +00:00
|
|
|
"route-recognizer",
|
|
|
|
"rustsec",
|
|
|
|
"sass-rs",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-01-24 15:18:19 +00:00
|
|
|
"serde_urlencoded",
|
2021-02-10 11:49:35 +00:00
|
|
|
"sha-1",
|
2020-09-28 22:48:26 +00:00
|
|
|
"slog",
|
2020-10-04 15:03:52 +00:00
|
|
|
"slog-async",
|
|
|
|
"slog-term",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2023-10-08 09:13:30 +00:00
|
|
|
"toml 0.8.2",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.9"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-15 20:04:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
2020-12-26 14:30:17 +00:00
|
|
|
version = "2.7.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-26 14:30:17 +00:00
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-04 15:03:52 +00:00
|
|
|
name = "slog-async"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.8.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "2.9.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-10-04 15:03:52 +00:00
|
|
|
"atty",
|
2020-09-28 22:48:26 +00:00
|
|
|
"slog",
|
2020-10-04 15:03:52 +00:00
|
|
|
"term",
|
|
|
|
"thread_local",
|
2022-03-07 18:51:57 +00:00
|
|
|
"time",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "smallvec"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.11.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.0"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "socket2"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.4.9"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"libc",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2023-08-20 10:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.5.4"
|
2023-08-20 10:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
2023-08-20 10:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.0.38"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-19 17:17:10 +00:00
|
|
|
"unicode-ident",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tame-index"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6b3fea0e225ef36939de3613334dbbc02da041c1830e4a84260b0137b3bc0c7"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"gix 0.53.1",
|
|
|
|
"home",
|
|
|
|
"http",
|
|
|
|
"memchr",
|
|
|
|
"rayon",
|
|
|
|
"reqwest",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smol_str",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"toml 0.7.8",
|
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-29 21:03:55 +00:00
|
|
|
name = "tempfile"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "3.8.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2022-01-24 15:18:19 +00:00
|
|
|
"fastrand",
|
2023-07-29 19:37:22 +00:00
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-02-14 15:40:37 +00:00
|
|
|
version = "0.7.0"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-14 15:40:37 +00:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2021-01-06 11:24:06 +00:00
|
|
|
"winapi",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.49"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.49"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"syn 2.0.38",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.1.7"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"cfg-if",
|
2021-02-14 15:40:37 +00:00
|
|
|
"once_cell",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "time"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.3.29"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"deranged",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2022-03-07 18:51:57 +00:00
|
|
|
"num_threads",
|
2022-10-28 18:45:31 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-03-07 18:51:57 +00:00
|
|
|
"time-macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.1.2"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-03-07 18:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.2.15"
|
2022-03-07 18:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2022-10-28 18:45:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-03-07 18:51:57 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tinyvec"
|
2022-05-19 17:17:10 +00:00
|
|
|
version = "1.6.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 17:17:10 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.1.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tokio"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.32.0"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"backtrace",
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"libc",
|
2020-09-28 22:48:26 +00:00
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2023-10-08 09:13:30 +00:00
|
|
|
"socket2 0.5.4",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio-macros",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows-sys",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tokio-macros"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "2.1.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"syn 2.0.38",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 11:24:06 +00:00
|
|
|
name = "tokio-native-tls"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.1"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tokio-util"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.7.9"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
2018-03-26 08:23:18 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2022-04-22 20:06:03 +00:00
|
|
|
"tracing",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "toml"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.19.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.2"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-07-29 19:37:22 +00:00
|
|
|
"toml_datetime",
|
2023-10-08 09:13:30 +00:00
|
|
|
"toml_edit 0.20.2",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.6.3"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.19.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.0.2",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.20.2"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"indexmap 2.0.2",
|
2023-01-31 19:37:42 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-07-29 19:37:22 +00:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2023-01-31 19:37:42 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 08:23:18 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tower-service"
|
2022-07-15 12:36:07 +00:00
|
|
|
version = "0.3.2"
|
2018-03-26 08:23:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 12:36:07 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.37"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tracing-core",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing-core"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.1.31"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2022-07-15 12:36:07 +00:00
|
|
|
"once_cell",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.2.4"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.2"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.17.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uluru"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.7.0"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-02-01 18:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
|
|
|
version = "2.0.2"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.0.12"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-10 14:14:32 +00:00
|
|
|
version = "0.1.22"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 14:14:32 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"tinyvec",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2021-02-01 18:46:26 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.4.1"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2020-09-28 22:48:26 +00:00
|
|
|
"idna",
|
2020-09-29 21:03:55 +00:00
|
|
|
"percent-encoding",
|
2021-02-01 18:46:26 +00:00
|
|
|
"serde",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.15"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-24 15:18:19 +00:00
|
|
|
version = "0.9.4"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 15:18:19 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-10-03 12:08:16 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "2.4.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.1"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"try-lock",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2022-03-18 13:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.87"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.87"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-15 20:04:48 +00:00
|
|
|
"once_cell",
|
2020-10-03 12:08:16 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"syn 2.0.38",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.4.37"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.87"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.87"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"syn 2.0.38",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.2.87"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.64"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.3.9"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.1.6"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2022-10-28 18:45:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-10-28 18:45:31 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-17 09:22:13 +00:00
|
|
|
"windows_x86_64_msvc",
|
2022-10-28 18:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "0.48.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.5.16"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.50.0"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys",
|
2020-09-28 22:48:26 +00:00
|
|
|
]
|