redsunlib/Cargo.lock

2466 lines
61 KiB
Plaintext
Raw Normal View History

2021-04-15 16:44:16 +12:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2024-11-20 05:08:00 +13:00
version = 4
2023-12-27 09:55:35 +13:00
[[package]]
name = "addr2line"
version = "0.24.2"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2023-12-27 09:55:35 +13:00
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2023-12-27 09:55:35 +13:00
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2023-12-27 10:12:42 +13:00
[[package]]
name = "ahash"
2024-03-05 13:59:50 +13:00
version = "0.8.11"
2023-12-27 10:12:42 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 13:59:50 +13:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-12-27 10:12:42 +13:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "aho-corasick"
2024-05-30 10:40:09 +12:00
version = "1.1.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
2023-12-27 10:12:42 +13:00
[[package]]
name = "allocator-api2"
2024-11-20 05:37:30 +13:00
version = "0.2.20"
2023-12-27 10:12:42 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"
2023-12-27 10:12:42 +13:00
2023-04-20 02:27:50 +12:00
[[package]]
name = "anstyle"
2024-11-20 05:37:30 +13:00
version = "1.0.10"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
2023-04-20 02:27:50 +12:00
[[package]]
name = "anyhow"
version = "1.0.93"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
2023-04-20 02:27:50 +12:00
2024-06-29 10:14:47 +12:00
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2021-04-15 16:44:16 +12:00
[[package]]
2024-09-22 07:44:27 +12:00
name = "async-recursion"
version = "1.1.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-22 07:44:27 +12:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
2021-04-15 16:44:16 +12:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "async-trait"
version = "0.1.83"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
2021-04-15 16:44:16 +12:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atom_syndication"
2024-11-20 05:37:30 +13:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "3ee79fb83c725eae67b55218870813d2fc39fd85e4f1583848ef9f4f823cfe7c"
dependencies = [
"chrono",
"derive_builder",
"diligent-date-parser",
"never",
"quick-xml",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "autocfg"
version = "1.4.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2021-04-15 16:44:16 +12:00
2023-12-27 09:55:35 +13:00
[[package]]
name = "backtrace"
version = "0.3.74"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2023-12-27 09:55:35 +13:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets",
2023-12-27 09:55:35 +13:00
]
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2021-04-15 16:44:16 +12:00
[[package]]
2024-05-30 10:40:09 +12:00
name = "base64"
version = "0.22.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2021-04-15 16:44:16 +12:00
2023-12-27 09:55:35 +13:00
[[package]]
name = "bitflags"
2024-06-26 12:42:06 +12:00
version = "2.6.0"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 12:42:06 +12:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-12-27 09:55:35 +13:00
[[package]]
name = "block-buffer"
2023-04-20 02:27:50 +12:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 02:27:50 +12:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "brotli"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2024-05-30 12:05:56 +12:00
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 12:05:56 +12:00
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2022-11-01 16:23:59 +13:00
[[package]]
name = "bstr"
2024-11-20 05:37:30 +13:00
version = "1.11.0"
2022-11-01 16:23:59 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
2022-11-01 16:23:59 +13:00
dependencies = [
"memchr",
2023-01-17 08:09:57 +13:00
"serde",
2022-11-01 16:23:59 +13:00
]
[[package]]
name = "build_html"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225eb82ce9e70dcc0cfa6e404d0f353326b6e163bf500ec4711cec317d11935c"
2024-11-20 05:37:30 +13:00
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-04-15 16:44:16 +12:00
[[package]]
name = "bytes"
version = "1.8.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
2021-04-15 16:44:16 +12:00
[[package]]
name = "cached"
2024-11-20 05:37:30 +13:00
version = "0.54.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae"
2021-04-15 16:44:16 +12:00
dependencies = [
2023-12-27 10:12:42 +13:00
"ahash",
2021-04-15 16:44:16 +12:00
"async-trait",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
2024-10-03 10:43:13 +13:00
"hashbrown 0.14.5",
2021-04-15 16:44:16 +12:00
"once_cell",
"thiserror",
"tokio",
2024-11-20 05:37:30 +13:00
"web-time",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "cached_proc_macro"
2024-11-20 05:37:30 +13:00
version = "0.23.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa"
2021-04-15 16:44:16 +12:00
dependencies = [
"darling",
2023-01-17 08:09:57 +13:00
"proc-macro2",
2021-04-15 16:44:16 +12:00
"quote",
"syn",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2021-04-15 16:44:16 +12:00
[[package]]
name = "cc"
2024-11-20 05:08:00 +13:00
version = "1.2.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:08:00 +13:00
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
dependencies = [
"shlex",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"num-traits",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "clap"
2024-11-20 05:37:30 +13:00
version = "4.5.21"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
2023-04-20 02:27:50 +12:00
dependencies = [
"clap_builder",
2024-10-22 13:54:05 +13:00
"clap_derive",
2023-04-20 02:27:50 +12:00
]
[[package]]
name = "clap_builder"
2024-11-20 05:37:30 +13:00
version = "4.5.21"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
2021-04-15 16:44:16 +12:00
dependencies = [
2023-04-20 02:27:50 +12:00
"anstyle",
"clap_lex",
2021-04-15 16:44:16 +12:00
]
2024-10-22 13:54:05 +13:00
[[package]]
name = "clap_derive"
version = "4.5.18"
2024-10-22 13:54:05 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2024-10-22 13:54:05 +13:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2024-10-22 13:54:05 +13:00
]
[[package]]
name = "clap_lex"
2024-11-20 05:37:30 +13:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
[[package]]
name = "common-words-all"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a6ff47eb813c9e315610ceca0ddd247827e22f2cdadc4189e4676a81470c77"
dependencies = [
"anyhow",
"csv",
"glob",
"serde",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "cookie"
2024-05-30 10:40:09 +12:00
version = "0.18.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
2021-04-15 16:44:16 +12:00
dependencies = [
"time",
"version_check",
]
[[package]]
name = "core-foundation"
2023-12-27 09:55:35 +13:00
version = "0.9.4"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2021-04-15 16:44:16 +12:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2021-04-15 16:44:16 +12:00
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
[[package]]
name = "cpufeatures"
2024-11-20 05:37:30 +13:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-05-30 10:40:09 +12:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
2022-11-01 16:23:59 +13:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "csv"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
dependencies = [
"memchr",
]
[[package]]
name = "darling"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "darling_core"
version = "0.20.10"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2021-04-15 16:44:16 +12:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "darling_macro"
version = "0.20.10"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2021-04-15 16:44:16 +12:00
dependencies = [
"darling_core",
2021-04-15 16:44:16 +12:00
"quote",
"syn",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "dary_heap"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728"
2023-12-27 09:55:35 +13:00
[[package]]
name = "deranged"
2024-01-20 13:06:47 +13:00
version = "0.3.11"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-20 13:06:47 +13:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-12-27 09:55:35 +13:00
dependencies = [
"powerfmt",
]
[[package]]
name = "derive_builder"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_builder_macro"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
dependencies = [
"derive_builder_core",
"syn",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2022-11-01 16:23:59 +13:00
"block-buffer",
"crypto-common",
]
[[package]]
name = "diligent-date-parser"
2024-11-20 05:37:30 +13:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
dependencies = [
"chrono",
]
2024-11-20 05:37:30 +13:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-06-07 06:33:01 +12:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "encoding_rs"
version = "0.8.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
dependencies = [
"cfg-if",
]
2023-06-07 06:33:01 +12:00
[[package]]
name = "env_logger"
2024-01-20 13:06:47 +13:00
version = "0.10.2"
2023-06-07 06:33:01 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-20 13:06:47 +13:00
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2023-06-07 06:33:01 +12:00
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
2023-02-26 23:11:17 +13:00
[[package]]
2023-12-27 09:55:35 +13:00
name = "equivalent"
version = "1.0.1"
2023-02-26 23:11:17 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-02-26 23:11:17 +13:00
[[package]]
2023-12-27 09:55:35 +13:00
name = "errno"
2024-05-30 10:40:09 +12:00
version = "0.3.9"
2023-02-26 23:11:17 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-02-26 23:11:17 +13:00
dependencies = [
"libc",
2023-12-27 09:55:35 +13:00
"windows-sys 0.52.0",
2023-02-26 23:11:17 +13:00
]
2023-12-27 09:55:35 +13:00
[[package]]
name = "fastrand"
2024-11-20 05:37:30 +13:00
version = "2.2.0"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
2023-12-27 09:55:35 +13:00
2021-04-15 16:44:16 +12:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-12-27 09:55:35 +13:00
version = "1.2.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2021-04-15 16:44:16 +12:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs_extra"
2023-04-20 02:27:50 +12:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 02:27:50 +12:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2021-04-15 16:44:16 +12:00
[[package]]
name = "futures"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2021-04-15 16:44:16 +12:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2021-04-15 16:44:16 +12:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2021-04-15 16:44:16 +12:00
[[package]]
name = "futures-io"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2021-04-15 16:44:16 +12:00
[[package]]
name = "futures-lite"
2024-11-20 05:37:30 +13:00
version = "2.5.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
2021-04-15 16:44:16 +12:00
dependencies = [
"fastrand",
2021-04-15 16:44:16 +12:00
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
[[package]]
name = "futures-sink"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2021-04-15 16:44:16 +12:00
[[package]]
name = "futures-task"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2021-04-15 16:44:16 +12:00
[[package]]
name = "futures-util"
version = "0.3.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2021-04-15 16:44:16 +12:00
dependencies = [
"futures-core",
"futures-sink",
"futures-task",
"pin-project-lite",
"pin-utils",
]
[[package]]
name = "generic-array"
2023-04-20 02:27:50 +12:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 02:27:50 +12:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2023-06-06 12:31:25 +12:00
[[package]]
name = "getrandom"
2024-05-30 10:40:09 +12:00
version = "0.2.15"
2023-06-06 12:31:25 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-06-06 12:31:25 +12:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2023-12-27 09:55:35 +13:00
[[package]]
name = "gimli"
version = "0.31.1"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2023-12-27 09:55:35 +13:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-11-01 16:23:59 +13:00
[[package]]
name = "globset"
version = "0.4.15"
2022-11-01 16:23:59 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
2022-11-01 16:23:59 +13:00
dependencies = [
2023-12-27 09:55:35 +13:00
"aho-corasick",
2022-11-01 16:23:59 +13:00
"bstr",
"log",
2023-12-27 09:55:35 +13:00
"regex-automata",
"regex-syntax",
2022-11-01 16:23:59 +13:00
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "h2"
2024-05-30 10:40:09 +12:00
version = "0.3.26"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2021-04-15 16:44:16 +12:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2024-05-30 10:40:09 +12:00
version = "0.14.5"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-12-27 10:12:42 +13:00
dependencies = [
"ahash",
"allocator-api2",
]
2021-04-15 16:44:16 +12:00
2024-10-03 10:43:13 +13:00
[[package]]
name = "hashbrown"
2024-11-20 05:37:30 +13:00
version = "0.15.1"
2024-10-03 10:43:13 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
2024-10-03 10:43:13 +13:00
2024-10-22 13:54:05 +13:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-04-20 02:27:50 +12:00
[[package]]
name = "hermit-abi"
2024-03-05 13:59:50 +13:00
version = "0.3.9"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 13:59:50 +13:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-04-20 02:27:50 +12:00
[[package]]
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
2021-04-15 16:44:16 +12:00
[[package]]
name = "http"
2024-03-05 13:59:50 +13:00
version = "0.2.12"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 13:59:50 +13:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2021-04-15 16:44:16 +12:00
dependencies = [
"bytes",
"fnv",
"itoa",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "http-body"
2023-12-27 09:55:35 +13:00
version = "0.4.6"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2021-04-15 16:44:16 +12:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.9.5"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2021-04-15 16:44:16 +12:00
[[package]]
name = "httpdate"
2023-12-27 09:55:35 +13:00
version = "1.0.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2021-04-15 16:44:16 +12:00
2023-06-07 06:33:01 +12:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2021-04-15 16:44:16 +12:00
[[package]]
name = "hyper"
version = "0.14.31"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
2021-04-15 16:44:16 +12:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2021-04-15 16:44:16 +12:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.24.2"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2021-04-15 16:44:16 +12:00
dependencies = [
2023-12-27 09:55:35 +13:00
"futures-util",
"http",
2021-04-15 16:44:16 +12:00
"hyper",
"log",
"rustls",
"rustls-native-certs",
"tokio",
"tokio-rustls",
]
2024-11-20 05:37:30 +13:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
2024-11-20 05:37:30 +13:00
version = "1.0.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2021-04-15 16:44:16 +12:00
dependencies = [
2024-11-20 05:37:30 +13:00
"idna_adapter",
"smallvec",
"utf8_iter",
2021-04-15 16:44:16 +12:00
]
[[package]]
2024-11-20 05:37:30 +13:00
name = "idna_adapter"
version = "1.2.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2021-04-15 16:44:16 +12:00
dependencies = [
2024-11-20 05:37:30 +13:00
"icu_normalizer",
"icu_properties",
2021-04-15 16:44:16 +12:00
]
[[package]]
2024-11-20 05:37:30 +13:00
name = "indexmap"
version = "2.6.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2021-04-15 16:44:16 +12:00
dependencies = [
2024-11-20 05:37:30 +13:00
"equivalent",
"hashbrown 0.15.1",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "inventory"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
2023-06-07 06:33:01 +12:00
[[package]]
name = "is-terminal"
version = "0.4.13"
2023-06-07 06:33:01 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
2023-06-07 06:33:01 +12:00
dependencies = [
"hermit-abi 0.4.0",
2024-03-05 13:59:50 +13:00
"libc",
2024-01-20 13:06:47 +13:00
"windows-sys 0.52.0",
2023-06-07 06:33:01 +12:00
]
[[package]]
name = "itoa"
2024-05-30 10:40:09 +12:00
version = "1.0.11"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2021-04-15 16:44:16 +12:00
2024-11-20 05:37:30 +13:00
[[package]]
name = "js-sys"
version = "0.3.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
dependencies = [
"wasm-bindgen",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "libc"
2024-11-20 05:37:30 +13:00
version = "0.2.164"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
2021-04-15 16:44:16 +12:00
[[package]]
name = "libflate"
2024-05-30 10:40:09 +12:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e"
dependencies = [
"adler32",
"core2",
"crc32fast",
"dary_heap",
"libflate_lz77",
]
[[package]]
name = "libflate_lz77"
2024-05-30 10:40:09 +12:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d"
dependencies = [
"core2",
2024-10-03 10:43:13 +13:00
"hashbrown 0.14.5",
"rle-decode-fast",
]
2023-02-26 23:11:17 +13:00
[[package]]
name = "linux-raw-sys"
2024-05-30 10:40:09 +12:00
version = "0.4.14"
2023-02-26 23:11:17 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-02-26 23:11:17 +13:00
[[package]]
name = "lipsum"
2024-05-30 10:40:09 +12:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "636860251af8963cc40f6b4baadee105f02e21b28131d76eba8e40ce84ab8064"
dependencies = [
"rand",
"rand_chacha",
]
2024-11-20 05:37:30 +13:00
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2021-04-15 16:44:16 +12:00
[[package]]
name = "lock_api"
2024-05-30 10:40:09 +12:00
version = "0.4.12"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2021-04-15 16:44:16 +12:00
dependencies = [
2022-04-03 16:24:20 +12:00
"autocfg",
2021-04-15 16:44:16 +12:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.22"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2021-04-15 16:44:16 +12:00
[[package]]
name = "memchr"
2024-06-26 12:42:06 +12:00
version = "2.7.4"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 12:42:06 +12:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2021-04-15 16:44:16 +12:00
[[package]]
name = "mime"
2023-04-20 02:27:50 +12:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 02:27:50 +12:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-12-27 09:55:35 +13:00
[[package]]
name = "miniz_oxide"
version = "0.8.0"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2023-12-27 09:55:35 +13:00
dependencies = [
"adler2",
2023-12-27 09:55:35 +13:00
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "mio"
version = "1.0.2"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2021-04-15 16:44:16 +12:00
dependencies = [
"hermit-abi 0.3.9",
2021-04-15 16:44:16 +12:00
"libc",
"wasi",
"windows-sys 0.52.0",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "never"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
2021-04-15 16:44:16 +12:00
[[package]]
name = "nom"
2023-01-17 08:09:57 +13:00
version = "7.1.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-17 08:09:57 +13:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-04-15 16:44:16 +12:00
dependencies = [
"memchr",
"minimal-lexical",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "num_threads"
2024-03-05 13:59:50 +13:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 13:59:50 +13:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2023-12-27 09:55:35 +13:00
[[package]]
name = "object"
version = "0.36.5"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
2023-12-27 09:55:35 +13:00
dependencies = [
"memchr",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "once_cell"
version = "1.20.2"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2024-10-03 10:43:13 +13:00
2021-04-15 16:44:16 +12:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-04-15 16:44:16 +12:00
[[package]]
name = "parking"
version = "2.2.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2021-04-15 16:44:16 +12:00
[[package]]
name = "parking_lot"
2024-05-30 10:40:09 +12:00
version = "0.12.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2021-04-15 16:44:16 +12:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-30 10:40:09 +12:00
version = "0.9.10"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2021-04-15 16:44:16 +12:00
dependencies = [
"cfg-if",
"libc",
2023-06-07 06:33:01 +12:00
"redox_syscall",
2021-04-15 16:44:16 +12:00
"smallvec",
"windows-targets",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "percent-encoding"
2023-12-27 09:55:35 +13:00
version = "2.3.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2021-04-15 16:44:16 +12:00
[[package]]
name = "pin-project-lite"
version = "0.2.15"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
2021-04-15 16:44:16 +12:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-12-27 09:55:35 +13:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2023-06-07 06:33:01 +12:00
[[package]]
name = "pretty_env_logger"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
dependencies = [
"env_logger",
"log",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "proc-macro2"
version = "1.0.89"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
2021-04-15 16:44:16 +12:00
dependencies = [
2022-05-21 14:20:44 +12:00
"unicode-ident",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-xml"
2024-11-20 05:37:30 +13:00
version = "0.37.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03"
dependencies = [
"encoding_rs",
"memchr",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "quote"
version = "1.0.37"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2021-04-15 16:44:16 +12:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2023-12-27 12:25:52 +13:00
[[package]]
2024-06-02 22:32:27 +12:00
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags",
]
[[package]]
name = "redsunlib"
2024-10-20 19:31:07 +13:00
version = "0.35.3"
2023-12-27 12:25:52 +13:00
dependencies = [
2024-06-29 10:14:47 +12:00
"arc-swap",
2024-09-22 07:44:27 +12:00
"async-recursion",
"base64 0.22.1",
2023-12-27 12:25:52 +13:00
"brotli",
"build_html",
"cached",
"clap",
"common-words-all",
2023-12-27 12:25:52 +13:00
"cookie",
"dotenvy",
"fastrand",
2023-12-27 12:25:52 +13:00
"futures-lite",
"hyper",
"hyper-rustls",
"libflate",
"lipsum",
"log",
"once_cell",
"percent-encoding",
"pretty_env_logger",
"regex",
2024-10-03 10:43:13 +13:00
"rinja",
2023-12-27 12:25:52 +13:00
"route-recognizer",
"rss",
2023-12-27 12:25:52 +13:00
"rust-embed",
"sealed_test",
"serde",
"serde_json",
"serde_json_path",
2023-12-27 12:25:52 +13:00
"serde_yaml",
"time",
"tokio",
"toml",
"url",
"uuid",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "regex"
version = "1.11.1"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2023-12-27 09:55:35 +13:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-11-20 05:37:30 +13:00
version = "0.4.9"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2021-04-15 16:44:16 +12:00
dependencies = [
2023-12-27 09:55:35 +13:00
"aho-corasick",
2021-04-15 16:44:16 +12:00
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2021-04-15 16:44:16 +12:00
[[package]]
name = "ring"
2024-03-05 13:59:50 +13:00
version = "0.17.8"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 13:59:50 +13:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2021-04-15 16:44:16 +12:00
dependencies = [
"cc",
2024-03-05 13:59:50 +13:00
"cfg-if",
2023-12-27 09:55:35 +13:00
"getrandom",
2021-04-15 16:44:16 +12:00
"libc",
"spin",
"untrusted",
2024-03-05 13:59:50 +13:00
"windows-sys 0.52.0",
2021-04-15 16:44:16 +12:00
]
2024-10-03 10:43:13 +13:00
[[package]]
name = "rinja"
version = "0.3.5"
2024-10-03 10:43:13 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dc4940d00595430b3d7d5a01f6222b5e5b51395d1120bdb28d854bb8abb17a5"
2024-10-03 10:43:13 +13:00
dependencies = [
"itoa",
"rinja_derive",
]
[[package]]
name = "rinja_derive"
version = "0.3.5"
2024-10-03 10:43:13 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d9ed0146aef6e2825f1b1515f074510549efba38d71f4554eec32eb36ba18b"
2024-10-03 10:43:13 +13:00
dependencies = [
"memchr",
"mime",
"mime_guess",
"proc-macro2",
"quote",
"rinja_parser",
"rustc-hash",
"syn",
2024-10-03 10:43:13 +13:00
]
[[package]]
name = "rinja_parser"
version = "0.3.5"
2024-10-03 10:43:13 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f9a866e2e00a7a1fb27e46e9e324a6f7c0e7edc4543cae1d38f4e4a100c610"
2024-10-03 10:43:13 +13:00
dependencies = [
"memchr",
"nom",
]
[[package]]
name = "rle-decode-fast"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2021-04-15 16:44:16 +12:00
[[package]]
name = "route-recognizer"
2021-10-26 17:27:55 +13:00
version = "0.3.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-26 17:27:55 +13:00
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
2021-04-15 16:44:16 +12:00
[[package]]
name = "rss"
2024-11-20 05:37:30 +13:00
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "554a62b3dd5450fcbb0435b3db809f9dd3c6e9f5726172408f7ad3b57ed59057"
dependencies = [
"atom_syndication",
"derive_builder",
"never",
"quick-xml",
]
[[package]]
name = "rust-embed"
version = "8.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
version = "8.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
version = "8.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
dependencies = [
2022-11-01 16:23:59 +13:00
"globset",
"sha2",
"walkdir",
]
2023-12-27 09:55:35 +13:00
[[package]]
name = "rustc-demangle"
2024-05-30 10:40:09 +12:00
version = "0.1.24"
2023-12-27 09:55:35 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-12-27 09:55:35 +13:00
2024-10-03 10:43:13 +13:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2023-02-26 23:11:17 +13:00
[[package]]
name = "rustix"
2024-11-20 05:37:30 +13:00
version = "0.38.41"
2023-02-26 23:11:17 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
2023-02-26 23:11:17 +13:00
dependencies = [
2024-05-30 10:40:09 +12:00
"bitflags",
2023-02-26 23:11:17 +13:00
"errno",
"libc",
"linux-raw-sys",
2023-12-27 09:55:35 +13:00
"windows-sys 0.52.0",
2023-02-26 23:11:17 +13:00
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "rustls"
version = "0.21.12"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2021-04-15 16:44:16 +12:00
dependencies = [
"log",
"ring",
"rustls-webpki",
"sct",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "rustls-native-certs"
version = "0.6.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2021-04-15 16:44:16 +12:00
dependencies = [
"openssl-probe",
"rustls-pemfile",
2021-04-15 16:44:16 +12:00
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "rusty-forkfork"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ce85af4dfa2fb0c0143121ab5e424c71ea693867357c9159b8777b59984c218"
dependencies = [
"fnv",
"quick-error",
"tempfile",
"wait-timeout",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "ryu"
2024-05-30 10:40:09 +12:00
version = "1.0.18"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2021-04-15 16:44:16 +12:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "schannel"
2024-11-20 05:08:00 +13:00
version = "0.1.27"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:08:00 +13:00
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2021-04-15 16:44:16 +12:00
dependencies = [
"windows-sys 0.59.0",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "scopeguard"
2023-12-27 09:55:35 +13:00
version = "1.2.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-04-15 16:44:16 +12:00
[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "sealed_test"
2024-06-26 12:42:06 +12:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 12:42:06 +12:00
checksum = "2a1867f8f005bd7fb73c367e2e45dd628417906a2ca27597fe59cbf04279a222"
dependencies = [
"fs_extra",
"rusty-forkfork",
"sealed_test_derive",
"tempfile",
]
[[package]]
name = "sealed_test_derive"
2024-06-26 12:42:06 +12:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 12:42:06 +12:00
checksum = "77253fb2d4451418d07025826028bcb96ee42d3e58859689a70ce62908009db6"
dependencies = [
"quote",
"syn",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "security-framework"
version = "2.11.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2021-04-15 16:44:16 +12:00
dependencies = [
2024-05-30 10:40:09 +12:00
"bitflags",
2021-04-15 16:44:16 +12:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-11-20 05:08:00 +13:00
version = "2.12.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:08:00 +13:00
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
2021-04-15 16:44:16 +12:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2024-11-20 05:37:30 +13:00
version = "1.0.215"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
2021-04-15 16:44:16 +12:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-11-20 05:37:30 +13:00
version = "1.0.215"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
2021-04-15 16:44:16 +12:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "serde_json"
2024-11-20 05:37:30 +13:00
version = "1.0.133"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
2021-04-15 16:44:16 +12:00
dependencies = [
"itoa",
"memchr",
2021-04-15 16:44:16 +12:00
"ryu",
"serde",
]
[[package]]
name = "serde_json_path"
2024-11-20 05:37:30 +13:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "e176fbf9bd62f75c2d8be33207fa13af2f800a506635e89759e46f934c520f4d"
dependencies = [
"inventory",
"nom",
"regex",
"serde",
"serde_json",
"serde_json_path_core",
"serde_json_path_macros",
"thiserror",
]
[[package]]
name = "serde_json_path_core"
2024-11-20 05:37:30 +13:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "ea3bfd54a421bec8328aefede43ac9f18c8c7ded3b2afc8addd44b4813d99fd0"
dependencies = [
"inventory",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "serde_json_path_macros"
2024-11-20 05:37:30 +13:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "ee05bac728cc5232af5c23896b34fbdd17cf0bb0c113440588aeeb1b57c6ba1f"
dependencies = [
"inventory",
"serde_json_path_core",
"serde_json_path_macros_internal",
]
[[package]]
name = "serde_json_path_macros_internal"
2024-11-20 05:37:30 +13:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "aafbefbe175fa9bf03ca83ef89beecff7d2a95aaacd5732325b90ac8c3bd7b90"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_spanned"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
[[package]]
name = "serde_yaml"
2024-05-30 10:40:09 +12:00
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha2"
2023-12-27 09:55:35 +13:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2021-04-15 16:44:16 +12:00
[[package]]
name = "signal-hook-registry"
2024-05-30 10:40:09 +12:00
version = "1.4.2"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2021-04-15 16:44:16 +12:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-12-27 09:55:35 +13:00
version = "0.4.9"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-11-01 16:23:59 +13:00
dependencies = [
"autocfg",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "smallvec"
2024-05-30 10:40:09 +12:00
version = "1.13.2"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-04-15 16:44:16 +12:00
[[package]]
name = "socket2"
2024-05-30 10:40:09 +12:00
version = "0.5.7"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2021-04-15 16:44:16 +12:00
dependencies = [
"libc",
2024-03-05 13:59:50 +13:00
"windows-sys 0.52.0",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "spin"
2023-12-27 09:55:35 +13:00
version = "0.9.8"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2021-04-15 16:44:16 +12:00
2024-11-20 05:37:30 +13:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2021-04-15 16:44:16 +12:00
[[package]]
name = "strsim"
2024-05-30 12:05:56 +12:00
version = "0.11.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 12:05:56 +12:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2021-04-15 16:44:16 +12:00
[[package]]
name = "syn"
2024-11-20 05:37:30 +13:00
version = "2.0.87"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
2021-04-15 16:44:16 +12:00
dependencies = [
"proc-macro2",
"quote",
2022-05-21 14:20:44 +12:00
"unicode-ident",
2021-04-15 16:44:16 +12:00
]
2024-11-20 05:37:30 +13:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tempfile"
2024-11-20 05:37:30 +13:00
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
2023-02-26 23:11:17 +13:00
"rustix",
"windows-sys 0.59.0",
]
2023-06-07 06:33:01 +12:00
[[package]]
name = "termcolor"
2024-01-20 13:06:47 +13:00
version = "1.4.1"
2023-06-07 06:33:01 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-20 13:06:47 +13:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-06-07 06:33:01 +12:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2024-11-20 05:37:30 +13:00
version = "1.0.69"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-11-20 05:37:30 +13:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "time"
2024-05-30 10:40:09 +12:00
version = "0.3.36"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2021-04-15 16:44:16 +12:00
dependencies = [
2023-12-27 09:55:35 +13:00
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
2023-12-27 09:55:35 +13:00
"powerfmt",
2022-11-01 16:23:59 +13:00
"serde",
"time-core",
2021-04-15 16:44:16 +12:00
"time-macros",
]
2022-11-01 16:23:59 +13:00
[[package]]
name = "time-core"
2023-12-27 09:55:35 +13:00
version = "0.1.2"
2022-11-01 16:23:59 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-11-01 16:23:59 +13:00
2021-04-15 16:44:16 +12:00
[[package]]
name = "time-macros"
2024-05-30 10:40:09 +12:00
version = "0.2.18"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2022-11-01 16:23:59 +13:00
dependencies = [
"num-conv",
2022-11-01 16:23:59 +13:00
"time-core",
]
2021-04-15 16:44:16 +12:00
[[package]]
2024-11-20 05:37:30 +13:00
name = "tinystr"
version = "0.7.6"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2021-04-15 16:44:16 +12:00
dependencies = [
2024-11-20 05:37:30 +13:00
"displaydoc",
"zerovec",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "tokio"
2024-11-20 05:37:30 +13:00
version = "1.41.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
2021-04-15 16:44:16 +12:00
dependencies = [
2023-12-27 09:55:35 +13:00
"backtrace",
2021-04-15 16:44:16 +12:00
"bytes",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
2021-04-15 16:44:16 +12:00
"tokio-macros",
"windows-sys 0.52.0",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "tokio-macros"
version = "2.4.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2021-04-15 16:44:16 +12:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2021-04-15 16:44:16 +12:00
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.12"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2021-04-15 16:44:16 +12:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "tower-service"
version = "0.3.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2021-04-15 16:44:16 +12:00
[[package]]
name = "tracing"
2023-12-27 09:55:35 +13:00
version = "0.1.40"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2021-04-15 16:44:16 +12:00
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-12-27 09:55:35 +13:00
version = "0.1.32"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2021-04-15 16:44:16 +12:00
dependencies = [
2022-11-01 16:23:59 +13:00
"once_cell",
2021-04-15 16:44:16 +12:00
]
[[package]]
name = "try-lock"
2023-12-27 09:55:35 +13:00
version = "0.2.5"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2021-04-15 16:44:16 +12:00
[[package]]
name = "typenum"
2023-12-27 09:55:35 +13:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicase"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
2022-05-21 14:20:44 +12:00
[[package]]
name = "unicode-ident"
version = "1.0.13"
2022-05-21 14:20:44 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2022-05-21 14:20:44 +12:00
[[package]]
name = "unsafe-libyaml"
2024-05-30 10:40:09 +12:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 10:40:09 +12:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2021-04-15 16:44:16 +12:00
[[package]]
name = "untrusted"
2023-12-27 09:55:35 +13:00
version = "0.9.0"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2021-04-15 16:44:16 +12:00
[[package]]
name = "url"
2024-11-20 05:37:30 +13:00
version = "2.5.3"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-20 05:37:30 +13:00
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
2021-04-15 16:44:16 +12:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2024-11-20 05:37:30 +13:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2023-06-06 12:31:25 +12:00
[[package]]
name = "uuid"
version = "1.11.0"
2023-06-06 12:31:25 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2023-06-06 12:31:25 +12:00
dependencies = [
"getrandom",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "version_check"
version = "0.9.5"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2021-04-15 16:44:16 +12:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
[[package]]
name = "walkdir"
2024-03-05 13:59:50 +13:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 13:59:50 +13:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2021-04-15 16:44:16 +12:00
[[package]]
name = "want"
2023-12-27 09:55:35 +13:00
version = "0.3.1"
2021-04-15 16:44:16 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2021-04-15 16:44:16 +12:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-11-20 05:37:30 +13:00
[[package]]
name = "wasm-bindgen"
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
dependencies = [
"cfg-if",
"once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi-util"
version = "0.1.9"
2023-02-26 23:11:17 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-02-26 23:11:17 +13:00
dependencies = [
"windows-sys 0.59.0",
2023-04-20 02:27:50 +12:00
]
[[package]]
name = "windows-sys"
2023-12-27 09:55:35 +13:00
version = "0.52.0"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-27 09:55:35 +13:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-04-20 02:27:50 +12:00
dependencies = [
"windows-targets",
2023-02-26 23:11:17 +13:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
2023-02-26 23:11:17 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2023-02-26 23:11:17 +13:00
dependencies = [
"windows-targets",
2023-02-26 23:11:17 +13:00
]
2023-04-20 02:27:50 +12:00
[[package]]
name = "windows-targets"
version = "0.52.6"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-04-20 02:27:50 +12:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-05-30 10:40:09 +12:00
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-04-20 02:27:50 +12:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2022-11-01 16:23:59 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2022-11-01 16:23:59 +13:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-04-20 02:27:50 +12:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
2024-05-30 10:40:09 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-30 10:40:09 +12:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2022-11-01 16:23:59 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2022-11-01 16:23:59 +13:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2023-04-20 02:27:50 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-04-20 02:27:50 +12:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-04-20 02:27:50 +12:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2022-11-01 16:23:59 +13:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2022-11-01 16:23:59 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
dependencies = [
"memchr",
]
2023-12-27 10:12:42 +13:00
2024-11-20 05:37:30 +13:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
2023-12-27 10:12:42 +13:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2023-12-27 10:12:42 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2023-12-27 10:12:42 +13:00
dependencies = [
"byteorder",
2023-12-27 10:12:42 +13:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2023-12-27 10:12:42 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2023-12-27 10:12:42 +13:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2023-12-27 10:12:42 +13:00
]
2024-11-20 05:37:30 +13:00
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]