Rustbot/Cargo.lock

2755 lines
67 KiB
Plaintext
Raw Normal View History

2023-12-04 00:35:42 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2024-05-30 21:44:14 -04:00
version = "0.22.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-12-04 00:35:42 -05:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aformat"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f387c59d52324934bdd3586fe904051338ce4583a9bb921982a3dbb060a26e6f"
dependencies = [
"aformat-macros",
"to-arraystring",
"typenum",
"typenum_mappings",
]
[[package]]
name = "aformat-macros"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "254adeba6d67e7e6706f01ffdf1787cdad41e361be5b7c1e3265bba54dca7d8f"
dependencies = [
"bytestring",
"proc-macro2",
"quote",
"syn 2.0.82",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-12-04 00:35:42 -05:00
dependencies = [
"memchr",
]
[[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",
]
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
dependencies = [
"serde",
]
[[package]]
name = "async-trait"
2024-08-01 00:51:43 -04:00
version = "0.1.81"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
2024-05-30 21:44:14 -04:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-12-04 00:35:42 -05:00
[[package]]
name = "autocfg"
2024-05-30 21:44:14 -04:00
version = "1.3.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-12-04 00:35:42 -05:00
[[package]]
name = "backtrace"
2024-08-01 00:51:43 -04:00
version = "0.3.73"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-12-04 00:35:42 -05:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2024-04-10 20:47:19 -04:00
[[package]]
name = "base64"
2024-05-02 19:47:57 -04:00
version = "0.22.1"
2024-04-10 20:47:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-10 20:47:19 -04:00
2023-12-04 00:35:42 -05:00
[[package]]
name = "bitflags"
2024-08-01 00:51:43 -04:00
version = "2.6.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-12-04 00:35:42 -05:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bool_to_bitflags"
version = "0.1.3"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7c039d9bc676b768f6d59556e99f95f5e47c811b672f8b2b2b606eb28527a2f"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.82",
"to-arraystring",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "bumpalo"
version = "3.16.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-12-04 00:35:42 -05:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.7.1"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2023-12-04 00:35:42 -05:00
[[package]]
name = "bytestring"
version = "1.3.1"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2023-12-04 00:35:42 -05:00
dependencies = [
"bytes",
2023-12-04 00:35:42 -05:00
]
2024-03-13 05:27:16 -04:00
[[package]]
name = "cargo_toml"
version = "0.20.5"
2024-03-13 05:27:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2024-03-13 05:27:16 -04:00
dependencies = [
"serde",
"toml",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "cc"
version = "1.1.8"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549"
2023-12-04 00:35:42 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-05-02 19:47:57 -04:00
version = "0.4.38"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-12-04 00:35:42 -05:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "cpufeatures"
version = "0.2.12"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-12-04 00:35:42 -05:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-05-30 21:44:14 -04:00
version = "1.4.2"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
]
2024-01-06 22:43:10 -05:00
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2024-01-06 22:43:10 -05:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2024-01-06 22:43:10 -05:00
dependencies = [
"crossbeam-utils",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "crossbeam-utils"
2024-05-30 21:44:14 -04:00
version = "0.8.20"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2023-12-04 00:35:42 -05: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 = "darling"
2024-08-01 00:51:43 -04:00
version = "0.20.10"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2023-12-04 00:35:42 -05:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-08-01 00:51:43 -04:00
version = "0.20.10"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2023-12-04 00:35:42 -05:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "darling_macro"
2024-08-01 00:51:43 -04:00
version = "0.20.10"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2023-12-04 00:35:42 -05:00
dependencies = [
"darling_core",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "dashmap"
version = "6.1.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
"crossbeam-utils",
2023-12-04 00:35:42 -05:00
"hashbrown",
"lock_api",
"once_cell",
"parking_lot_core",
"serde",
]
[[package]]
name = "data-encoding"
2024-05-02 19:47:57 -04:00
version = "2.6.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2023-12-04 00:35:42 -05:00
[[package]]
name = "deranged"
version = "0.3.11"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-12-04 00:35:42 -05:00
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
2024-01-06 22:43:10 -05:00
[[package]]
name = "either"
2024-07-13 09:36:58 -04:00
version = "1.13.0"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-13 09:36:58 -04:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-01-06 22:43:10 -05:00
2023-12-04 00:35:42 -05:00
[[package]]
name = "encoding_rs"
2024-04-10 20:47:19 -04:00
version = "0.8.34"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 20:47:19 -04:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "enum-as-inner"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
dependencies = [
"heck 0.4.1",
2024-03-25 23:46:04 -04:00
"proc-macro2",
"quote",
"syn 2.0.82",
2024-03-25 23:46:04 -04:00
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-05-30 21:44:14 -04:00
version = "0.3.9"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-12-04 00:35:42 -05:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "extract_map"
version = "0.1.2"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf7509ab567289c5422ef33dd4982673b8a32d373c2abb6e7fce8ef8b2dc968"
2023-12-04 00:35:42 -05:00
dependencies = [
"gat-lending-iterator",
"serde",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "fastrand"
2024-05-02 19:47:57 -04:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-12-04 00:35:42 -05:00
[[package]]
name = "flate2"
version = "1.0.31"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
2023-12-04 00:35:42 -05:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-03-25 23:46:04 -04:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2023-12-04 00:35:42 -05:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2023-12-04 00:35:42 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-12-04 00:35:42 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-12-04 00:35:42 -05:00
[[package]]
name = "futures-io"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-12-04 00:35:42 -05:00
[[package]]
name = "futures-macro"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "futures-sink"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-12-04 00:35:42 -05:00
[[package]]
name = "futures-task"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-12-04 00:35:42 -05:00
[[package]]
name = "futures-util"
version = "0.3.30"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-12-04 00:35:42 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "gat-lending-iterator"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9af1174056216fca07a0c9585aed69d46aefb1107721ea30c379660329443c7"
2023-12-04 00:35:42 -05:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-05-30 21:44:14 -04:00
version = "0.2.15"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2024-05-30 21:44:14 -04:00
version = "0.29.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "h2"
2024-05-30 21:44:14 -04:00
version = "0.4.5"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
2024-03-25 23:46:04 -04:00
dependencies = [
2024-05-30 21:44:14 -04:00
"atomic-waker",
2024-03-25 23:46:04 -04:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
2024-03-25 23:46:04 -04:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "hashbrown"
2024-05-02 19:47:57 -04:00
version = "0.14.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-12-04 00:35:42 -05:00
[[package]]
name = "heck"
version = "0.5.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "http-body"
2024-07-13 09:36:58 -04:00
version = "1.0.1"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-13 09:36:58 -04:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2024-03-25 23:46:04 -04:00
dependencies = [
"bytes",
"http",
2024-03-25 23:46:04 -04:00
]
[[package]]
name = "http-body-util"
2024-07-13 09:36:58 -04:00
version = "0.1.2"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-13 09:36:58 -04:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2024-03-25 23:46:04 -04:00
dependencies = [
"bytes",
2024-07-13 09:36:58 -04:00
"futures-util",
"http",
"http-body",
2024-03-25 23:46:04 -04:00
"pin-project-lite",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "httparse"
2024-08-01 00:51:43 -04:00
version = "1.9.4"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "hyper"
2024-07-13 09:36:58 -04:00
version = "1.4.1"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-13 09:36:58 -04:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2024-03-25 23:46:04 -04:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
"http",
"http-body",
2024-03-25 23:46:04 -04:00
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2024-07-13 09:36:58 -04:00
[[package]]
name = "hyper-rustls"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http",
"hyper",
2024-07-13 09:36:58 -04:00
"hyper-util",
2024-08-01 00:51:43 -04:00
"rustls 0.23.12",
2024-07-13 09:36:58 -04:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
"webpki-roots",
2024-07-13 09:36:58 -04:00
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper",
2024-03-25 23:46:04 -04:00
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
version = "0.1.7"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
2024-03-25 23:46:04 -04:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http",
"http-body",
"hyper",
2024-03-25 23:46:04 -04:00
"pin-project-lite",
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2023-12-04 00:35:42 -05:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-07-13 09:36:58 -04:00
"windows-core 0.52.0",
2023-12-04 00:35:42 -05:00
]
[[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"
2024-03-25 23:46:04 -04:00
[[package]]
name = "idna"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-08-01 00:51:43 -04:00
version = "2.3.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
2023-12-04 00:35:42 -05:00
dependencies = [
"equivalent",
"hashbrown",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "ipconfig"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2",
"widestring",
"windows-sys 0.48.0",
"winreg",
2024-03-25 23:46:04 -04:00
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "itoa"
2024-03-26 19:15:47 -04:00
version = "1.0.11"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-26 19:15:47 -04:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-12-04 00:35:42 -05:00
[[package]]
name = "js-sys"
version = "0.3.69"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-12-04 00:35:42 -05:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
2024-05-30 21:44:14 -04:00
version = "0.2.155"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-12-04 00:35:42 -05:00
[[package]]
name = "linux-raw-sys"
2024-05-30 21:44:14 -04:00
version = "0.4.14"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-12-04 00:35:42 -05:00
[[package]]
name = "lock_api"
2024-05-02 19:47:57 -04:00
version = "0.4.12"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-12-04 00:35:42 -05:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-08-01 00:51:43 -04:00
version = "0.4.22"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-03-25 23:46:04 -04:00
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2023-12-04 00:35:42 -05:00
[[package]]
name = "memchr"
2024-08-01 00:51:43 -04:00
version = "2.7.4"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-12-04 00:35:42 -05:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
2024-08-01 00:51:43 -04:00
version = "2.0.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2023-12-04 00:35:42 -05:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "miniz_oxide"
2024-08-01 00:51:43 -04:00
version = "0.7.4"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2023-12-04 00:35:42 -05:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-08-01 00:51:43 -04:00
version = "1.0.1"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
2023-12-04 00:35:42 -05:00
dependencies = [
2024-08-01 00:51:43 -04:00
"hermit-abi",
2023-12-04 00:35:42 -05:00
"libc",
"wasi",
2024-08-01 00:51:43 -04:00
"windows-sys 0.52.0",
2023-12-04 00:35:42 -05:00
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "native-tls"
2024-05-30 21:44:14 -04:00
version = "0.2.12"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2024-03-25 23:46:04 -04:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nonmax"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"
dependencies = [
"serde",
]
2024-01-06 22:43:10 -05:00
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-12-04 00:35:42 -05:00
[[package]]
name = "num-traits"
2024-05-30 21:44:14 -04:00
version = "0.2.19"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-12-04 00:35:42 -05:00
dependencies = [
"autocfg",
]
[[package]]
name = "object"
version = "0.36.3"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
2023-12-04 00:35:42 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.20.2"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "openssl"
2024-08-01 00:51:43 -04:00
version = "0.10.66"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
2024-03-25 23:46:04 -04:00
dependencies = [
"bitflags",
2024-03-25 23:46:04 -04:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2024-03-25 23:46:04 -04:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "300.3.2+3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b"
dependencies = [
"cc",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "openssl-sys"
2024-08-01 00:51:43 -04:00
version = "0.9.103"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
2024-03-25 23:46:04 -04:00
dependencies = [
"cc",
"libc",
"openssl-src",
2024-03-25 23:46:04 -04:00
"pkg-config",
"vcpkg",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "parking_lot"
2024-05-30 21:44:14 -04:00
version = "0.12.3"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-12-04 00:35:42 -05:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-02 19:47:57 -04:00
version = "0.9.10"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-12-04 00:35:42 -05:00
"smallvec",
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-03-25 23:46:04 -04:00
[[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",
"syn 2.0.82",
2024-03-25 23:46:04 -04:00
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "pin-project-lite"
2024-04-10 20:47:19 -04:00
version = "0.2.14"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 20:47:19 -04:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-12-04 00:35:42 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-03-25 23:46:04 -04:00
[[package]]
name = "pkg-config"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-12-04 00:35:42 -05:00
[[package]]
name = "poise"
version = "0.6.1"
source = "git+https://github.com/serenity-rs/poise?branch=serenity-next#e7c92b7a9b7dabb37fb879fabd65fa18bd00aad8"
2023-12-04 00:35:42 -05:00
dependencies = [
"async-trait",
"derivative",
"futures-util",
"indexmap",
2023-12-04 00:35:42 -05:00
"parking_lot",
"poise_macros",
"regex",
"serenity",
2023-12-04 00:35:42 -05:00
"tokio",
"tracing",
"trim-in-place",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "poise_macros"
version = "0.6.1"
source = "git+https://github.com/serenity-rs/poise?branch=serenity-next#e7c92b7a9b7dabb37fb879fabd65fa18bd00aad8"
2023-12-04 00:35:42 -05:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.82",
]
2023-12-04 00:35:42 -05: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"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2024-08-01 00:51:43 -04:00
dependencies = [
"zerocopy",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "proc-macro2"
2024-07-13 09:36:58 -04:00
version = "1.0.86"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-13 09:36:58 -04:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-12-04 00:35:42 -05:00
dependencies = [
"unicode-ident",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2023-12-04 00:35:42 -05:00
[[package]]
name = "quinn"
version = "0.11.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
2023-12-04 00:35:42 -05:00
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls 0.23.12",
"socket2",
"thiserror",
"tokio",
"tracing",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "quinn-proto"
version = "0.11.8"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
2023-12-04 00:35:42 -05:00
dependencies = [
"bytes",
"rand",
"ring",
"rustc-hash",
"rustls 0.23.12",
"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",
]
[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2024-01-06 22:43:10 -05:00
[[package]]
name = "rayon"
version = "1.10.0"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2024-01-06 22:43:10 -05:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2024-01-06 22:43:10 -05:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2024-05-02 19:47:57 -04:00
[[package]]
name = "redox_syscall"
2024-08-01 00:51:43 -04:00
version = "0.5.3"
2024-05-02 19:47:57 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2024-05-02 19:47:57 -04:00
dependencies = [
"bitflags",
2024-05-02 19:47:57 -04:00
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "regex"
version = "1.11.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
2023-12-04 00:35:42 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.8"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2023-12-04 00:35:42 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2023-12-04 00:35:42 -05:00
[[package]]
name = "reqwest"
version = "0.12.8"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
2023-12-04 00:35:42 -05:00
dependencies = [
"base64",
2023-12-04 00:35:42 -05:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
2024-03-25 23:46:04 -04:00
"http-body-util",
"hyper",
"hyper-rustls",
2024-03-25 23:46:04 -04:00
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
2024-03-25 23:46:04 -04:00
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.12",
"rustls-pemfile",
"rustls-pki-types",
2024-03-25 23:46:04 -04:00
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
2024-03-25 23:46:04 -04:00
"tokio",
"tokio-native-tls",
"tokio-rustls 0.26.0",
"tokio-util",
2024-03-25 23:46:04 -04:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
2024-03-25 23:46:04 -04:00
"web-sys",
"webpki-roots",
"windows-registry",
2024-03-25 23:46:04 -04:00
]
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "ring"
version = "0.17.8"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-12-04 00:35:42 -05:00
dependencies = [
"cc",
"cfg-if",
2023-12-04 00:35:42 -05:00
"getrandom",
"libc",
"spin",
"untrusted",
"windows-sys 0.52.0",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "rustbot"
version = "0.1.0"
dependencies = [
"poise",
"rand",
"reqwest",
"rustbot_events",
"rustbot_lib",
"rustbot_tokens",
"serde",
2024-01-06 22:43:10 -05:00
"sysinfo",
"time",
2023-12-04 00:35:42 -05:00
"tokio",
2024-01-06 22:43:10 -05:00
"uptime_lib",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "rustbot_events"
version = "0.1.0"
dependencies = [
"poise",
"rustbot_lib",
]
[[package]]
name = "rustbot_jobs"
version = "0.1.0"
dependencies = [
"tokio",
]
[[package]]
name = "rustbot_lib"
version = "0.1.19"
dependencies = [
"cargo_toml",
"poise",
]
[[package]]
name = "rustbot_tokens"
version = "0.1.0"
dependencies = [
"tokenservice-client",
"tokio",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "rustc-demangle"
2024-05-30 21:44:14 -04:00
version = "0.1.24"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-12-04 00:35:42 -05:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2023-12-04 00:35:42 -05:00
[[package]]
name = "rustix"
2024-05-02 19:47:57 -04:00
version = "0.38.34"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-12-04 00:35:42 -05:00
dependencies = [
"bitflags",
2023-12-04 00:35:42 -05:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
2024-05-02 19:47:57 -04:00
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
2024-07-13 09:36:58 -04:00
[[package]]
name = "rustls"
2024-08-01 00:51:43 -04:00
version = "0.23.12"
2024-07-13 09:36:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
2024-07-13 09:36:58 -04:00
dependencies = [
"once_cell",
"ring",
2024-07-13 09:36:58 -04:00
"rustls-pki-types",
"rustls-webpki",
2024-07-13 09:36:58 -04:00
"subtle",
"zeroize",
]
2024-04-10 20:47:19 -04:00
[[package]]
name = "rustls-pemfile"
version = "2.1.3"
2024-04-10 20:47:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
2024-04-10 20:47:19 -04:00
dependencies = [
"base64",
2024-04-10 20:47:19 -04:00
"rustls-pki-types",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "rustls-pki-types"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
[[package]]
name = "rustls-webpki"
2024-08-01 00:51:43 -04:00
version = "0.102.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "rustversion"
2024-05-30 21:44:14 -04:00
version = "1.0.18"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
2023-12-04 00:35:42 -05:00
[[package]]
name = "ryu"
version = "1.0.18"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "schannel"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
"windows-sys 0.52.0",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "secrecy"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
dependencies = [
"serde",
"zeroize",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "security-framework"
2024-08-01 00:51:43 -04:00
version = "2.11.1"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2024-03-25 23:46:04 -04:00
dependencies = [
"bitflags",
2024-03-25 23:46:04 -04:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-08-01 00:51:43 -04:00
version = "2.11.1"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
2024-03-25 23:46:04 -04:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "serde"
version = "1.0.213"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
2023-12-04 00:35:42 -05:00
dependencies = [
"serde_derive",
]
2024-08-01 00:51:43 -04:00
[[package]]
name = "serde_cow"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7bbbec7196bfde255ab54b65e34087c0849629280028238e67ee25d6a4b7da"
dependencies = [
"serde",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "serde_derive"
version = "1.0.213"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.132"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
2023-12-04 00:35:42 -05:00
dependencies = [
"itoa",
2024-08-01 00:51:43 -04:00
"memchr",
2023-12-04 00:35:42 -05:00
"ryu",
"serde",
]
2024-03-13 05:27:16 -04:00
[[package]]
name = "serde_spanned"
2024-08-01 00:51:43 -04:00
version = "0.6.7"
2024-03-13 05:27:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2024-03-13 05:27:16 -04:00
dependencies = [
"serde",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serenity"
2024-08-01 00:51:43 -04:00
version = "0.12.2"
source = "git+https://github.com/serenity-rs/serenity?branch=next#391b234fca970b312727278212a79978197124d2"
2023-12-04 00:35:42 -05:00
dependencies = [
"aformat",
2023-12-04 00:35:42 -05:00
"arrayvec",
"async-trait",
"base64",
"bitflags",
"bool_to_bitflags",
2023-12-04 00:35:42 -05:00
"bytes",
"chrono",
"dashmap",
"extract_map",
2023-12-04 00:35:42 -05:00
"flate2",
"futures",
"fxhash",
"mime_guess",
"nonmax",
2023-12-04 00:35:42 -05:00
"parking_lot",
"percent-encoding",
"reqwest",
2023-12-04 00:35:42 -05:00
"secrecy",
"serde",
2024-08-01 00:51:43 -04:00
"serde_cow",
2023-12-04 00:35:42 -05:00
"serde_json",
"small-fixed-array",
"strum",
2023-12-04 00:35:42 -05:00
"time",
"to-arraystring",
2023-12-04 00:35:42 -05:00
"tokio",
"tokio-tungstenite",
"tracing",
"typesize",
"url",
"zeroize",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "slab"
version = "0.4.9"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-12-04 00:35:42 -05:00
dependencies = [
"autocfg",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "small-fixed-array"
version = "0.4.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de1265a0b6b240b940caeea26abcffd4382248e479b6d475e7ce8fb88884e504"
2023-12-04 00:35:42 -05:00
dependencies = [
"serde",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "smallvec"
version = "1.13.2"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-12-04 00:35:42 -05:00
[[package]]
name = "socket2"
2024-05-02 19:47:57 -04:00
version = "0.5.7"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-12-04 00:35:42 -05:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
dependencies = [
"strum_macros",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "strum_macros"
version = "0.26.4"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.82",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "subtle"
2024-08-01 00:51:43 -04:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-12-04 00:35:42 -05:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.82"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-07-13 09:36:58 -04:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
dependencies = [
"futures-core",
]
2024-07-13 09:36:58 -04:00
2024-01-06 22:43:10 -05:00
[[package]]
name = "sysinfo"
version = "0.32.0"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791"
2024-01-06 22:43:10 -05:00
dependencies = [
"core-foundation-sys",
"libc",
2024-08-01 00:51:43 -04:00
"memchr",
2024-01-06 22:43:10 -05:00
"ntapi",
"rayon",
2024-08-01 00:51:43 -04:00
"windows",
2024-01-06 22:43:10 -05:00
]
[[package]]
name = "system-configuration"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42"
dependencies = [
"bitflags",
"core-foundation",
"system-configuration-sys",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "tempfile"
version = "3.12.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
2023-12-04 00:35:42 -05:00
"rustix",
"windows-sys 0.59.0",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "thiserror"
2024-08-01 00:51:43 -04:00
version = "1.0.63"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2023-12-04 00:35:42 -05:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-08-01 00:51:43 -04:00
version = "1.0.63"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "time"
2024-05-02 19:47:57 -04:00
version = "0.3.36"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 19:47:57 -04:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-12-04 00:35:42 -05:00
dependencies = [
"deranged",
"itoa",
"num-conv",
2023-12-04 00:35:42 -05:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-04-10 20:47:19 -04:00
version = "0.2.18"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 20:47:19 -04:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-12-04 00:35:42 -05:00
dependencies = [
"num-conv",
2023-12-04 00:35:42 -05:00
"time-core",
]
[[package]]
name = "tinyvec"
2024-08-01 00:51:43 -04:00
version = "1.8.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2023-12-04 00:35:42 -05:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "to-arraystring"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fafaa22f176928fb926345e78eb2ec404603c878b274e6ab1f76de1f6dde1b1"
dependencies = [
"arrayvec",
"itoa",
"ryu",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "tokenservice-client"
version = "0.4.1"
2024-03-25 23:46:04 -04:00
source = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"
checksum = "cf11991da505b67c1a8201aa2d4746eefe338d34ce8d985c93474672d900c5cd"
2024-03-25 23:46:04 -04:00
dependencies = [
"reqwest",
2024-03-25 23:46:04 -04:00
"serde",
2024-08-01 00:51:43 -04:00
"serde_json",
2024-03-25 23:46:04 -04:00
"tokio",
"trust-dns-resolver",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "tokio"
version = "1.41.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
2023-12-04 00:35:42 -05:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
2023-12-04 00:35:42 -05:00
"tokio-macros",
2024-08-01 00:51:43 -04:00
"windows-sys 0.52.0",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "tokio-macros"
2024-08-01 00:51:43 -04:00
version = "2.4.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
2024-05-02 19:47:57 -04:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-04 00:35:42 -05:00
"tokio",
]
2024-07-13 09:36:58 -04:00
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
2024-08-01 00:51:43 -04:00
"rustls 0.23.12",
2024-07-13 09:36:58 -04:00
"rustls-pki-types",
"tokio",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "tokio-tungstenite"
version = "0.21.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
2023-12-04 00:35:42 -05:00
dependencies = [
"futures-util",
"log",
2024-05-02 19:47:57 -04:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-04 00:35:42 -05:00
"tokio",
"tokio-rustls 0.25.0",
"tungstenite",
"webpki-roots",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "tokio-util"
2024-05-30 21:44:14 -04:00
version = "0.7.11"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-12-04 00:35:42 -05:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
2024-03-13 05:27:16 -04:00
[[package]]
name = "toml"
2024-08-01 00:51:43 -04:00
version = "0.8.19"
2024-03-13 05:27:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2024-03-13 05:27:16 -04:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2024-08-01 00:51:43 -04:00
version = "0.6.8"
2024-03-13 05:27:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-03-13 05:27:16 -04:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-08-01 00:51:43 -04:00
version = "0.22.20"
2024-03-13 05:27:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2024-03-13 05:27:16 -04:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2024-03-25 23:46:04 -04: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"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2023-12-04 00:35:42 -05:00
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
]
[[package]]
name = "trim-in-place"
version = "0.1.7"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
2023-12-04 00:35:42 -05:00
2024-03-25 23:46:04 -04:00
[[package]]
name = "trust-dns-proto"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"idna 0.4.0",
"ipnet",
"once_cell",
"rand",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"tracing",
"url",
]
[[package]]
name = "trust-dns-resolver"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6"
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lru-cache",
"once_cell",
"parking_lot",
"rand",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tracing",
"trust-dns-proto",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "try-lock"
version = "0.2.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-12-04 00:35:42 -05:00
[[package]]
name = "tungstenite"
version = "0.21.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
2023-12-04 00:35:42 -05:00
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http",
2023-12-04 00:35:42 -05:00
"httparse",
"log",
"rand",
2024-05-02 19:47:57 -04:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-04 00:35:42 -05:00
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "typenum_mappings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cbc2d8952dd1e08b0164a5b51549e80631ac9da4107669d26c8ea89cb0b5545"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
"to-arraystring",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "typesize"
2024-04-10 20:47:19 -04:00
version = "0.1.7"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 20:47:19 -04:00
checksum = "eb704842c709bc76f63e99e704cb208beeccca2abbabd0d9aec02e48ca1cee0f"
2023-12-04 00:35:42 -05:00
dependencies = [
"chrono",
"extract_map",
"nonmax",
2023-12-04 00:35:42 -05:00
"parking_lot",
"secrecy",
"serde_json",
"time",
"typesize-derive",
"url",
]
[[package]]
name = "typesize-derive"
2024-04-10 20:47:19 -04:00
version = "0.1.7"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 20:47:19 -04:00
checksum = "905e88c2a4cc27686bd57e495121d451f027e441388a67f773be729ad4be1ea8"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-12-04 00:35:42 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
version = "0.1.23"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-12-04 00:35:42 -05:00
dependencies = [
"tinyvec",
]
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-01-06 22:43:10 -05:00
[[package]]
name = "uptime_lib"
2024-07-13 09:36:58 -04:00
version = "0.3.1"
2024-01-06 22:43:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-13 09:36:58 -04:00
checksum = "9e64b558561f12a171bbea5325c3f24f129db371adee1d7ae93b6e310bd69192"
2024-01-06 22:43:10 -05:00
dependencies = [
"libc",
"thiserror",
2024-08-01 00:51:43 -04:00
"windows",
2024-01-06 22:43:10 -05:00
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "url"
2024-08-01 00:51:43 -04:00
version = "2.5.2"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2023-12-04 00:35:42 -05:00
dependencies = [
"form_urlencoded",
2024-03-25 23:46:04 -04:00
"idna 0.5.0",
2023-12-04 00:35:42 -05:00
"percent-encoding",
"serde",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2024-03-25 23:46:04 -04:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2023-12-04 00:35:42 -05:00
[[package]]
name = "version_check"
2024-08-01 00:51:43 -04:00
version = "0.9.5"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-12-04 00:35:42 -05:00
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
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"
[[package]]
name = "wasm-bindgen"
version = "0.2.92"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-12-04 00:35:42 -05:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.42"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2023-12-04 00:35:42 -05:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-12-04 00:35:42 -05:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-12-04 00:35:42 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2023-12-04 00:35:42 -05:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-12-04 00:35:42 -05:00
[[package]]
name = "wasm-streams"
version = "0.4.0"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-12-04 00:35:42 -05:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
version = "0.3.69"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2023-12-04 00:35:42 -05:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2024-08-01 00:51:43 -04:00
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
dependencies = [
"rustls-pki-types",
]
2024-03-25 23:46:04 -04:00
[[package]]
name = "widestring"
2024-04-10 20:47:19 -04:00
version = "1.1.0"
2024-03-25 23:46:04 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 20:47:19 -04:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2024-03-25 23:46:04 -04:00
2023-12-04 00:35:42 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-07-13 09:36:58 -04:00
[[package]]
name = "windows"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
dependencies = [
"windows-core 0.57.0",
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2023-12-04 00:35:42 -05:00
]
2024-01-06 22:43:10 -05:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2024-01-06 22:43:10 -05:00
]
2024-07-13 09:36:58 -04:00
[[package]]
name = "windows-core"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result 0.1.2",
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2024-07-13 09:36:58 -04:00
]
[[package]]
name = "windows-implement"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2024-07-13 09:36:58 -04:00
]
[[package]]
name = "windows-interface"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2024-07-13 09:36:58 -04:00
]
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result 0.2.0",
"windows-strings",
"windows-targets 0.52.6",
]
2024-07-13 09:36:58 -04:00
[[package]]
name = "windows-result"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
dependencies = [
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2024-07-13 09:36:58 -04:00
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result 0.2.0",
"windows-targets 0.52.6",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-08-01 00:51:43 -04:00
"windows-targets 0.52.6",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-12-04 00:35:42 -05:00
dependencies = [
2024-08-01 00:51:43 -04:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-05-02 19:47:57 -04:00
"windows_i686_gnullvm",
2024-08-01 00:51:43 -04:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-12-04 00:35:42 -05:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2024-05-02 19:47:57 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-02 19:47:57 -04:00
[[package]]
name = "windows_i686_gnullvm"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-12-04 00:35:42 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-08-01 00:51:43 -04:00
version = "0.52.6"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-12-04 00:35:42 -05:00
2024-03-13 05:27:16 -04:00
[[package]]
name = "winnow"
2024-08-01 00:51:43 -04:00
version = "0.6.18"
2024-03-13 05:27:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:51:43 -04:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2024-03-13 05:27:16 -04:00
dependencies = [
"memchr",
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-08-01 00:51:43 -04:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2024-08-01 00:51:43 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-08-01 00:51:43 -04:00
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2024-08-01 00:51:43 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-08-01 00:51:43 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
2024-08-01 00:51:43 -04:00
]
2023-12-04 00:35:42 -05:00
[[package]]
name = "zeroize"
2024-05-30 21:44:14 -04:00
version = "1.8.1"
2023-12-04 00:35:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:44:14 -04:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"