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"
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "anyhow"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.79"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.6"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
|
2023-10-08 09:13:30 +00:00
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.21.7"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "2.4.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.9.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
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"
|
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cadence"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.0"
|
2018-02-24 06:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "eab51a759f502097abe855100b81b421d3a104b62a2c3209f751d90ce6dd2ea1"
|
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"
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codemap"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
|
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.4"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.6"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.12"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "2.4.0"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "9354073907e7cb164304f885c303fd21807757cd0152216dd085c4507caa1d88"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix 0.57.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-11-26 20:13:03 +00:00
|
|
|
"toml 0.8.8",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.4"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.5.11"
|
2018-03-22 08:47:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2018-03-22 08:47:32 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"crossbeam-utils",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.5"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.18"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.11"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.19"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
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-11-26 20:13:03 +00:00
|
|
|
"socket2 0.4.10",
|
2023-07-29 19:37:22 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.70+curl-8.5.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.11"
|
2023-08-20 10:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2023-11-26 20:13:03 +00:00
|
|
|
"powerfmt",
|
2023-10-08 09:13:30 +00:00
|
|
|
"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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.8"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.23"
|
2022-01-24 15:18:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2022-01-24 15:18:19 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "1.0.28"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
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-11-26 20:13:03 +00:00
|
|
|
version = "1.2.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.11.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.30"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.30"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.30"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.30"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.30"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.30"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-10-08 09:13:30 +00:00
|
|
|
"futures-io",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.12"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.28.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2023-11-26 20:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix"
|
|
|
|
version = "0.55.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "002667cd1ebb789313d0d0afe3d23b2821cf3b0e91605095f0e6d8751f0ceeea"
|
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-actor 0.28.1",
|
|
|
|
"gix-attributes 0.20.1",
|
|
|
|
"gix-commitgraph 0.22.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-config 0.31.0",
|
|
|
|
"gix-credentials 0.21.0",
|
|
|
|
"gix-date",
|
|
|
|
"gix-diff 0.37.0",
|
|
|
|
"gix-discover 0.26.0",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-filter 0.6.0",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-fs 0.8.1",
|
|
|
|
"gix-glob 0.14.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-hashtable 0.4.1",
|
|
|
|
"gix-ignore 0.9.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-index 0.26.0",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-lock 11.0.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-macros",
|
|
|
|
"gix-negotiate 0.9.0",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-odb 0.54.0",
|
|
|
|
"gix-pack 0.44.0",
|
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-pathspec 0.4.1",
|
|
|
|
"gix-prompt 0.7.0",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-protocol 0.41.1",
|
|
|
|
"gix-ref 0.38.0",
|
|
|
|
"gix-refspec 0.19.0",
|
|
|
|
"gix-revision 0.23.0",
|
|
|
|
"gix-revwalk 0.9.0",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-submodule 0.5.0",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 11.0.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-trace",
|
|
|
|
"gix-transport 0.38.0",
|
|
|
|
"gix-traverse 0.34.0",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-url 0.25.2",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-utils",
|
|
|
|
"gix-validate",
|
|
|
|
"gix-worktree 0.27.0",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-worktree-state",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix"
|
|
|
|
version = "0.57.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6dd025382892c7b500a9ce1582cd803f9c2ebfe44aff52e9c7f86feee7ced75e"
|
|
|
|
dependencies = [
|
|
|
|
"gix-actor 0.29.1",
|
|
|
|
"gix-attributes 0.21.1",
|
|
|
|
"gix-command 0.3.3",
|
|
|
|
"gix-commitgraph 0.23.2",
|
|
|
|
"gix-config 0.33.1",
|
|
|
|
"gix-credentials 0.23.1",
|
|
|
|
"gix-date",
|
|
|
|
"gix-diff 0.39.1",
|
|
|
|
"gix-discover 0.28.1",
|
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-filter 0.8.1",
|
|
|
|
"gix-fs 0.9.1",
|
|
|
|
"gix-glob 0.15.1",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-hashtable 0.5.1",
|
|
|
|
"gix-ignore 0.10.1",
|
|
|
|
"gix-index 0.28.2",
|
|
|
|
"gix-lock 12.0.1",
|
|
|
|
"gix-macros",
|
|
|
|
"gix-negotiate 0.11.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-odb 0.56.1",
|
|
|
|
"gix-pack 0.46.1",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec 0.5.1",
|
|
|
|
"gix-prompt 0.8.2",
|
|
|
|
"gix-protocol 0.43.1",
|
|
|
|
"gix-ref 0.40.1",
|
|
|
|
"gix-refspec 0.21.1",
|
|
|
|
"gix-revision 0.25.1",
|
|
|
|
"gix-revwalk 0.11.1",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-submodule 0.7.1",
|
|
|
|
"gix-tempfile 12.0.1",
|
|
|
|
"gix-trace",
|
|
|
|
"gix-transport 0.40.1",
|
|
|
|
"gix-traverse 0.36.2",
|
|
|
|
"gix-url 0.26.1",
|
|
|
|
"gix-utils",
|
|
|
|
"gix-validate",
|
|
|
|
"gix-worktree 0.29.1",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.28.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "2eadca029ef716b4378f7afb19f7ee101fde9e58ba1f1445971315ac866db417"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.29.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "da27b5ab4ab5c75ff891dccd48409f8cc53c28a79480f1efdd33184b2dc1d958"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-date",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-attributes"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.20.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "0f395469d38c76ec47cd1a6c5a53fbc3f13f737b96eaf7535f4e6b367e643381"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-glob 0.14.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-trace",
|
2024-01-20 12:02:58 +00:00
|
|
|
"kstring",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-attributes"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.21.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "bd6de7603d6bcefcf9a1d87779c4812b14665f71bc870df7ce9ca4c4b309de18"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-glob 0.15.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
2023-11-26 20:13:03 +00:00
|
|
|
"kstring",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-bitmap"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.10"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "78b6cd0f246180034ddafac9b00a112f19178135b21eb031b3f79355891f7325"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-chunk"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "003ec6deacf68076a0c157271a127e0bb2c031c1a41f7168cbe5d248d9b85c78"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-command"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.2.10"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "3c576cfbf577f72c097b5f88aedea502cd62952bdc1fb3adcab4531d5525a4c7"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
]
|
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-command"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce1ffc7db3fb50b7dae6ecd937a3527cb725f444614df2ad8988d81806f13f09"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"gix-trace",
|
|
|
|
"shell-words",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.22.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "85a7007ba021f059803afaf6f8a48872422abc20550ac12ede6ddea2936cec36"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-chunk",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"memmap2 0.9.3",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.23.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "7e8dcbf434951fa477063e05fea59722615af70dc2567377e58c2f7853b010fc"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-chunk",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"memmap2 0.9.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.31.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "5cae98c6b4c66c09379bc35274b172587d6b0ac369a416c39128ad8c6454f9bb"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-glob 0.14.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-ref 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.33.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "367304855b369cadcac4ee5fb5a3a20da9378dd7905106141070b79f85241079"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-glob 0.15.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-ref 0.40.1",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.14.4"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "5b8a1e7bfb37a46ed0b8468db37a6d8a0a61d56bdbe4603ae492cb322e5f3958"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-credentials"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.21.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1c5c5d74069b842a1861e581027ac6b7ad9ff66f5911c89b9f45484d7ebda6a4"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-command 0.2.10",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-config-value",
|
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-prompt 0.7.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-url 0.25.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-credentials"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.23.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "380cf3a7c31763743ae6403ec473281d54bfa05628331d09518a350ad5a0971f"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-command 0.3.3",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-config-value",
|
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-prompt 0.8.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-sec",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-trace",
|
|
|
|
"gix-url 0.26.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.3"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fb7f3dfb72bebe3449b5e642be64e3c6ccbe9821c8b8f19f487cf5bfbbf4067e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.37.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "931394f69fb8c9ed6afc0aae3487bd869e936339bcc13ed8884472af072e0554"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-object 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.39.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fd6a0454f8c42d686f17e7f084057c717c082b7dbb8209729e4e8f26749eb93a"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bstr",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-object 0.40.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a45d5cf0321178883e38705ab2b098f625d609a7d4c391b33ac952eff2c490f2"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-ref 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-sec",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.28.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b8d7b2896edc3d899d28a646ccc6df729827a6600e546570b2783466404a42d6"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-ref 0.40.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.36.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "4d46a4a5c6bb5bebec9c0d18b65ada20e6517dbd7cf855b87dd4bbdce3a771b2"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
2023-11-26 20:13:03 +00:00
|
|
|
"crossbeam-channel",
|
2023-10-08 09:13:30 +00:00
|
|
|
"flate2",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-trace",
|
2023-11-26 20:13:03 +00:00
|
|
|
"jwalk",
|
2023-10-08 09:13:30 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-11-26 20:13:03 +00:00
|
|
|
"parking_lot",
|
2024-01-20 12:02:58 +00:00
|
|
|
"prodash 26.2.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.37.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "d50270e8dcc665f30ba0735b17984b9535bdf1e646c76e638e007846164d57af"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"flate2",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-trace",
|
|
|
|
"jwalk",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2024-01-20 12:02:58 +00:00
|
|
|
"prodash 28.0.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.6.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "92f674d3fdb6b1987b04521ec9a5b7be8650671f2c4bbd17c3c81e2a364242ff"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-attributes 0.20.1",
|
|
|
|
"gix-command 0.2.10",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-packetline-blocking 0.16.6",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f598c1d688bf9d57f428ed7ee70c3e786d6f0cc7ed1aeb3c982135af41f6e516"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-attributes 0.21.1",
|
|
|
|
"gix-command 0.3.3",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-packetline-blocking 0.17.3",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-utils",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "20e86eb040f5776a5ade092282e51cdcad398adb77d948b88d17583c2ae4e107"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "7555c23a005537434bbfcb8939694e18cad42602961d0de617f8477cc2adecdd"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.14.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "5db19298c5eeea2961e5b3bf190767a2d1f09b8802aeb5f258e42276350aff19"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.15.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "ae6232f18b262770e343dcdd461c0011c9b9ae27f0c805e115012aa2b902c1b8"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f8cf8c2266f63e582b7eb206799b63aa5fa68ee510ad349f637dfe2d0653de0"
|
|
|
|
dependencies = [
|
|
|
|
"faster-hex 0.9.0",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
|
|
|
version = "0.14.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b0ed89cdc1dce26685c80271c4287077901de3c3dd90234d5fa47c22b2268653"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"faster-hex 0.9.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "feb61880816d7ec4f0b20606b498147d480860ddd9133ba542628df2f548d3ca"
|
|
|
|
dependencies = [
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"hashbrown 0.14.3",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
|
|
|
version = "0.5.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "ebe47d8c0887f82355e2e9e16b6cecaa4d5e5346a7a474ca78ff94de1db35a5b"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
2023-11-26 20:32:26 +00:00
|
|
|
"hashbrown 0.14.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a215cc8cf21645bca131fcf6329d3ebd46299c47dbbe27df71bb1ca9e328b879"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-glob 0.14.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.10.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f356ce440c60aedb7e72f3447f352f9c5e64352135c8cf33e838f49760fd2643"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-glob 0.15.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "c83a4fcc121b2f2e109088f677f89f85e7a8ebf39e8e6659c0ae54d4283b1650"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"filetime",
|
|
|
|
"gix-bitmap",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-fs 0.8.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-lock 11.0.1",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-traverse 0.34.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"itoa",
|
2024-01-20 12:02:58 +00:00
|
|
|
"memmap2 0.7.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.28.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "9e50e63df6c8d4137f7fb882f27643b3a9756c468a1a2cdbe1ce443010ca8778"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"filetime",
|
|
|
|
"gix-bitmap",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-fs 0.9.1",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-lock 12.0.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-traverse 0.36.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2024-01-20 12:02:58 +00:00
|
|
|
"libc",
|
|
|
|
"memmap2 0.9.3",
|
|
|
|
"rustix",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-lock"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "11.0.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "7e5c65e6a29830a435664891ced3f3c1af010f14900226019590ee0971a22f37"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 11.0.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-utils",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-08 09:13:30 +00:00
|
|
|
name = "gix-lock"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "12.0.1"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f40a439397f1e230b54cf85d52af87e5ea44cc1e7748379785d3f6d03d802b00"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 12.0.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-utils",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-macros"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.1.3"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "d75e7ab728059f595f6ddc1ad8771b8d6a231971ae493d9d5948ecad366ee8bb"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "2a5cdcf491ecc9ce39dcc227216c540355fe0024ae7c38e94557752ca5ebb67f"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
|
|
|
"gix-commitgraph 0.22.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-revwalk 0.9.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.11.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e6820bb5e9e259f6ad052826037452ca023d4f248c5d710dce067d89685dd582"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
|
|
|
"gix-commitgraph 0.23.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-revwalk 0.11.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.38.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "740f2a44267f58770a1cb3a3d01d14e67b089c7136c48d4bddbb3cfd2bf86a51"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-actor 0.28.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-hash 0.13.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.40.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "0c89402e8faa41b49fde348665a8f38589e461036475af43b6b70615a6a313a2"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-actor 0.29.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-hash 0.14.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.54.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "8630b56cb80d8fa684d383dad006a66401ee8314e12fbf0e566ddad8c115143b"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-pack 0.44.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.56.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "46ae6da873de41c6c2b73570e82c571b69df5154dcd8f46dfafc6687767c33b1"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-pack 0.46.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.44.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1431ba2e30deff1405920693d54ab231c88d7c240dd6ccc936ee223d8f8697c3"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-hashtable 0.4.1",
|
|
|
|
"gix-object 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 11.0.1",
|
|
|
|
"memmap2 0.7.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-11-26 20:13:03 +00:00
|
|
|
"uluru",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.46.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "782b4d42790a14072d5c400deda9851f5765f50fe72bca6dece0da1cd6f05a9a"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-hashtable 0.5.1",
|
|
|
|
"gix-object 0.40.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 12.0.1",
|
|
|
|
"memmap2 0.9.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"uluru",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.16.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "8a8384b1e964151aff0d5632dd9b191059d07dff358b96bd940f1b452600d7ab"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"faster-hex 0.8.1",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline"
|
|
|
|
version = "0.17.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ff45eef7747bde4986429a3e813478d50c2688b8f239e57bd3aa81065b285f"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"faster-hex 0.9.0",
|
|
|
|
"gix-trace",
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"faster-hex 0.8.1",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline-blocking"
|
|
|
|
version = "0.17.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca8ef6dd3ea50e26f3bf572e90c034d033c804d340cd1eb386392f184a9ba2f7"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"faster-hex 0.9.0",
|
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-path"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.10.4"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "14a6282621aed1becc3f83d64099a564b3b9063f22783d9a87ea502a3e9f2e40"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1dbbb92f75a38ef043c8bb830b339b38d0698d7f3746968b5fcbade7a880494d"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-attributes 0.20.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-config-value",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-glob 0.14.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pathspec"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.5.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "0cdb0ee9517c04f89bcaf6366fe893a17154ecb02d88b5c8174f27f1091d1247"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-attributes 0.21.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-config-value",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-glob 0.15.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"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 = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-command 0.2.10",
|
|
|
|
"gix-config-value",
|
|
|
|
"parking_lot",
|
|
|
|
"rustix",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-prompt"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02bd89d058258e53e0fd6c57f13ee16c5673a83066a68e11f88626fc8cfda5f6"
|
|
|
|
dependencies = [
|
|
|
|
"gix-command 0.3.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-config-value",
|
|
|
|
"parking_lot",
|
|
|
|
"rustix",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.41.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "391e3feabdfa5f90dad6673ce59e3291ac28901b2ff248d86c5a7fbde0391e0e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-credentials 0.21.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-transport 0.38.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"maybe-async",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.43.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "eca52738435991105f3bbd7f3a3a42cdf84c9992a78b9b7b1de528b3c022cfdd"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-credentials 0.23.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-transport 0.40.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"maybe-async",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-quote"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.10"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "9f7dc10303d73a960d10fb82f81188b036ac3e6b11b5795b20b1a60b51d1321f"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.38.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "0ec2f6d07ac88d2fb8007ee3fa3e801856fb9d82e7366ec0ca332eb2c9d74a52"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-actor 0.28.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-fs 0.8.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-lock 11.0.1",
|
|
|
|
"gix-object 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 11.0.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-validate",
|
2024-01-20 12:02:58 +00:00
|
|
|
"memmap2 0.7.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.40.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "64d9bd1984638d8f3511a2fcbe84fcedb8a5b5d64df677353620572383f42649"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-actor 0.29.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-fs 0.9.1",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-lock 12.0.1",
|
|
|
|
"gix-object 0.40.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-tempfile 12.0.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-validate",
|
2024-01-20 12:02:58 +00:00
|
|
|
"memmap2 0.9.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.19.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "ccb0974cc41dbdb43a180c7f67aa481e1c1e160fcfa8f4a55291fd1126c1a6e7"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-revision 0.23.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.21.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "be219df5092c1735abb2a53eccdf775e945eea6986ee1b6e7a5896dccc0be704"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-revision 0.25.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.23.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "2ca97ac73459a7f3766aa4a5638a6e37d56d4c7962bc1986fbaf4883d0772588"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-hashtable 0.4.1",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-revwalk 0.9.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-trace",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.25.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "aa78e1df3633bc937d4db15f8dca2abdb1300ca971c0fabcf9fa97e38cf4cd9f"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-hashtable 0.5.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-revwalk 0.11.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a16d8c892e4cd676d86f0265bf9d40cefd73d8d94f86b213b8b77d50e77efae0"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-commitgraph 0.22.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-hashtable 0.4.1",
|
|
|
|
"gix-object 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.11.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "702de5fe5c2bbdde80219f3a8b9723eb927466e7ecd187cfd1b45d986408e45f"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-commitgraph 0.23.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-hashtable 0.5.1",
|
|
|
|
"gix-object 0.40.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-sec"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.10.4"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f8d9bf462feaf05f2121cba7399dbc6c34d88a9cad58fc1e95027791d6a3c6d2"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-01-31 19:37:42 +00:00
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.5.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "bba78c8d12aa24370178453ec3a472ff08dfaa657d116229f57f2c9cd469a1c2"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-config 0.31.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-pathspec 0.4.1",
|
|
|
|
"gix-refspec 0.19.0",
|
|
|
|
"gix-url 0.25.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.7.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "21d438409222de24dffcc9897f04a9f97903a19fe4835b598ab3bb9b6e0f5e35"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-config 0.33.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-pathspec 0.5.1",
|
|
|
|
"gix-refspec 0.21.1",
|
|
|
|
"gix-url 0.26.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "11.0.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "388dd29114a86ec69b28d1e26d6d63a662300ecf61ab3f4cc578f7d7dc9e7e23"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-fs 0.8.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "12.0.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a8ef376d718b1f5f119b458e21b00fbf576bc9d4e26f8f383d29f5ffe3ba3eaa"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-fs 0.9.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.1.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "02b202d766a7fefc596e2cc6a89cda8ad8ad733aed82da635ac120691112a9b1"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.38.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "2f209a93364e24f20319751bc11092272e2f3fe82bb72592b2822679cf5be752"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"base64 0.21.7",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-command 0.2.10",
|
|
|
|
"gix-credentials 0.21.0",
|
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-packetline 0.16.7",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-url 0.25.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"reqwest",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.40.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "be01a22053e9395a409fcaeed879d94f4fcffeb4f46de7143275fbf5e5b39770"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"base64 0.21.7",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"curl",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-command 0.3.3",
|
|
|
|
"gix-credentials 0.23.1",
|
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-packetline 0.17.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-url 0.26.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.34.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "14d050ec7d4e1bb76abf0636cf4104fb915b70e54e3ced9a4427c999100ff38a"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-commitgraph 0.22.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-hashtable 0.4.1",
|
|
|
|
"gix-object 0.38.0",
|
|
|
|
"gix-revwalk 0.9.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.36.2"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "65109e445ba7a409b48f34f570a4d7db72eade1dc1bcff81990a490e86c07161"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-commitgraph 0.23.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-date",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-hashtable 0.5.1",
|
|
|
|
"gix-object 0.40.1",
|
|
|
|
"gix-revwalk 0.11.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-url"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.25.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "0c427a1a11ccfa53a4a2da47d9442c2241deee63a154bc15cc14b8312fbc4005"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
2023-10-08 09:13:30 +00:00
|
|
|
"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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "8f0f17cceb7552a231d1fec690bc2740c346554e3be6f5d2c41dfa809594dc44"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.37.2",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.1.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "56e839f3d0798b296411263da6bee780a176ef8008a5dfc31287f7eda9266ab8"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
2024-01-20 12:02:58 +00:00
|
|
|
"unicode-normalization",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-validate"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.3"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "ac7cc36f496bd5d96cdca0f9289bb684480725d40db60f48194aa7723b883854"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.27.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "ddaf79e721dba64fe726a42f297a3c8ed42e55cdc0d81ca68452f2def3c2d7fd"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-attributes 0.20.1",
|
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-fs 0.8.1",
|
|
|
|
"gix-glob 0.14.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-ignore 0.9.1",
|
|
|
|
"gix-index 0.26.0",
|
|
|
|
"gix-object 0.38.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.29.1"
|
2023-11-26 20:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "53982f8abff0789a9599e644108a1914da61a4d0dede8e45037e744dcb008d52"
|
2023-11-26 20:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-attributes 0.21.1",
|
|
|
|
"gix-features 0.37.2",
|
|
|
|
"gix-fs 0.9.1",
|
|
|
|
"gix-glob 0.15.1",
|
|
|
|
"gix-hash 0.14.1",
|
|
|
|
"gix-ignore 0.10.1",
|
|
|
|
"gix-index 0.28.2",
|
|
|
|
"gix-object 0.40.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree-state"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "34a2fcccdcaf3c71c00a03df31c9aa459d444cabbec4ed9ca1fa64e43406bed4"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-features 0.36.1",
|
|
|
|
"gix-filter 0.6.0",
|
|
|
|
"gix-fs 0.8.1",
|
|
|
|
"gix-glob 0.14.1",
|
|
|
|
"gix-hash 0.13.3",
|
|
|
|
"gix-index 0.26.0",
|
|
|
|
"gix-object 0.38.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-worktree 0.27.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"io-close",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "grass"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7746cd9bf09f9bb7d98638774a70642000356f543898d9a352cd043f82744528"
|
|
|
|
dependencies = [
|
|
|
|
"grass_compiler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "187adfc0b34289c7f8f3819453ce9da3177c3d73f40ac74bb17faba578813d45"
|
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"lasso",
|
|
|
|
"once_cell",
|
|
|
|
"phf",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-01-19 17:27:01 +00:00
|
|
|
version = "0.3.24"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-19 17:27:01 +00:00
|
|
|
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
|
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-11-26 20:32:26 +00:00
|
|
|
"indexmap 2.1.0",
|
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
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.14.3"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.4"
|
2023-01-17 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.5.9"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.2.11"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.6"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.14.28"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"socket2 0.5.5",
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.24.2"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2023-10-08 09:13:30 +00:00
|
|
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.5.0"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
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
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
2018-02-16 22:31:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.1.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-26 20:32:26 +00:00
|
|
|
"hashbrown 0.14.3",
|
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-11-26 20:13:03 +00:00
|
|
|
version = "2.9.0"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.10"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2021-12-29 07:30:53 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.67"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.152"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
2023-11-26 20:13:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-11-26 20:13:03 +00:00
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"redox_syscall",
|
2023-11-26 20:13:03 +00:00
|
|
|
]
|
2020-09-28 23:55:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.1.14"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.13"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.4.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-11-04 13:42:42 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "2.7.1"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
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]]
|
2024-01-20 12:02:58 +00:00
|
|
|
name = "memmap2"
|
|
|
|
version = "0.9.3"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"libc",
|
2022-05-23 01:00:40 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-03-04 21:46:47 +00:00
|
|
|
version = "0.8.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 21:46:47 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
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 = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"hermit-abi 0.3.4",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.32.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.19.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.10.63"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.99"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.9.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"redox_syscall",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.3.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.29"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "3.3.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
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",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.76"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
|
|
|
version = "28.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
|
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.35"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
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
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.8.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.12.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.4.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-07-29 19:37:22 +00:00
|
|
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.4.4"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2023-11-26 20:13:03 +00:00
|
|
|
"libredox",
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.4.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "relative-path"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.9.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.11.23"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2023-10-08 09:13:30 +00:00
|
|
|
"async-compression",
|
2024-01-20 12:02:58 +00:00
|
|
|
"base64 0.21.7",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.17.7"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-11-26 20:13:03 +00:00
|
|
|
"getrandom",
|
2023-10-08 09:13:30 +00:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.38.30"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.21.10"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
|
2023-10-08 09:13:30 +00:00
|
|
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "1.0.4"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"base64 0.21.7",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.101.7"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustsec"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.28.4"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "c843c389d3d5175ab32d894b1b5c08570fdd319ee78ef29e27c70bfc1be79464"
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix 0.55.2",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.16"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[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 = "schannel"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.1.23"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.7.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2023-10-08 09:13:30 +00:00
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.21"
|
2021-11-25 09:35:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.195"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.195"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.111"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.6.5"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
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"
|
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
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",
|
2023-11-26 20:32:26 +00:00
|
|
|
"grass",
|
2020-09-28 23:55:02 +00:00
|
|
|
"hyper",
|
2023-11-26 20:32:26 +00:00
|
|
|
"indexmap 2.1.0",
|
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",
|
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-11-26 20:13:03 +00:00
|
|
|
"toml 0.8.8",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.13.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.1"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.4.10"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.5.5"
|
2023-08-20 10:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
2023-08-20 10:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-20 10:46:26 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.9.8"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "2.0.48"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "7de490ea0f16ed92bd6b9f874acd3c692c75436b6a81277c05bd931742782209"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"crossbeam-channel",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix 0.55.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"home",
|
|
|
|
"http",
|
2023-11-26 20:13:03 +00:00
|
|
|
"libc",
|
2023-10-08 09:13:30 +00:00
|
|
|
"memchr",
|
|
|
|
"rayon",
|
|
|
|
"reqwest",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smol_str",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-11-26 20:13:03 +00:00
|
|
|
"toml 0.8.8",
|
2023-10-08 09:13:30 +00:00
|
|
|
"twox-hash",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-29 21:03:55 +00:00
|
|
|
name = "tempfile"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "3.9.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"redox_syscall",
|
2023-07-29 19:37:22 +00:00
|
|
|
"rustix",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.56"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.0.56"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.31"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
|
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",
|
2023-11-26 20:13:03 +00:00
|
|
|
"powerfmt",
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.16"
|
2022-03-07 18:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.35.1"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
|
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-11-26 20:13:03 +00:00
|
|
|
"socket2 0.5.5",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio-macros",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
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-11-26 20:13:03 +00:00
|
|
|
version = "2.2.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.7.10"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.8.8"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-07-29 19:37:22 +00:00
|
|
|
"toml_datetime",
|
2023-11-26 20:13:03 +00:00
|
|
|
"toml_edit 0.21.0",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.6.5"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
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 = [
|
2023-11-26 20:32:26 +00:00
|
|
|
"indexmap 2.1.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.21.0"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2023-11-26 20:32:26 +00:00
|
|
|
"indexmap 2.1.0",
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.1.40"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
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-11-26 20:13:03 +00:00
|
|
|
version = "0.1.32"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.5"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.15"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.0.3"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
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"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.9.0"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2021-02-01 18:46:26 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.5.0"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.90"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.90"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.4.40"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.90"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.90"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-20 12:02:58 +00:00
|
|
|
"syn 2.0.48",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.90"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.67"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
|
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]]
|
2024-01-20 12:02:58 +00:00
|
|
|
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"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.52.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-targets 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
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
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.5.34"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
|
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",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-09-28 22:48:26 +00:00
|
|
|
]
|