deps.rs/Cargo.lock

4130 lines
96 KiB
Text
Raw Normal View History

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"
version = "0.1.8"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2018-02-18 04:11:48 +00:00
2023-07-29 19:37:22 +00:00
[[package]]
name = "addr2line"
2024-08-31 15:57:25 +00:00
version = "0.22.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
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"
2024-08-31 15:57:25 +00:00
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2023-11-26 20:32:26 +00:00
[[package]]
name = "ahash"
2024-04-16 05:14:10 +00:00
version = "0.8.11"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-11-26 20:32:26 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"cfg-if",
2023-11-26 20:32:26 +00:00
"once_cell",
"version_check",
2024-04-16 05:14:10 +00:00
"zerocopy",
2023-11-26 20:32:26 +00:00
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2024-04-16 05:14:10 +00:00
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-08-07 02:14:37 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-28 23:28:58 +00:00
name = "anyhow"
version = "1.0.86"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2023-07-29 19:37:22 +00:00
[[package]]
name = "arc-swap"
2024-04-16 05:14:10 +00:00
version = "1.7.1"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-07-29 19:37:22 +00:00
[[package]]
name = "arrayvec"
2024-08-31 15:57:25 +00:00
version = "0.7.6"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2020-10-04 15:03:52 +00:00
2023-10-08 09:13:30 +00:00
[[package]]
name = "async-compression"
2024-08-31 15:57:25 +00:00
version = "0.4.12"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
2023-10-08 09:13:30 +00:00
dependencies = [
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2020-09-28 22:18:06 +00:00
[[package]]
2020-09-28 23:28:58 +00:00
name = "autocfg"
version = "1.3.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2018-02-14 00:23:42 +00:00
2023-07-29 19:37:22 +00:00
[[package]]
name = "backtrace"
2024-08-31 15:57:25 +00:00
version = "0.3.73"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-07-29 19:37:22 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2024-08-31 15:57:25 +00:00
"miniz_oxide 0.7.4",
2023-07-29 19:37:22 +00:00
"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 = [
"base64",
2020-09-28 22:48:26 +00:00
"once_cell",
"rusttype",
"serde",
"serde_urlencoded",
2018-02-14 00:23:42 +00:00
]
2023-01-31 19:37:42 +00:00
[[package]]
name = "base64"
2024-05-05 13:54:28 +00:00
version = "0.22.1"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-05 13:54:28 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-01-31 19:37:42 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "bitflags"
2024-08-31 15:57:25 +00:00
version = "2.6.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-07-29 19:37:22 +00:00
[[package]]
name = "block-buffer"
2023-07-29 19:37:22 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-29 19:37:22 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "bstr"
2024-08-31 15:57:25 +00:00
version = "1.10.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
2023-07-29 19:37:22 +00:00
dependencies = [
"memchr",
2024-08-31 15:57:25 +00:00
"regex-automata 0.4.7",
2023-07-29 19:37:22 +00:00
"serde",
]
2020-10-03 12:08:16 +00:00
[[package]]
name = "bumpalo"
2024-04-16 05:14:10 +00:00
version = "3.16.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2018-02-14 00:23:42 +00:00
2024-08-31 15:57:25 +00:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-01-06 11:24:06 +00:00
[[package]]
name = "bytes"
2024-08-31 15:57:25 +00:00
version = "1.7.1"
2021-01-06 11:24:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2023-10-08 09:13:30 +00:00
2018-02-24 06:37:42 +00:00
[[package]]
name = "cadence"
version = "1.4.0"
2018-02-24 06:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f338b979d9ebfff4bb9801ae8f3af0dc3615f7f1ca963f2e4782bcf9acb3753"
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"
2024-08-31 15:57:25 +00:00
version = "1.1.9"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2023-10-08 09:13:30 +00:00
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"
2024-08-31 15:57:25 +00:00
version = "1.1.15"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
dependencies = [
"shlex",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-08-07 02:14:37 +00:00
[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
2024-08-31 15:57:25 +00:00
"windows-targets",
2024-08-07 02:14:37 +00:00
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "clru"
version = "0.6.2"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2023-07-29 19:37:22 +00:00
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"
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-08-31 15:57:25 +00:00
version = "0.8.7"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2018-02-14 00:23:42 +00:00
[[package]]
2021-05-27 14:02:02 +00:00
name = "cpufeatures"
2024-08-31 15:57:25 +00:00
version = "0.2.13"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
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
]
[[package]]
name = "crates-index"
2024-08-31 15:57:25 +00:00
version = "3.2.0"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "45fbf3a2a2f3435363fb343f30ee31d9f63ea3862d6eab639446c1393d82cd32"
2023-01-31 19:37:42 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"gix 0.66.0",
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",
2024-08-31 15:57:25 +00:00
"toml 0.8.19",
2023-07-29 19:37:22 +00:00
]
[[package]]
name = "crc32fast"
version = "1.4.2"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2023-07-29 19:37:22 +00:00
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",
]
2018-02-24 06:37:42 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "crossbeam-channel"
version = "0.5.13"
2018-03-22 08:47:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2018-03-22 08:47:32 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"crossbeam-utils",
]
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",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
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
]
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",
]
2024-08-07 02:14:37 +00:00
[[package]]
name = "darling"
2024-08-31 15:57:25 +00:00
version = "0.20.10"
2024-08-07 02:14:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2024-08-07 02:14:37 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-08-31 15:57:25 +00:00
version = "0.20.10"
2024-08-07 02:14:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2024-08-07 02:14:37 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2024-08-31 15:57:25 +00:00
"syn",
2024-08-07 02:14:37 +00:00
]
[[package]]
name = "darling_macro"
2024-08-31 15:57:25 +00:00
version = "0.20.10"
2024-08-07 02:14:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2024-08-07 02:14:37 +00:00
dependencies = [
"darling_core",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2024-08-07 02:14:37 +00:00
]
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"
2024-08-31 15:57:25 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "1.0.0"
2020-09-28 23:01:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
2020-09-28 23:01:14 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
"unicode-xid",
2020-09-28 23:01:14 +00:00
]
[[package]]
name = "digest"
2023-07-29 19:37:22 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-29 19:37:22 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2021-12-29 07:30:53 +00:00
"block-buffer",
"crypto-common",
]
2020-10-04 15:03:52 +00:00
[[package]]
name = "dotenvy"
version = "0.15.7"
2020-10-04 15:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2020-10-04 15:03:52 +00:00
2023-07-29 19:37:22 +00:00
[[package]]
name = "dunce"
2024-08-31 15:57:25 +00:00
version = "1.0.5"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2023-07-29 19:37:22 +00:00
2022-05-23 01:00:40 +00:00
[[package]]
name = "either"
2024-08-31 15:57:25 +00:00
version = "1.13.0"
2022-05-23 01:00:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2022-05-23 01:00:40 +00:00
2020-10-03 12:08:16 +00:00
[[package]]
name = "encoding_rs"
2024-04-16 05:14:10 +00:00
version = "0.8.34"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
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"
version = "0.3.9"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
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
]
[[package]]
name = "error_reporter"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ae425815400e5ed474178a7a22e275a9687086a12ca63ec793ff292d8fdae8"
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"
[[package]]
name = "fastrand"
2024-08-31 15:57:25 +00:00
version = "2.1.1"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2023-07-29 19:37:22 +00:00
[[package]]
name = "filetime"
2024-08-31 15:57:25 +00:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
2023-07-29 19:37:22 +00:00
"cfg-if",
"libc",
2024-08-31 15:57:25 +00:00
"libredox",
"windows-sys 0.59.0",
2023-07-29 19:37:22 +00:00
]
[[package]]
name = "flate2"
2024-08-31 15:57:25 +00:00
version = "1.0.33"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
2023-07-29 19:37:22 +00:00
dependencies = [
"crc32fast",
2024-08-31 15:57:25 +00:00
"miniz_oxide 0.8.0",
]
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
[[package]]
name = "font-awesome-as-a-crate"
2022-10-28 18:45:31 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-28 18:45:31 +00:00
checksum = "932dcfbd51320af5f27f1ba02d2e567dec332cac7d2c221ba45d8e767264c4dc"
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
[[package]]
name = "form_urlencoded"
2023-11-26 20:13:03 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 20:13:03 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-err"
2023-11-26 20:13:03 +00:00
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 20:13:03 +00:00
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
dependencies = [
"autocfg",
]
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",
"futures-sink",
2020-09-30 12:58:18 +00:00
]
[[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",
"futures-sink",
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
]
[[package]]
name = "generic-array"
2023-07-29 19:37:22 +00:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-29 19:37:22 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[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"
version = "0.2.15"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2020-09-29 21:03:55 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
"js-sys",
2020-09-29 21:03:55 +00:00
"libc",
2022-07-15 12:36:07 +00:00
"wasi",
"wasm-bindgen",
2020-09-29 21:03:55 +00:00
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "gimli"
2024-08-31 15:57:25 +00:00
version = "0.29.0"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2020-09-28 23:55:02 +00:00
2023-11-26 20:13:03 +00:00
[[package]]
name = "gix"
version = "0.63.0"
2023-11-26 20:13:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06"
2023-11-26 20:13:03 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"gix-actor 0.31.5",
2024-04-16 05:14:10 +00:00
"gix-attributes",
"gix-command",
"gix-commitgraph",
2024-08-31 15:57:25 +00:00
"gix-config 0.37.0",
2024-04-16 05:14:10 +00:00
"gix-credentials",
2024-08-31 15:57:25 +00:00
"gix-date 0.8.7",
"gix-diff 0.44.1",
"gix-discover 0.32.0",
2024-04-16 05:14:10 +00:00
"gix-features",
2024-08-31 15:57:25 +00:00
"gix-filter 0.11.3",
2024-04-16 05:14:10 +00:00
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-ignore",
2024-08-31 15:57:25 +00:00
"gix-index 0.33.1",
2024-04-16 05:14:10 +00:00
"gix-lock",
2023-11-26 20:13:03 +00:00
"gix-macros",
2024-08-31 15:57:25 +00:00
"gix-negotiate 0.13.2",
"gix-object 0.42.3",
"gix-odb 0.61.1",
"gix-pack 0.51.1",
2023-11-26 20:13:03 +00:00
"gix-path",
"gix-pathspec",
2024-04-16 05:14:10 +00:00
"gix-prompt",
"gix-protocol",
2024-08-31 15:57:25 +00:00
"gix-ref 0.44.1",
"gix-refspec 0.23.1",
"gix-revision 0.27.2",
"gix-revwalk 0.13.2",
2023-11-26 20:13:03 +00:00
"gix-sec",
2024-08-31 15:57:25 +00:00
"gix-submodule 0.11.0",
2024-04-16 05:14:10 +00:00
"gix-tempfile",
2023-11-26 20:13:03 +00:00
"gix-trace",
"gix-transport",
2024-08-31 15:57:25 +00:00
"gix-traverse 0.39.2",
2024-04-16 05:14:10 +00:00
"gix-url",
2023-11-26 20:13:03 +00:00
"gix-utils",
2024-08-31 15:57:25 +00:00
"gix-validate 0.8.5",
"gix-worktree 0.34.1",
2024-01-20 12:02:58 +00:00
"gix-worktree-state",
"once_cell",
"parking_lot",
"smallvec",
"thiserror",
]
2024-08-31 15:57:25 +00:00
[[package]]
name = "gix"
version = "0.66.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb"
dependencies = [
"gix-actor 0.32.0",
"gix-attributes",
"gix-command",
"gix-commitgraph",
"gix-config 0.40.0",
"gix-credentials",
"gix-date 0.9.0",
"gix-diff 0.46.0",
"gix-discover 0.35.0",
"gix-features",
"gix-filter 0.13.0",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-ignore",
"gix-index 0.35.0",
"gix-lock",
"gix-negotiate 0.15.0",
"gix-object 0.44.0",
"gix-odb 0.63.0",
"gix-pack 0.53.0",
"gix-path",
"gix-pathspec",
"gix-prompt",
"gix-protocol",
"gix-ref 0.47.0",
"gix-refspec 0.25.0",
"gix-revision 0.29.0",
"gix-revwalk 0.15.0",
"gix-sec",
"gix-submodule 0.14.0",
"gix-tempfile",
"gix-trace",
"gix-traverse 0.41.0",
"gix-url",
"gix-utils",
"gix-validate 0.9.0",
"gix-worktree 0.36.0",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-actor"
version = "0.31.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2"
dependencies = [
"bstr",
"gix-date 0.8.7",
"gix-utils",
"itoa",
"thiserror",
"winnow 0.6.18",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "gix-actor"
2024-08-31 15:57:25 +00:00
version = "0.32.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-08-31 15:57:25 +00:00
"gix-date 0.9.0",
2024-04-16 05:14:10 +00:00
"gix-utils",
2023-10-08 09:13:30 +00:00
"itoa",
"thiserror",
2024-08-31 15:57:25 +00:00
"winnow 0.6.18",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "gix-attributes"
2024-08-31 15:57:25 +00:00
version = "0.22.5"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-glob",
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-04-16 05:14:10 +00:00
version = "0.2.11"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae"
2023-07-29 19:37:22 +00:00
dependencies = [
"thiserror",
]
[[package]]
name = "gix-chunk"
2024-04-16 05:14:10 +00:00
version = "0.4.8"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52"
2023-07-29 19:37:22 +00:00
dependencies = [
"thiserror",
]
[[package]]
name = "gix-command"
2024-08-31 15:57:25 +00:00
version = "0.3.9"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "dff2e692b36bbcf09286c70803006ca3fd56551a311de450be317a0ab8ea92e7"
2024-01-20 12:02:58 +00:00
dependencies = [
"bstr",
"gix-path",
"gix-trace",
"shell-words",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "gix-commitgraph"
2024-08-31 15:57:25 +00:00
version = "0.24.3"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
"gix-chunk",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-hash",
"memmap2",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-config"
version = "0.37.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fafe42957e11d98e354a66b6bd70aeea00faf2f62dd11164188224a507c840"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
"gix-config-value",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-glob",
2023-10-08 09:13:30 +00:00
"gix-path",
2024-08-31 15:57:25 +00:00
"gix-ref 0.44.1",
2023-07-29 19:37:22 +00:00
"gix-sec",
"memchr",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
2024-08-31 15:57:25 +00:00
"winnow 0.6.18",
]
[[package]]
name = "gix-config"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0"
dependencies = [
"bstr",
"gix-config-value",
"gix-features",
"gix-glob",
"gix-path",
"gix-ref 0.47.0",
"gix-sec",
"memchr",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
"winnow 0.6.18",
2023-07-29 19:37:22 +00:00
]
[[package]]
name = "gix-config-value"
2024-08-31 15:57:25 +00:00
version = "0.14.8"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2023-07-29 19:37:22 +00:00
"bstr",
"gix-path",
"libc",
"thiserror",
]
[[package]]
name = "gix-credentials"
2024-08-31 15:57:25 +00:00
version = "0.24.5"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8ce391d305968782f1ae301c4a3d42c5701df7ff1d8bc03740300f6fd12bce78"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-command",
2023-10-08 09:13:30 +00:00
"gix-config-value",
"gix-path",
2024-04-16 05:14:10 +00:00
"gix-prompt",
2023-10-08 09:13:30 +00:00
"gix-sec",
2024-01-20 12:02:58 +00:00
"gix-trace",
2024-04-16 05:14:10 +00:00
"gix-url",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-date"
2024-08-31 15:57:25 +00:00
version = "0.8.7"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
"itoa",
"thiserror",
"time",
]
2024-08-31 15:57:25 +00:00
[[package]]
name = "gix-date"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5"
dependencies = [
"bstr",
"itoa",
"jiff",
"thiserror",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "gix-diff"
2024-08-31 15:57:25 +00:00
version = "0.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1996d5c8a305b59709467d80617c9fde48d9d75fd1f4179ea970912630886c9d"
dependencies = [
"bstr",
"gix-hash",
"gix-object 0.42.3",
"thiserror",
]
[[package]]
name = "gix-diff"
version = "0.46.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-hash",
2024-08-31 15:57:25 +00:00
"gix-object 0.44.0",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-discover"
version = "0.32.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
"dunce",
2024-04-16 05:14:10 +00:00
"gix-fs",
"gix-hash",
2023-07-29 19:37:22 +00:00
"gix-path",
2024-08-31 15:57:25 +00:00
"gix-ref 0.44.1",
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-discover"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2"
dependencies = [
"bstr",
"dunce",
"gix-fs",
"gix-hash",
"gix-path",
"gix-ref 0.47.0",
2023-07-29 19:37:22 +00:00
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-features"
version = "0.38.2"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69"
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-04-16 05:14:10 +00:00
"gix-hash",
2023-07-29 19:37:22 +00:00
"gix-trace",
2024-04-16 05:14:10 +00:00
"gix-utils",
2023-07-29 19:37:22 +00:00
"jwalk",
"libc",
"once_cell",
"parking_lot",
2024-04-16 05:14:10 +00:00
"prodash",
2023-07-29 19:37:22 +00:00
"sha1_smol",
"thiserror",
"walkdir",
]
[[package]]
name = "gix-filter"
2024-08-31 15:57:25 +00:00
version = "0.11.3"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e6547738da28275f4dff4e9f3a0f28509f53f94dd6bd822733c91cb306bca61a"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
"encoding_rs",
2024-04-16 05:14:10 +00:00
"gix-attributes",
"gix-command",
"gix-hash",
2024-08-31 15:57:25 +00:00
"gix-object 0.42.3",
"gix-packetline-blocking",
"gix-path",
"gix-quote",
"gix-trace",
"gix-utils",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-filter"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e"
dependencies = [
"bstr",
"encoding_rs",
"gix-attributes",
"gix-command",
"gix-hash",
"gix-object 0.44.0",
2024-04-16 05:14:10 +00:00
"gix-packetline-blocking",
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-08-31 15:57:25 +00:00
version = "0.11.3"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575"
2023-07-29 19:37:22 +00:00
dependencies = [
"fastrand",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-utils",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "gix-glob"
2024-08-31 15:57:25 +00:00
version = "0.16.5"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2023-10-08 09:13:30 +00:00
"bstr",
2024-04-16 05:14:10 +00:00
"gix-features",
2023-07-29 19:37:22 +00:00
"gix-path",
]
[[package]]
name = "gix-hash"
2024-04-16 05:14:10 +00:00
version = "0.14.2"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e"
2024-01-20 12:02:58 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"faster-hex",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-hashtable"
2024-04-16 05:14:10 +00:00
version = "0.5.2"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242"
2024-01-20 12:02:58 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"gix-hash",
"hashbrown 0.14.5",
2023-07-29 19:37:22 +00:00
"parking_lot",
]
[[package]]
name = "gix-ignore"
2024-08-31 15:57:25 +00:00
version = "0.11.4"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-glob",
2023-07-29 19:37:22 +00:00
"gix-path",
2024-04-16 05:14:10 +00:00
"gix-trace",
2023-07-29 19:37:22 +00:00
"unicode-bom",
]
[[package]]
name = "gix-index"
2024-08-31 15:57:25 +00:00
version = "0.33.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f"
dependencies = [
"bitflags",
"bstr",
"filetime",
"fnv",
"gix-bitmap",
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object 0.42.3",
"gix-traverse 0.39.2",
"gix-utils",
"gix-validate 0.8.5",
"hashbrown 0.14.5",
"itoa",
"libc",
"memmap2",
"rustix",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-index"
version = "0.35.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2023-07-29 19:37:22 +00:00
"bstr",
"filetime",
2024-04-16 05:14:10 +00:00
"fnv",
2023-07-29 19:37:22 +00:00
"gix-bitmap",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
2024-08-31 15:57:25 +00:00
"gix-object 0.44.0",
"gix-traverse 0.41.0",
2024-04-16 05:14:10 +00:00
"gix-utils",
2024-08-31 15:57:25 +00:00
"gix-validate 0.9.0",
"hashbrown 0.14.5",
2023-07-29 19:37:22 +00:00
"itoa",
2024-01-20 12:02:58 +00:00
"libc",
2024-04-16 05:14:10 +00:00
"memmap2",
2024-01-20 12:02:58 +00:00
"rustix",
2023-07-29 19:37:22 +00:00
"smallvec",
"thiserror",
]
[[package]]
name = "gix-lock"
version = "14.0.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"gix-tempfile",
2023-10-08 09:13:30 +00:00
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-macros"
version = "0.1.5"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17"
2023-10-08 09:13:30 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
]
[[package]]
name = "gix-negotiate"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ec879fb6307bb63519ba89be0024c6f61b4b9d61f1a91fd2ce572d89fe9c224"
dependencies = [
"bitflags",
"gix-commitgraph",
"gix-date 0.8.7",
"gix-hash",
"gix-object 0.42.3",
"gix-revwalk 0.13.2",
"smallvec",
"thiserror",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "gix-negotiate"
2024-08-31 15:57:25 +00:00
version = "0.15.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "b4063bf329a191a9e24b6f948a17ccf6698c0380297f5e169cee4f1d2ab9475b"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2024-04-16 05:14:10 +00:00
"gix-commitgraph",
2024-08-31 15:57:25 +00:00
"gix-date 0.9.0",
2024-04-16 05:14:10 +00:00
"gix-hash",
2024-08-31 15:57:25 +00:00
"gix-object 0.44.0",
"gix-revwalk 0.15.0",
2023-10-08 09:13:30 +00:00
"smallvec",
2023-07-29 19:37:22 +00:00
"thiserror",
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "gix-object"
2024-08-31 15:57:25 +00:00
version = "0.42.3"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-08-31 15:57:25 +00:00
"gix-actor 0.31.5",
"gix-date 0.8.7",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-hash",
"gix-utils",
2024-08-31 15:57:25 +00:00
"gix-validate 0.8.5",
2023-10-08 09:13:30 +00:00
"itoa",
"smallvec",
"thiserror",
2024-08-31 15:57:25 +00:00
"winnow 0.6.18",
]
[[package]]
name = "gix-object"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa"
dependencies = [
"bstr",
"gix-actor 0.32.0",
"gix-date 0.9.0",
"gix-features",
"gix-hash",
"gix-utils",
"gix-validate 0.9.0",
"itoa",
"smallvec",
"thiserror",
"winnow 0.6.18",
]
[[package]]
name = "gix-odb"
version = "0.61.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20d384fe541d93d8a3bb7d5d5ef210780d6df4f50c4e684ccba32665a5e3bc9b"
dependencies = [
"arc-swap",
"gix-date 0.8.7",
"gix-features",
"gix-fs",
"gix-hash",
"gix-object 0.42.3",
"gix-pack 0.51.1",
"gix-path",
"gix-quote",
"parking_lot",
"tempfile",
"thiserror",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "gix-odb"
2024-08-31 15:57:25 +00:00
version = "0.63.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747"
2023-10-08 09:13:30 +00:00
dependencies = [
"arc-swap",
2024-08-31 15:57:25 +00:00
"gix-date 0.9.0",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-fs",
"gix-hash",
2024-08-31 15:57:25 +00:00
"gix-object 0.44.0",
"gix-pack 0.53.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
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "gix-pack"
2024-08-31 15:57:25 +00:00
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0594491fffe55df94ba1c111a6566b7f56b3f8d2e1efc750e77d572f5f5229"
dependencies = [
"clru",
"gix-chunk",
"gix-features",
"gix-hash",
"gix-hashtable",
"gix-object 0.42.3",
"gix-path",
"gix-tempfile",
"memmap2",
"parking_lot",
"smallvec",
"thiserror",
"uluru",
]
[[package]]
name = "gix-pack"
version = "0.53.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954"
2023-07-29 19:37:22 +00:00
dependencies = [
"clru",
"gix-chunk",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-hash",
"gix-hashtable",
2024-08-31 15:57:25 +00:00
"gix-object 0.44.0",
2023-07-29 19:37:22 +00:00
"gix-path",
2024-04-16 05:14:10 +00:00
"gix-tempfile",
"memmap2",
2023-07-29 19:37:22 +00:00
"parking_lot",
"smallvec",
"thiserror",
"uluru",
]
[[package]]
name = "gix-packetline"
2024-08-31 15:57:25 +00:00
version = "0.17.6"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8c43ef4d5fe2fa222c606731c8bdbf4481413ee4ef46d61340ec39e4df4c5e49"
2024-01-20 12:02:58 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"faster-hex",
2024-01-20 12:02:58 +00:00
"gix-trace",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-packetline-blocking"
2024-08-31 15:57:25 +00:00
version = "0.17.5"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40"
2023-01-31 19:37:42 +00:00
dependencies = [
2023-07-29 19:37:22 +00:00
"bstr",
2024-04-16 05:14:10 +00:00
"faster-hex",
2024-01-20 12:02:58 +00:00
"gix-trace",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-path"
2024-08-31 15:57:25 +00:00
version = "0.10.10"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484"
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-08-31 15:57:25 +00:00
version = "0.7.7"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2023-10-08 09:13:30 +00:00
"bstr",
2024-04-16 05:14:10 +00:00
"gix-attributes",
2023-10-08 09:13:30 +00:00
"gix-config-value",
2024-04-16 05:14:10 +00:00
"gix-glob",
2023-10-08 09:13:30 +00:00
"gix-path",
"thiserror",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "gix-prompt"
2024-08-31 15:57:25 +00:00
version = "0.8.7"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "74fde865cdb46b30d8dad1293385d9bcf998d3a39cbf41bee67d0dab026fe6b1"
2024-01-20 12:02:58 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"gix-command",
2023-07-29 19:37:22 +00:00
"gix-config-value",
"parking_lot",
"rustix",
"thiserror",
]
[[package]]
name = "gix-protocol"
2024-08-31 15:57:25 +00:00
version = "0.45.3"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "cc43a1006f01b5efee22a003928c9eb83dde2f52779ded9d4c0732ad93164e3e"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-credentials",
2024-08-31 15:57:25 +00:00
"gix-date 0.9.0",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-hash",
"gix-transport",
2024-04-16 05:14:10 +00:00
"gix-utils",
2023-10-08 09:13:30 +00:00
"maybe-async",
"thiserror",
2024-08-31 15:57:25 +00:00
"winnow 0.6.18",
2023-07-29 19:37:22 +00:00
]
[[package]]
name = "gix-quote"
2024-04-16 05:14:10 +00:00
version = "0.4.12"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-utils",
2023-10-08 09:13:30 +00:00
"thiserror",
]
[[package]]
name = "gix-ref"
2024-08-31 15:57:25 +00:00
version = "0.44.1"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"gix-actor 0.31.5",
"gix-date 0.8.7",
2024-04-16 05:14:10 +00:00
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
2024-08-31 15:57:25 +00:00
"gix-object 0.42.3",
2023-07-29 19:37:22 +00:00
"gix-path",
2024-04-16 05:14:10 +00:00
"gix-tempfile",
"gix-utils",
2024-08-31 15:57:25 +00:00
"gix-validate 0.8.5",
2024-04-16 05:14:10 +00:00
"memmap2",
2023-07-29 19:37:22 +00:00
"thiserror",
2024-08-31 15:57:25 +00:00
"winnow 0.6.18",
]
[[package]]
name = "gix-ref"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5"
dependencies = [
"gix-actor 0.32.0",
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object 0.44.0",
"gix-path",
"gix-tempfile",
"gix-utils",
"gix-validate 0.9.0",
"memmap2",
"thiserror",
"winnow 0.6.18",
]
[[package]]
name = "gix-refspec"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6868f8cd2e62555d1f7c78b784bece43ace40dd2a462daf3b588d5416e603f37"
dependencies = [
"bstr",
"gix-hash",
"gix-revision 0.27.2",
"gix-validate 0.8.5",
"smallvec",
"thiserror",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "gix-refspec"
2024-08-31 15:57:25 +00:00
version = "0.25.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-hash",
2024-08-31 15:57:25 +00:00
"gix-revision 0.29.0",
"gix-validate 0.9.0",
2023-07-29 19:37:22 +00:00
"smallvec",
"thiserror",
]
[[package]]
name = "gix-revision"
2024-08-31 15:57:25 +00:00
version = "0.27.2"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "01b13e43c2118c4b0537ddac7d0821ae0dfa90b7b8dbf20c711e153fb749adce"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-08-31 15:57:25 +00:00
"gix-date 0.8.7",
2024-04-16 05:14:10 +00:00
"gix-hash",
"gix-hashtable",
2024-08-31 15:57:25 +00:00
"gix-object 0.42.3",
"gix-revwalk 0.13.2",
2023-10-08 09:13:30 +00:00
"gix-trace",
2023-07-29 19:37:22 +00:00
"thiserror",
]
2024-08-31 15:57:25 +00:00
[[package]]
name = "gix-revision"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e"
dependencies = [
"bstr",
"gix-date 0.9.0",
"gix-hash",
"gix-object 0.44.0",
"gix-revwalk 0.15.0",
"thiserror",
]
[[package]]
name = "gix-revwalk"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0"
dependencies = [
"gix-commitgraph",
"gix-date 0.8.7",
"gix-hash",
"gix-hashtable",
"gix-object 0.42.3",
"smallvec",
"thiserror",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "gix-revwalk"
2024-08-31 15:57:25 +00:00
version = "0.15.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"gix-commitgraph",
2024-08-31 15:57:25 +00:00
"gix-date 0.9.0",
2024-04-16 05:14:10 +00:00
"gix-hash",
"gix-hashtable",
2024-08-31 15:57:25 +00:00
"gix-object 0.44.0",
2023-07-29 19:37:22 +00:00
"smallvec",
"thiserror",
]
[[package]]
name = "gix-sec"
2024-08-31 15:57:25 +00:00
version = "0.10.8"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
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"
version = "0.11.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921cd49924ac14b6611b22e5fb7bbba74d8780dc7ad26153304b64d1272460ac"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-08-31 15:57:25 +00:00
"gix-config 0.37.0",
2023-10-08 09:13:30 +00:00
"gix-path",
"gix-pathspec",
2024-08-31 15:57:25 +00:00
"gix-refspec 0.23.1",
"gix-url",
"thiserror",
]
[[package]]
name = "gix-submodule"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b"
dependencies = [
"bstr",
"gix-config 0.40.0",
"gix-path",
"gix-pathspec",
"gix-refspec 0.25.0",
2024-04-16 05:14:10 +00:00
"gix-url",
2023-10-08 09:13:30 +00:00
"thiserror",
]
[[package]]
name = "gix-tempfile"
2024-08-31 15:57:25 +00:00
version = "14.0.2"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"gix-fs",
2023-07-29 19:37:22 +00:00
"libc",
"once_cell",
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-trace"
2024-04-16 05:14:10 +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-04-16 05:14:10 +00:00
checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e"
2023-07-29 19:37:22 +00:00
[[package]]
name = "gix-transport"
2024-08-31 15:57:25 +00:00
version = "0.42.3"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "421dcccab01b41a15d97b226ad97a8f9262295044e34fbd37b10e493b0a6481f"
2023-10-08 09:13:30 +00:00
dependencies = [
"base64",
2023-07-29 19:37:22 +00:00
"bstr",
2024-04-16 05:14:10 +00:00
"gix-command",
"gix-credentials",
"gix-features",
"gix-packetline",
2023-07-29 19:37:22 +00:00
"gix-quote",
"gix-sec",
2024-04-16 05:14:10 +00:00
"gix-url",
"reqwest",
2023-07-29 19:37:22 +00:00
"thiserror",
]
[[package]]
name = "gix-traverse"
2024-08-31 15:57:25 +00:00
version = "0.39.2"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2024-04-16 05:14:10 +00:00
"gix-commitgraph",
2024-08-31 15:57:25 +00:00
"gix-date 0.8.7",
2024-04-16 05:14:10 +00:00
"gix-hash",
"gix-hashtable",
2024-08-31 15:57:25 +00:00
"gix-object 0.42.3",
"gix-revwalk 0.13.2",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-traverse"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780"
dependencies = [
"bitflags",
"gix-commitgraph",
"gix-date 0.9.0",
"gix-hash",
"gix-hashtable",
"gix-object 0.44.0",
"gix-revwalk 0.15.0",
2023-10-08 09:13:30 +00:00
"smallvec",
"thiserror",
]
[[package]]
name = "gix-url"
2024-08-31 15:57:25 +00:00
version = "0.27.5"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-features",
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-04-16 05:14:10 +00:00
version = "0.1.12"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc"
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"
version = "0.8.5"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf"
2023-07-29 19:37:22 +00:00
dependencies = [
"bstr",
2024-08-31 15:57:25 +00:00
"thiserror",
]
[[package]]
name = "gix-validate"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86"
dependencies = [
"bstr",
"thiserror",
]
[[package]]
name = "gix-worktree"
version = "0.34.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f7326ebe0b9172220694ea69d344c536009a9b98fb0f9de092c440f3efe7a6"
dependencies = [
"bstr",
"gix-attributes",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-ignore",
"gix-index 0.33.1",
"gix-object 0.42.3",
"gix-path",
"gix-validate 0.8.5",
2023-07-29 19:37:22 +00:00
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "gix-worktree"
2024-08-31 15:57:25 +00:00
version = "0.36.0"
2023-11-26 20:13:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a"
2023-11-26 20:13:03 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-attributes",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-ignore",
2024-08-31 15:57:25 +00:00
"gix-index 0.35.0",
"gix-object 0.44.0",
2023-11-26 20:13:03 +00:00
"gix-path",
2024-08-31 15:57:25 +00:00
"gix-validate 0.9.0",
2023-11-26 20:13:03 +00:00
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "gix-worktree-state"
2024-08-31 15:57:25 +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-08-31 15:57:25 +00:00
checksum = "39ed6205b5f51067a485b11843babcf3304c0799e265a06eb0dde7f69cd85cd8"
2023-10-08 09:13:30 +00:00
dependencies = [
"bstr",
2024-04-16 05:14:10 +00:00
"gix-features",
2024-08-31 15:57:25 +00:00
"gix-filter 0.11.3",
2024-04-16 05:14:10 +00:00
"gix-fs",
"gix-glob",
"gix-hash",
2024-08-31 15:57:25 +00:00
"gix-index 0.33.1",
"gix-object 0.42.3",
2023-07-29 19:37:22 +00:00
"gix-path",
2024-08-31 15:57:25 +00:00
"gix-worktree 0.34.1",
2023-07-29 19:37:22 +00:00
"io-close",
"thiserror",
]
2023-11-26 20:32:26 +00:00
[[package]]
name = "grass"
2024-08-31 15:57:25 +00:00
version = "0.13.4"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94"
2023-11-26 20:32:26 +00:00
dependencies = [
"getrandom",
2023-11-26 20:32:26 +00:00
"grass_compiler",
]
[[package]]
name = "grass_compiler"
2024-08-31 15:57:25 +00:00
version = "0.13.4"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6"
2023-11-26 20:32:26 +00:00
dependencies = [
"codemap",
2024-08-31 15:57:25 +00:00
"indexmap 2.5.0",
2023-11-26 20:32:26 +00:00
"lasso",
"once_cell",
"phf",
]
2020-09-29 21:03:55 +00:00
[[package]]
name = "h2"
version = "0.3.26"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
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",
"http 0.2.12",
2024-08-31 15:57:25 +00:00
"indexmap 2.5.0",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
2024-08-31 15:57:25 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http 1.1.0",
2024-08-31 15:57:25 +00:00
"indexmap 2.5.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
]
2024-08-07 02:14:37 +00:00
[[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"
version = "0.14.5"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2020-09-28 22:18:06 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"ahash",
"allocator-api2",
2020-09-28 22:18:06 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "hermit-abi"
2024-04-16 05:14:10 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
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"
2024-04-16 05:14:10 +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-04-16 05:14:10 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
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"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"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",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
2024-08-31 15:57:25 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
2024-08-31 15:57:25 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
2024-08-31 15:57:25 +00:00
"futures-util",
"http 1.1.0",
2024-08-31 15:57:25 +00:00
"http-body 1.0.1",
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"
2024-08-31 15:57:25 +00:00
version = "1.9.4"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
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-08-31 15:57:25 +00:00
version = "0.14.30"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
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",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
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",
"pin-project-lite",
2024-04-16 05:14:10 +00:00
"socket2",
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
]
[[package]]
name = "hyper"
2024-08-31 15:57:25 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-08-31 15:57:25 +00:00
"h2 0.4.6",
"http 1.1.0",
2024-08-31 15:57:25 +00:00
"http-body 1.0.1",
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "hyper-rustls"
2024-08-31 15:57:25 +00:00
version = "0.27.2"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
2023-10-08 09:13:30 +00:00
dependencies = [
"futures-util",
"http 1.1.0",
2024-08-31 15:57:25 +00:00
"hyper 1.4.1",
"hyper-util",
2023-10-08 09:13:30 +00:00
"rustls",
2024-08-31 15:57:25 +00:00
"rustls-native-certs",
"rustls-pki-types",
2023-10-08 09:13:30 +00:00
"tokio",
"tokio-rustls",
"tower-service",
2024-08-31 15:57:25 +00:00
"webpki-roots",
2023-10-08 09:13:30 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2018-02-14 00:23:42 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"bytes",
"http-body-util",
2024-08-31 15:57:25 +00:00
"hyper 1.4.1",
"hyper-util",
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",
"tower-service",
]
[[package]]
name = "hyper-util"
2024-08-31 15:57:25 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
2024-08-31 15:57:25 +00:00
"http-body 1.0.1",
"hyper 1.4.1",
"pin-project-lite",
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
2018-02-14 00:23:42 +00:00
]
2024-08-07 02:14:37 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
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
]
2024-08-07 02:14:37 +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",
"serde",
]
2023-11-26 20:32:26 +00:00
[[package]]
name = "indexmap"
2024-08-31 15:57:25 +00:00
version = "2.5.0"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
2023-07-29 19:37:22 +00:00
dependencies = [
"equivalent",
"hashbrown 0.14.5",
2020-09-28 23:55:02 +00:00
"serde",
2018-02-16 22:31:38 +00:00
]
[[package]]
2023-07-29 19:37:22 +00:00
name = "io-close"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-29 19:37:22 +00:00
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
dependencies = [
2023-07-29 19:37:22 +00:00
"libc",
"winapi",
]
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-04-16 05:14:10 +00:00
version = "1.0.11"
2021-12-29 07:30:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2021-12-29 07:30:53 +00:00
2024-08-31 15:57:25 +00:00
[[package]]
name = "jiff"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "362be9c702bada57298130d0565e9c389e6d4024a541692f01819e21abc3e26a"
dependencies = [
"jiff-tzdb-platform",
"windows-sys 0.59.0",
]
[[package]]
name = "jiff-tzdb"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05fac328b3df1c0f18a3c2ab6cb7e06e4e549f366017d796e3e66b6d6889abe6"
[[package]]
name = "jiff-tzdb-platform"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8da387d5feaf355954c2c122c194d6df9c57d865125a67984bb453db5336940"
dependencies = [
"jiff-tzdb",
]
2020-10-03 12:08:16 +00:00
[[package]]
name = "js-sys"
2024-08-31 15:57:25 +00:00
version = "0.3.70"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
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"
2024-08-31 15:57:25 +00:00
version = "2.0.2"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
2023-07-29 19:37:22 +00:00
dependencies = [
"static_assertions",
]
2023-11-26 20:32:26 +00:00
[[package]]
name = "lasso"
2024-08-31 15:57:25 +00:00
version = "0.7.3"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
2023-11-26 20:32:26 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"hashbrown 0.14.5",
2023-11-26 20:32:26 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "lazy_static"
2024-08-31 15:57:25 +00:00
version = "1.5.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2018-02-14 00:23:42 +00:00
[[package]]
name = "libc"
2024-08-31 15:57:25 +00:00
version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "libredox"
version = "0.1.3"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags",
"libc",
"redox_syscall",
]
2023-11-26 20:13:03 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
2023-07-29 19:37:22 +00:00
name = "linux-raw-sys"
version = "0.4.14"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-07-29 19:37:22 +00:00
[[package]]
name = "lock_api"
version = "0.4.12"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
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"
2024-08-31 15:57:25 +00:00
version = "0.4.22"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2023-07-29 19:37:22 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "lru_time_cache"
version = "0.11.11"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
2018-02-14 00:23:42 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
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 = [
"proc-macro-error",
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2023-07-29 19:37:22 +00:00
]
[[package]]
name = "maybe-async"
2024-04-16 05:14:10 +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-04-16 05:14:10 +00:00
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2023-07-29 19:37:22 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
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-08-31 15:57:25 +00:00
version = "2.7.4"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
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"
2024-04-16 05:14:10 +00:00
version = "0.9.4"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
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"
2024-08-31 15:57:25 +00:00
version = "0.7.4"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2023-07-29 19:37:22 +00:00
dependencies = [
"adler",
]
2020-10-03 12:08:16 +00:00
2024-08-31 15:57:25 +00:00
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "mio"
2024-08-31 15:57:25 +00:00
version = "1.0.2"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2018-02-14 00:23:42 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"hermit-abi",
2020-09-28 22:48:26 +00:00
"libc",
2022-07-15 12:36:07 +00:00
"wasi",
2024-08-31 15:57:25 +00:00
"windows-sys 0.52.0",
2020-09-30 12:58:18 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "native-tls"
2024-08-31 15:57:25 +00:00
version = "0.2.12"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2018-02-14 00:23:42 +00:00
dependencies = [
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
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-04-16 05:14:10 +00:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2024-08-07 02:14:37 +00:00
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2018-02-14 00:23:42 +00:00
[[package]]
2022-03-07 18:51:57 +00:00
name = "num_threads"
2024-04-16 05:14:10 +00:00
version = "0.1.7"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
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-08-31 15:57:25 +00:00
version = "0.36.4"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-20 12:02:58 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2018-02-14 00:23:42 +00:00
[[package]]
name = "openssl"
version = "0.10.66"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
2018-02-14 00:23:42 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
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-08-31 15:57:25 +00:00
"syn",
2022-05-19 17:17:10 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-09-28 23:55:02 +00:00
2018-02-14 00:23:42 +00:00
[[package]]
name = "openssl-sys"
version = "0.9.103"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
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
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
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.3"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-07-29 19:37:22 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-07-29 19:37:22 +00:00
dependencies = [
"cfg-if",
"libc",
2024-08-31 15:57:25 +00:00
"redox_syscall",
2023-07-29 19:37:22 +00:00
"smallvec",
2024-08-31 15:57:25 +00:00
"windows-targets",
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"
2024-04-16 05:14:10 +00:00
version = "0.11.2"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2023-11-26 20:32:26 +00:00
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
2024-04-16 05:14:10 +00:00
version = "0.11.2"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2023-11-26 20:32:26 +00:00
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_macros"
2024-04-16 05:14:10 +00:00
version = "0.11.2"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2023-11-26 20:32:26 +00:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2023-11-26 20:32:26 +00:00
]
[[package]]
name = "phf_shared"
2024-04-16 05:14:10 +00:00
version = "0.11.2"
2023-11-26 20:32:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2023-11-26 20:32:26 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
]
[[package]]
name = "pin-project-lite"
2024-04-16 05:14:10 +00:00
version = "0.2.14"
2020-09-30 12:58:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
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-04-16 05:14:10 +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-04-16 05:14:10 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2018-02-14 00:23:42 +00:00
2020-09-28 23:55:02 +00:00
[[package]]
name = "platforms"
2024-08-31 15:57:25 +00:00
version = "3.4.1"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0e4c7666f2019727f9e8e14bf14456e99c707d780922869f1ba473eee101fa49"
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"
2024-08-31 15:57:25 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
[[package]]
name = "proc-macro-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",
]
2018-03-12 10:10:27 +00:00
[[package]]
name = "proc-macro2"
2024-08-31 15:57:25 +00:00
version = "1.0.86"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
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
]
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"
[[package]]
name = "pulldown-cmark"
2024-08-31 15:57:25 +00:00
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "4d31cbfcd94884c3a67ec210c83efb06cb43674043458b0ad59f6947f8462c23"
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
"getopts",
"memchr",
2024-04-16 05:14:10 +00:00
"pulldown-cmark-escape",
"unicase",
]
2024-04-16 05:14:10 +00:00
[[package]]
name = "pulldown-cmark-escape"
version = "0.11.0"
2024-04-16 05:14:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2024-04-16 05:14:10 +00:00
2024-08-31 15:57:25 +00:00
[[package]]
name = "quinn"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156"
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls",
"socket2",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd"
dependencies = [
"bytes",
"rand",
"ring",
"rustc-hash",
"rustls",
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
dependencies = [
"libc",
"once_cell",
"socket2",
"tracing",
"windows-sys 0.52.0",
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "quote"
2024-08-31 15:57:25 +00:00
version = "1.0.37"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
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 = [
2024-08-31 15:57:25 +00:00
"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",
2023-11-26 20:32:26 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2024-08-31 15:57:25 +00:00
dependencies = [
"getrandom",
]
2023-11-26 20:32:26 +00:00
2022-05-23 01:00:40 +00:00
[[package]]
name = "rayon"
2024-04-16 05:14:10 +00:00
version = "1.10.0"
2022-05-23 01:00:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
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"
2024-08-31 15:57:25 +00:00
version = "0.5.3"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
]
2020-10-04 15:03:52 +00:00
[[package]]
name = "regex"
2024-08-31 15:57:25 +00:00
version = "1.10.6"
2020-10-04 15:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2020-10-04 15:03:52 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-08-31 15:57:25 +00:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
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"
2024-08-31 15:57:25 +00:00
version = "0.4.7"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
dependencies = [
"aho-corasick",
"memchr",
2024-08-31 15:57:25 +00:00
"regex-syntax 0.8.4",
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2024-08-31 15:57:25 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2018-02-14 00:23:42 +00:00
[[package]]
2023-07-29 19:37:22 +00:00
name = "relative-path"
version = "1.9.3"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
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
]
[[package]]
name = "reqwest"
2024-08-31 15:57:25 +00:00
version = "0.12.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
dependencies = [
"async-compression",
"base64",
"bytes",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
2024-08-31 15:57:25 +00:00
"h2 0.4.6",
"http 1.1.0",
2024-08-31 15:57:25 +00:00
"http-body 1.0.1",
"http-body-util",
2024-08-31 15:57:25 +00:00
"hyper 1.4.1",
"hyper-rustls",
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-08-31 15:57:25 +00:00
"quinn",
"rustls",
"rustls-native-certs",
"rustls-pemfile",
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
2024-08-31 15:57:25 +00:00
"windows-registry",
2020-10-03 12:08:16 +00:00
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "ring"
2024-04-16 05:14:10 +00:00
version = "0.17.8"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-10-08 09:13:30 +00:00
dependencies = [
"cc",
2024-04-16 05:14:10 +00:00
"cfg-if",
2023-11-26 20:13:03 +00:00
"getrandom",
2023-10-08 09:13:30 +00:00
"libc",
"spin",
"untrusted",
2024-04-16 05:14:10 +00:00
"windows-sys 0.52.0",
2023-10-08 09:13:30 +00:00
]
2018-02-14 00:23:42 +00:00
[[package]]
name = "route-recognizer"
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.24"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-07-29 19:37:22 +00:00
2022-05-23 01:00:40 +00:00
[[package]]
name = "rustc-hash"
2024-08-31 15:57:25 +00:00
version = "2.0.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2020-09-28 22:18:06 +00:00
2023-07-29 19:37:22 +00:00
[[package]]
name = "rustix"
2024-08-31 15:57:25 +00:00
version = "0.38.35"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
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-08-31 15:57:25 +00:00
version = "0.23.12"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"once_cell",
2023-10-08 09:13:30 +00:00
"ring",
"rustls-pki-types",
2023-10-08 09:13:30 +00:00
"rustls-webpki",
"subtle",
"zeroize",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "rustls-native-certs"
2024-08-31 15:57:25 +00:00
version = "0.7.3"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
2023-10-08 09:13:30 +00:00
dependencies = [
"openssl-probe",
"rustls-pemfile",
"rustls-pki-types",
2023-10-08 09:13:30 +00:00
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
2024-08-31 15:57:25 +00:00
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
dependencies = [
"base64",
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-08-31 15:57:25 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
2023-10-08 09:13:30 +00:00
[[package]]
name = "rustls-webpki"
2024-08-31 15:57:25 +00:00
version = "0.102.7"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56"
2023-10-08 09:13:30 +00:00
dependencies = [
"ring",
"rustls-pki-types",
2023-10-08 09:13:30 +00:00
"untrusted",
]
2018-02-18 04:11:48 +00:00
[[package]]
name = "rustsec"
version = "0.29.3"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45b5f2dc058dbb604444d38d23ae6865ac2f1f122f6c8993d8f90a656d23543"
2018-02-18 04:11:48 +00:00
dependencies = [
2020-09-28 23:55:02 +00:00
"cargo-lock",
"cvss",
"fs-err",
2024-08-31 15:57:25 +00:00
"gix 0.63.0",
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",
"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
]
2020-09-28 22:18:06 +00:00
[[package]]
name = "ryu"
version = "1.0.18"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
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
2018-02-14 00:23:42 +00:00
[[package]]
name = "security-framework"
2024-08-31 15:57:25 +00:00
version = "2.11.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2018-02-14 00:23:42 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
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"
2024-08-31 15:57:25 +00:00
version = "2.11.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
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 = "semver"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
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-08-31 15:57:25 +00:00
version = "1.0.209"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
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-08-31 15:57:25 +00:00
version = "1.0.209"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-28 22:48:26 +00:00
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "serde_json"
2024-08-31 15:57:25 +00:00
version = "1.0.127"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
2018-02-14 00:23:42 +00:00
dependencies = [
2023-07-29 19:37:22 +00:00
"itoa",
2024-08-31 15:57:25 +00:00
"memchr",
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-08-31 15:57:25 +00:00
version = "0.6.7"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
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 = [
"form_urlencoded",
2023-07-29 19:37:22 +00:00
"itoa",
"ryu",
2020-10-03 12:08:16 +00:00
"serde",
]
2024-08-07 02:14:37 +00:00
[[package]]
name = "serde_with"
2024-08-31 15:57:25 +00:00
version = "3.9.0"
2024-08-07 02:14:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
2024-08-07 02:14:37 +00:00
dependencies = [
"base64",
"chrono",
"hex",
"indexmap 1.9.3",
2024-08-31 15:57:25 +00:00
"indexmap 2.5.0",
2024-08-07 02:14:37 +00:00
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
2024-08-31 15:57:25 +00:00
version = "3.9.0"
2024-08-07 02:14:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
2024-08-07 02:14:37 +00:00
dependencies = [
"darling",
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2024-08-07 02:14:37 +00:00
]
[[package]]
name = "sha-1"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
2021-05-27 14:02:02 +00:00
"cpufeatures",
"digest",
]
2023-07-29 19:37:22 +00:00
[[package]]
name = "sha1_smol"
2024-08-31 15:57:25 +00:00
version = "1.0.1"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2023-07-29 19:37:22 +00:00
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
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",
"dotenvy",
2024-08-07 02:14:37 +00:00
"either",
"error_reporter",
"font-awesome-as-a-crate",
"futures-util",
2024-08-31 15:57:25 +00:00
"gix 0.63.0",
2023-11-26 20:32:26 +00:00
"grass",
2024-08-31 15:57:25 +00:00
"hyper 0.14.30",
"indexmap 2.5.0",
"lru_time_cache",
2020-09-28 22:48:26 +00:00
"maud",
"once_cell",
"parking_lot",
"pulldown-cmark",
2020-09-28 22:48:26 +00:00
"relative-path",
"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_urlencoded",
2024-08-07 02:14:37 +00:00
"serde_with",
"sha-1",
2020-09-30 12:58:18 +00:00
"tokio",
2024-08-31 15:57:25 +00:00
"toml 0.8.19",
"tracing",
"tracing-subscriber",
2020-09-30 12:58:18 +00:00
]
2024-08-31 15:57:25 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
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]]
2023-07-29 19:37:22 +00:00
name = "smallvec"
2024-04-16 05:14:10 +00:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-01-31 19:37:42 +00:00
[[package]]
name = "smol_str"
version = "0.2.2"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
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"
version = "0.5.7"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2020-09-29 21:03:55 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"libc",
2024-04-16 05:14:10 +00:00
"windows-sys 0.52.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
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2024-08-07 02:14:37 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
2024-08-31 15:57:25 +00:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2018-02-14 00:23:42 +00:00
[[package]]
name = "syn"
2024-08-31 15:57:25 +00:00
version = "2.0.77"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
2023-07-29 19:37:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
2024-08-31 15:57:25 +00:00
name = "sync_wrapper"
version = "1.0.1"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2018-02-14 00:23:42 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"futures-core",
2018-02-14 00:23:42 +00:00
]
2023-10-08 09:13:30 +00:00
[[package]]
name = "system-configuration"
2024-08-31 15:57:25 +00:00
version = "0.6.1"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2023-10-08 09:13:30 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"bitflags",
2023-10-08 09:13:30 +00:00
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
2024-08-31 15:57:25 +00:00
version = "0.6.0"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2023-10-08 09:13:30 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tame-index"
2024-08-31 15:57:25 +00:00
version = "0.12.2"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "cbf60b994ded7946fbf1c3eea9aff178da624dfb101b14c7341db018ddaf483e"
2023-10-08 09:13:30 +00:00
dependencies = [
"camino",
"crossbeam-channel",
2024-08-31 15:57:25 +00:00
"gix 0.63.0",
2023-10-08 09:13:30 +00:00
"home",
"http 1.1.0",
2023-11-26 20:13:03 +00:00
"libc",
2023-10-08 09:13:30 +00:00
"memchr",
"rayon",
"reqwest",
2023-10-08 09:13:30 +00:00
"semver",
"serde",
"serde_json",
"smol_str",
"thiserror",
"tokio",
2024-04-16 05:14:10 +00:00
"toml-span",
2023-10-08 09:13:30 +00:00
"twox-hash",
]
2018-02-14 00:23:42 +00:00
[[package]]
2020-09-29 21:03:55 +00:00
name = "tempfile"
2024-08-31 15:57:25 +00:00
version = "3.12.0"
2020-09-28 22:18:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
2018-02-14 00:23:42 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
"fastrand",
2024-08-31 15:57:25 +00:00
"once_cell",
2023-07-29 19:37:22 +00:00
"rustix",
2024-08-31 15:57:25 +00:00
"windows-sys 0.59.0",
2018-02-14 00:23:42 +00:00
]
2020-09-28 23:55:02 +00:00
[[package]]
name = "thiserror"
2024-08-31 15:57:25 +00:00
version = "1.0.63"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2020-09-28 23:55:02 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-08-31 15:57:25 +00:00
version = "1.0.63"
2020-09-28 23:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2020-09-28 23:55:02 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2020-09-28 23:55:02 +00:00
]
2020-10-04 15:03:52 +00:00
[[package]]
name = "thread_local"
2024-04-16 05:14:10 +00:00
version = "1.1.8"
2020-10-04 15:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
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-04-16 05:14:10 +00:00
version = "0.3.36"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
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",
2024-04-16 05:14:10 +00:00
"num-conv",
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-04-16 05:14:10 +00:00
version = "0.2.18"
2022-03-07 18:51:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2022-10-28 18:45:31 +00:00
dependencies = [
2024-04-16 05:14:10 +00:00
"num-conv",
2022-10-28 18:45:31 +00:00
"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"
2024-08-31 15:57:25 +00:00
version = "1.8.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-07-29 19:37:22 +00:00
version = "0.1.1"
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-08-31 15:57:25 +00:00
version = "1.40.0"
2020-09-29 21:03:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
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",
2021-01-06 11:24:06 +00:00
"pin-project-lite",
2024-04-16 05:14:10 +00:00
"socket2",
2020-09-30 12:58:18 +00:00
"tokio-macros",
2024-08-31 15:57:25 +00:00
"windows-sys 0.52.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"
2024-08-31 15:57:25 +00:00
version = "2.4.0"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2018-02-14 00:23:42 +00:00
dependencies = [
2020-09-30 12:58:18 +00:00
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
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"
2024-08-31 15:57:25 +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-08-31 15:57:25 +00:00
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
2023-10-08 09:13:30 +00:00
dependencies = [
"rustls",
"rustls-pki-types",
2023-10-08 09:13:30 +00:00
"tokio",
]
2018-03-12 10:10:27 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tokio-util"
version = "0.7.11"
2018-03-12 10:10:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
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",
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"
2024-08-31 15:57:25 +00:00
version = "0.8.19"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2023-01-31 19:37:42 +00:00
dependencies = [
"serde",
"serde_spanned",
2023-07-29 19:37:22 +00:00
"toml_datetime",
2024-08-31 15:57:25 +00:00
"toml_edit 0.22.20",
2024-04-16 05:14:10 +00:00
]
[[package]]
name = "toml-span"
2024-08-31 15:57:25 +00:00
version = "0.3.0"
2024-04-16 05:14:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "ce0e1be49e3b9bf33d1a8077c081a3b7afcfc94e4bc1002c80376784381bc106"
2024-04-16 05:14:10 +00:00
dependencies = [
"smallvec",
2018-03-12 10:10:27 +00:00
]
2023-01-31 19:37:42 +00:00
[[package]]
name = "toml_datetime"
2024-08-31 15:57:25 +00:00
version = "0.6.8"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
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 = [
2024-08-31 15:57:25 +00:00
"indexmap 2.5.0",
2023-10-08 09:13:30 +00:00
"serde",
"serde_spanned",
"toml_datetime",
2024-04-16 05:14:10 +00:00
"winnow 0.5.40",
2023-10-08 09:13:30 +00:00
]
[[package]]
name = "toml_edit"
2024-08-31 15:57:25 +00:00
version = "0.22.20"
2023-01-31 19:37:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2023-01-31 19:37:42 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"indexmap 2.5.0",
2023-01-31 19:37:42 +00:00
"serde",
"serde_spanned",
2023-07-29 19:37:22 +00:00
"toml_datetime",
2024-08-31 15:57:25 +00:00
"winnow 0.6.18",
2023-01-31 19:37:42 +00:00
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
2024-08-31 15:57:25 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2018-03-26 08:23:18 +00:00
[[package]]
2020-09-30 12:58:18 +00:00
name = "tower-service"
2024-08-31 15:57:25 +00:00
version = "0.3.3"
2018-03-26 08:23:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
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",
"tracing-attributes",
2020-09-30 12:58:18 +00:00
"tracing-core",
2018-02-14 00:23:42 +00:00
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
]
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",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
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",
]
[[package]]
name = "typenum"
2023-10-08 09:13:30 +00:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-08 09:13:30 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-07-29 19:37:22 +00:00
[[package]]
name = "uluru"
2024-04-16 05:14:10 +00:00
version = "3.1.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
2023-07-29 19:37:22 +00:00
dependencies = [
"arrayvec",
]
[[package]]
name = "unicase"
2023-10-08 09:13:30 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-08 09:13:30 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
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"
2024-04-16 05:14:10 +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-04-16 05:14:10 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
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
[[package]]
name = "unicode-width"
2024-08-31 15:57:25 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unicode-xid"
version = "0.2.5"
2023-10-08 09:13:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
2023-10-08 09:13:30 +00:00
[[package]]
name = "untrusted"
2023-11-26 20:13:03 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 20:13:03 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2018-02-18 04:11:48 +00:00
[[package]]
name = "url"
2024-08-31 15:57:25 +00:00
version = "2.5.2"
2018-02-18 04:11:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2018-02-18 04:11:48 +00:00
dependencies = [
"form_urlencoded",
2020-09-28 22:48:26 +00:00
"idna",
2020-09-29 21:03:55 +00:00
"percent-encoding",
"serde",
2018-02-18 04:11:48 +00:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2018-02-14 00:23:42 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
2018-02-14 00:23:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2018-02-14 00:23:42 +00:00
2020-10-03 12:08:16 +00:00
[[package]]
name = "version_check"
2024-08-31 15:57:25 +00:00
version = "0.9.5"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2020-10-03 12:08:16 +00:00
2023-07-29 19:37:22 +00:00
[[package]]
name = "walkdir"
2024-04-16 05:14:10 +00:00
version = "2.5.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
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-08-31 15:57:25 +00:00
version = "0.2.93"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2020-10-03 12:08:16 +00:00
dependencies = [
2021-02-14 15:40:37 +00:00
"cfg-if",
2024-08-31 15:57:25 +00:00
"once_cell",
2020-10-03 12:08:16 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-08-31 15:57:25 +00:00
version = "0.2.93"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
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-08-31 15:57:25 +00:00
"syn",
2020-10-03 12:08:16 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-08-31 15:57:25 +00:00
version = "0.4.43"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
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-08-31 15:57:25 +00:00
version = "0.2.93"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2020-10-03 12:08:16 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-08-31 15:57:25 +00:00
version = "0.2.93"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2020-10-03 12:08:16 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2020-10-03 12:08:16 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-08-31 15:57:25 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
2020-10-03 12:08:16 +00:00
[[package]]
name = "web-sys"
2024-08-31 15:57:25 +00:00
version = "0.3.70"
2020-10-03 12:08:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
2020-10-03 12:08:16 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2024-08-31 15:57:25 +00:00
version = "0.26.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a"
dependencies = [
"rustls-pki-types",
]
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"
2024-08-31 15:57:25 +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-08-31 15:57:25 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"windows-sys 0.59.0",
2023-07-29 19:37:22 +00:00
]
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
2024-08-07 02:14:37 +00:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-08-31 15:57:25 +00:00
"windows-targets",
2024-08-07 02:14:37 +00:00
]
2023-07-29 19:37:22 +00:00
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows-registry"
version = "0.2.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"windows-result",
"windows-strings",
"windows-targets",
2023-07-29 19:37:22 +00:00
]
2022-10-28 18:45:31 +00:00
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows-result"
version = "0.2.0"
2023-07-29 19:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2023-07-29 19:37:22 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"windows-targets",
2023-07-29 19:37:22 +00:00
]
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows-strings"
version = "0.1.0"
2022-10-28 18:45:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2022-10-28 18:45:31 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"windows-result",
"windows-targets",
2024-01-20 12:02:58 +00:00
]
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows-sys"
version = "0.52.0"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2024-01-20 12:02:58 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"windows-targets",
2022-10-28 18:45:31 +00:00
]
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows-sys"
version = "0.59.0"
2022-10-28 18:45:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
2022-10-28 18:45:31 +00:00
2024-01-20 12:02:58 +00:00
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows-targets"
version = "0.52.6"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2024-01-20 12:02:58 +00:00
2022-05-19 17:17:10 +00:00
[[package]]
2024-08-31 15:57:25 +00:00
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2022-10-28 18:45:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2022-10-28 18:45:31 +00:00
2024-01-20 12:02:58 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2022-05-19 17:17:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2022-05-19 17:17:10 +00:00
2024-01-20 12:02:58 +00:00
[[package]]
name = "windows_i686_gnu"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2024-04-16 05:14:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-16 05:14:10 +00:00
[[package]]
name = "windows_i686_gnullvm"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-01-20 12:02:58 +00:00
2022-10-28 18:45:31 +00:00
[[package]]
name = "windows_i686_msvc"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2022-10-28 18:45:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2022-10-28 18:45:31 +00:00
2024-01-20 12:02:58 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-01-20 12:02:58 +00:00
2022-10-28 18:45:31 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2022-10-28 18:45:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-07-29 19:37:22 +00:00
2024-01-20 12:02:58 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-08-31 15:57:25 +00:00
version = "0.52.6"
2024-01-20 12:02:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-01-20 12:02:58 +00:00
2023-07-29 19:37:22 +00:00
[[package]]
name = "winnow"
2024-04-16 05:14:10 +00:00
version = "0.5.40"
2022-10-28 18:45:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-16 05:14:10 +00:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
2024-08-31 15:57:25 +00:00
version = "0.6.18"
2024-04-16 05:14:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2023-07-29 19:37:22 +00:00
dependencies = [
"memchr",
]
2022-10-28 18:45:31 +00:00
2024-04-16 05:14:10 +00:00
[[package]]
name = "zerocopy"
2024-08-31 15:57:25 +00:00
version = "0.7.35"
2024-04-16 05:14:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-04-16 05:14:10 +00:00
dependencies = [
2024-08-31 15:57:25 +00:00
"byteorder",
2024-04-16 05:14:10 +00:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-08-31 15:57:25 +00:00
version = "0.7.35"
2024-04-16 05:14:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-31 15:57:25 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-04-16 05:14:10 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-31 15:57:25 +00:00
"syn",
2024-04-16 05:14:10 +00:00
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"