yourcloud/Cargo.lock

3817 lines
92 KiB
Plaintext
Raw Normal View History

2024-04-11 11:14:37 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
2024-08-05 16:48:12 -05:00
version = "1.1.3"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-04-11 11:14:37 -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 = "antidote"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"
[[package]]
name = "anyhow"
2024-08-05 16:48:12 -05:00
version = "1.0.86"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "async-trait"
2024-08-05 16:48:12 -05:00
version = "0.1.81"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
2024-04-11 12:59:34 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-04-11 11:14:37 -05:00
[[package]]
name = "autocfg"
2024-08-05 16:48:12 -05:00
version = "1.3.0"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "axum"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
dependencies = [
"async-trait",
"axum-core",
"bytes",
"futures-util",
2024-08-05 16:48:12 -05:00
"http 1.1.0",
"http-body 1.0.1",
2024-04-11 12:59:34 -05:00
"http-body-util",
2024-08-05 16:48:12 -05:00
"hyper 1.4.1",
2024-04-11 12:59:34 -05:00
"hyper-util",
"itoa",
"matchit 0.7.3",
"memchr",
"mime 0.3.17",
"percent-encoding 2.3.1",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sync_wrapper 1.0.1",
"tokio",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "axum-core"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
dependencies = [
"async-trait",
"bytes",
"futures-util",
2024-08-05 16:48:12 -05:00
"http 1.1.0",
"http-body 1.0.1",
2024-04-11 12:59:34 -05:00
"http-body-util",
"mime 0.3.17",
"pin-project-lite",
"rustversion",
"sync_wrapper 0.1.2",
"tower-layer",
"tower-service",
"tracing",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "backtrace"
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "base16ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2024-04-11 11:14:37 -05:00
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
dependencies = [
"byteorder 1.5.0",
"safemem",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2024-04-11 12:59:34 -05:00
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
2024-08-05 16:48:12 -05:00
version = "0.22.1"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-11 12:59:34 -05:00
2024-04-11 11:14:37 -05:00
[[package]]
name = "base64-rs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7371d60e477f20993c1f9b95e0cf22dca90d953e2e1d3d4f9c9e578765c060"
2024-08-06 17:11:06 -05:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2024-04-11 11:14:37 -05:00
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-08-05 16:48:12 -05:00
version = "2.6.0"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-04-11 17:03:25 -05:00
dependencies = [
"serde",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2024-04-11 12:59:34 -05:00
[[package]]
name = "bytes"
2024-08-05 16:48:12 -05:00
version = "1.7.1"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2024-04-11 12:59:34 -05:00
2024-04-11 11:14:37 -05:00
[[package]]
name = "cc"
2024-08-05 16:48:12 -05:00
version = "1.1.7"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
2024-04-11 11:14:37 -05:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-08-05 16:48:12 -05:00
version = "0.4.38"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2024-04-11 11:14:37 -05:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
2024-08-05 16:48:12 -05:00
"windows-targets 0.52.6",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "color-eyre"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "config"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
dependencies = [
"async-trait",
"convert_case",
"json5",
"lazy_static",
"nom",
"pathdiff",
"ron",
"rust-ini",
"serde",
"serde_json",
"toml",
"yaml-rust",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2024-04-11 17:03:25 -05:00
[[package]]
name = "const-random"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
dependencies = [
"const-random-macro",
]
[[package]]
name = "const-random-macro"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
dependencies = [
2024-08-05 16:48:12 -05:00
"getrandom 0.2.15",
2024-04-11 17:03:25 -05:00
"once_cell",
"tiny-keccak",
]
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2024-04-11 11:14:37 -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"
2024-04-11 17:03:25 -05:00
[[package]]
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "crc32fast"
2024-08-05 16:48:12 -05:00
version = "1.4.2"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-04-11 11:14:37 -05:00
dependencies = [
"cfg-if 1.0.0",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2024-08-06 17:11:06 -05:00
[[package]]
name = "crypto-bigint"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
dependencies = [
"generic-array",
"rand_core 0.6.4",
"subtle",
"zeroize",
]
2024-04-11 17:03:25 -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",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "curve25519-dalek"
version = "4.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"curve25519-dalek-derive",
"digest",
"fiat-crypto",
"rustc_version",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "darling"
2024-08-05 16:48:12 -05:00
version = "0.20.10"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2024-04-11 12:59:34 -05:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-08-05 16:48:12 -05:00
version = "0.20.10"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2024-04-11 12:59:34 -05:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-08-05 13:28:16 -05:00
"strsim",
2024-04-11 12:59:34 -05:00
"syn",
]
[[package]]
name = "darling_macro"
2024-08-05 16:48:12 -05:00
version = "0.20.10"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2024-04-11 12:59:34 -05:00
dependencies = [
"darling_core",
"quote",
"syn",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "der"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
2024-08-06 17:11:06 -05:00
"const-oid",
2024-04-11 17:03:25 -05:00
"crypto-common",
2024-08-06 17:11:06 -05:00
"subtle",
2024-04-11 17:03:25 -05:00
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "discord"
version = "0.9.0"
source = "git+https://github.com/SpaceManiac/discord-rs#500c344c2d5679a3c08514f01b96fac59eb276df"
dependencies = [
"base64-rs",
"bitflags 1.3.2",
"byteorder 1.5.0",
"chrono",
"flate2",
2024-04-11 12:59:34 -05:00
"hyper 0.10.16",
2024-04-11 11:14:37 -05:00
"hyper-native-tls",
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
"multipart",
"opus",
"serde",
"serde_derive",
"serde_json",
"sodiumoxide",
"websocket",
]
2024-08-05 19:52:50 -05:00
[[package]]
name = "discord_bot"
version = "1.0.0"
dependencies = [
"discord",
"thiserror",
"tokio",
"tracing",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "dlv-list"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
dependencies = [
"const-random",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "ecdsa"
version = "0.16.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
dependencies = [
"der",
"digest",
"elliptic-curve",
"rfc6979",
"signature 2.2.0",
"spki",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "ed25519"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
dependencies = [
2024-08-06 17:11:06 -05:00
"signature 1.6.4",
]
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
"signature 2.2.0",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
dependencies = [
"curve25519-dalek",
"ed25519 2.2.3",
"serde",
"sha2",
"subtle",
"zeroize",
2024-04-11 11:14:37 -05:00
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "either"
2024-08-05 16:48:12 -05:00
version = "1.13.0"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-04-11 12:59:34 -05:00
2024-08-06 17:11:06 -05:00
[[package]]
name = "elliptic-curve"
version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
dependencies = [
"base16ct",
"crypto-bigint",
"digest",
"ff",
"generic-array",
"group",
"hkdf",
"pem-rfc7468",
"pkcs8",
"rand_core 0.6.4",
"sec1",
"subtle",
"zeroize",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-04-11 11:14:37 -05:00
[[package]]
name = "errno"
2024-08-05 16:48:12 -05:00
version = "0.3.9"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-04-11 11:14:37 -05:00
dependencies = [
"libc",
2024-04-11 12:59:34 -05:00
"windows-sys 0.52.0",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "eyre"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "fastrand"
2024-08-05 16:48:12 -05:00
version = "2.1.0"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2024-04-11 11:14:37 -05:00
2024-08-06 17:11:06 -05:00
[[package]]
name = "ff"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
dependencies = [
"rand_core 0.6.4",
"subtle",
]
[[package]]
name = "fiat-crypto"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2024-04-11 11:14:37 -05:00
[[package]]
name = "flate2"
2024-08-05 16:48:12 -05:00
version = "1.0.31"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
2024-04-11 11:14:37 -05:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-04-11 11:14:37 -05: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"
2024-04-11 12:59:34 -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 2.3.1",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2024-04-11 12:59:34 -05:00
[[package]]
name = "futures"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
2024-08-05 16:48:12 -05:00
"version_check 0.9.5",
2024-08-06 17:11:06 -05:00
"zeroize",
2024-04-11 17:03:25 -05:00
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "getrandom"
2024-08-05 16:48:12 -05:00
version = "0.2.15"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-04-11 12:59:34 -05:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2024-08-06 17:11:06 -05:00
[[package]]
name = "group"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff",
"rand_core 0.6.4",
"subtle",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "h2"
2024-08-05 16:48:12 -05:00
version = "0.3.26"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2024-04-11 12:59:34 -05:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-08-05 16:48:12 -05:00
"http 0.2.12",
"indexmap 2.3.0",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http 1.1.0",
"indexmap 2.3.0",
2024-04-11 12:59:34 -05:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-04-11 17:03:25 -05:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2024-04-11 12:59:34 -05:00
[[package]]
name = "hashbrown"
2024-08-05 16:48:12 -05:00
version = "0.14.5"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-04-11 12:59:34 -05:00
2024-04-11 11:14:37 -05:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2024-04-11 12:59:34 -05:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-08-06 17:11:06 -05:00
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-08-05 16:48:12 -05:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.1"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2024-04-11 12:59:34 -05:00
dependencies = [
"bytes",
2024-08-05 16:48:12 -05:00
"http 1.1.0",
2024-04-11 12:59:34 -05:00
]
[[package]]
name = "http-body-util"
2024-08-05 16:48:12 -05:00
version = "0.1.2"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2024-04-11 12:59:34 -05:00
dependencies = [
"bytes",
2024-08-05 16:48:12 -05:00
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
2024-04-11 12:59:34 -05:00
"pin-project-lite",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "http_client"
2024-08-05 19:52:50 -05:00
version = "1.0.0"
2024-08-05 16:48:12 -05:00
dependencies = [
"reqwest 0.11.27",
"reqwest-middleware 0.2.5",
"reqwest-retry 0.4.0",
"reqwest-tracing 0.4.8",
"serde",
"serde_json",
"thiserror",
"tracing",
"url 2.5.2",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "httparse"
2024-08-05 16:48:12 -05:00
version = "1.9.4"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2024-04-11 11:14:37 -05:00
[[package]]
name = "hyper"
version = "0.10.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
dependencies = [
2024-04-11 12:59:34 -05:00
"base64 0.9.3",
2024-04-11 11:14:37 -05:00
"httparse",
"language-tags",
"log 0.3.9",
"mime 0.2.6",
"num_cpus",
2024-04-11 12:59:34 -05:00
"time 0.1.45",
2024-04-11 11:14:37 -05:00
"traitobject",
"typeable",
"unicase 1.4.2",
2024-04-11 12:59:34 -05:00
"url 1.7.2",
]
[[package]]
name = "hyper"
2024-08-05 16:48:12 -05:00
version = "0.14.30"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
2024-04-11 12:59:34 -05:00
dependencies = [
"bytes",
"futures-channel",
2024-08-05 16:48:12 -05:00
"futures-core",
2024-04-11 12:59:34 -05:00
"futures-util",
2024-08-05 16:48:12 -05:00
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.5",
"http 1.1.0",
"http-body 1.0.1",
2024-04-11 12:59:34 -05:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "hyper-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d375598f442742b0e66208ee12501391f1c7ac0bafb90b4fe53018f81f06068"
dependencies = [
"antidote",
2024-04-11 12:59:34 -05:00
"hyper 0.10.16",
2024-04-11 11:14:37 -05:00
"native-tls",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http 0.2.12",
"hyper 0.14.30",
"rustls 0.21.12",
"tokio",
"tokio-rustls 0.24.1",
]
2024-08-05 16:48:12 -05: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 1.1.0",
"hyper 1.4.1",
"hyper-util",
2024-08-06 17:11:06 -05:00
"rustls 0.23.12",
2024-08-05 16:48:12 -05:00
"rustls-pki-types",
"tokio",
2024-08-06 17:11:06 -05:00
"tokio-rustls 0.26.0",
2024-08-05 16:48:12 -05:00
"tower-service",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper 0.14.30",
"native-tls",
"tokio",
"tokio-native-tls",
]
2024-04-11 12:59:34 -05: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",
2024-08-05 16:48:12 -05:00
"hyper 1.4.1",
2024-04-11 12:59:34 -05:00
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
2024-08-05 16:48:12 -05:00
version = "0.1.6"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
2024-04-11 12:59:34 -05:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-08-05 16:48:12 -05:00
"http 1.1.0",
"http-body 1.0.1",
"hyper 1.4.1",
2024-04-11 12:59:34 -05:00
"pin-project-lite",
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2024-04-11 11:14:37 -05:00
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2024-04-11 12:59:34 -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",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2024-04-11 12:59:34 -05:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
2024-08-05 16:48:12 -05:00
version = "2.3.0"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
2024-04-11 12:59:34 -05:00
dependencies = [
"equivalent",
2024-08-05 16:48:12 -05:00
"hashbrown 0.14.5",
2024-04-11 12:59:34 -05:00
"serde",
]
[[package]]
name = "instant"
2024-08-05 16:48:12 -05:00
version = "0.1.13"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2024-04-11 12:59:34 -05:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2024-08-06 17:11:06 -05:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "js-sys"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "json5"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
dependencies = [
"pest",
"pest_derive",
"serde",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
[[package]]
name = "lazy_static"
2024-08-05 16:48:12 -05:00
version = "1.5.0"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-08-06 17:11:06 -05:00
dependencies = [
"spin",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "libc"
2024-08-05 16:48:12 -05:00
version = "0.2.155"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2024-04-11 11:14:37 -05:00
2024-08-06 17:11:06 -05:00
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2024-04-11 11:14:37 -05:00
[[package]]
name = "libsodium-sys"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
dependencies = [
"cc",
"libc",
"pkg-config",
"walkdir",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2024-04-11 11:14:37 -05:00
[[package]]
name = "linux-raw-sys"
2024-08-05 16:48:12 -05:00
version = "0.4.14"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "lock_api"
2024-08-05 16:48:12 -05:00
version = "0.4.12"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-04-11 12:59:34 -05:00
dependencies = [
"autocfg",
"scopeguard",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "log"
2024-08-05 16:48:12 -05:00
version = "0.4.22"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-04-11 11:14:37 -05:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2024-04-11 12:59:34 -05:00
[[package]]
name = "matchit"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "matchit"
2024-08-05 16:48:12 -05:00
version = "0.8.4"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2024-04-11 12:59:34 -05:00
2024-04-11 11:14:37 -05:00
[[package]]
name = "memchr"
2024-08-05 16:48:12 -05:00
version = "2.7.4"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-04-11 11:14:37 -05:00
[[package]]
name = "mime"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
dependencies = [
"log 0.3.9",
]
[[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-05 16:48:12 -05:00
version = "2.0.5"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2024-04-11 11:14:37 -05:00
dependencies = [
"mime 0.3.17",
"unicase 2.7.0",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2024-04-11 11:14:37 -05:00
[[package]]
name = "miniz_oxide"
2024-08-05 16:48:12 -05:00
version = "0.7.4"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2024-04-11 11:14:37 -05:00
dependencies = [
"adler",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "mio"
2024-08-05 16:48:12 -05:00
version = "1.0.1"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
2024-04-11 12:59:34 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"hermit-abi",
2024-04-11 12:59:34 -05:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2024-08-05 16:48:12 -05:00
"windows-sys 0.52.0",
2024-04-11 12:59:34 -05:00
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "multipart"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
dependencies = [
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
"mime 0.3.17",
"mime_guess",
"rand 0.7.3",
"tempfile",
]
[[package]]
name = "native-tls"
2024-08-05 16:48:12 -05:00
version = "0.2.12"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2024-04-11 11:14:37 -05:00
dependencies = [
"libc",
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
version = "0.2.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder 1.5.0",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand 0.8.5",
"smallvec",
"zeroize",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2024-08-06 17:11:06 -05:00
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "num-traits"
2024-08-05 16:48:12 -05:00
version = "0.2.19"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-04-11 11:14:37 -05:00
dependencies = [
"autocfg",
2024-08-06 17:11:06 -05:00
"libm",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "oauth2"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
dependencies = [
"base64 0.13.1",
"chrono",
"getrandom 0.2.15",
"http 0.2.12",
"rand 0.8.5",
"reqwest 0.11.27",
"serde",
"serde_json",
"serde_path_to_error",
"sha2",
"thiserror",
"url 2.5.2",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-08-06 17:11:06 -05:00
[[package]]
name = "openidconnect"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f47e80a9cfae4462dd29c41e987edd228971d6565553fbc14b8a11e666d91590"
dependencies = [
"base64 0.13.1",
"chrono",
"dyn-clone",
"ed25519-dalek",
"hmac",
"http 0.2.12",
"itertools",
"log 0.4.22",
"oauth2",
"p256",
"p384",
"rand 0.8.5",
"rsa",
"serde",
"serde-value",
"serde_derive",
"serde_json",
"serde_path_to_error",
"serde_plain",
"serde_with",
"sha2",
"subtle",
"thiserror",
"url 2.5.2",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "openssl"
2024-08-05 16:48:12 -05:00
version = "0.10.66"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
2024-04-11 11:14:37 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"bitflags 2.6.0",
2024-04-11 11:14:37 -05:00
"cfg-if 1.0.0",
"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",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2024-08-05 16:48:12 -05:00
version = "0.9.103"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
2024-04-11 11:14:37 -05:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "opus"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e9059a7daf1e6665eb88c4a95ca9ff393a6d276fd66e9d85191280d7e5ec18b"
dependencies = [
"libc",
"opus-sys",
]
[[package]]
name = "opus-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad8b294f482f7972fa466b1c64d5a564e4ee6975599d80483ee4fa83f25b6ec"
dependencies = [
"libc",
"pkg-config",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "ordered-float"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
dependencies = [
"num-traits",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "ordered-multimap"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e"
dependencies = [
"dlv-list",
"hashbrown 0.13.2",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2024-08-06 17:11:06 -05:00
[[package]]
name = "p256"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
]
[[package]]
name = "p384"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2024-08-06 17:11:06 -05:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2024-04-11 12:59:34 -05:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-04-11 17:03:25 -05:00
[[package]]
name = "pest"
2024-08-05 16:48:12 -05:00
version = "2.7.11"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
2024-04-11 17:03:25 -05:00
dependencies = [
"memchr",
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2024-08-05 16:48:12 -05:00
version = "2.7.11"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
2024-04-11 17:03:25 -05:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2024-08-05 16:48:12 -05:00
version = "2.7.11"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
2024-04-11 17:03:25 -05:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
2024-08-05 16:48:12 -05:00
version = "2.7.11"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
2024-04-11 17:03:25 -05:00
dependencies = [
"once_cell",
"pest",
"sha2",
]
2024-04-11 12:59:34 -05: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",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "pin-project-lite"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2024-04-11 12:59:34 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-08-06 17:11:06 -05:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "pkg-config"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2024-04-11 12:59:34 -05:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2024-04-11 11:14:37 -05:00
[[package]]
name = "ppv-lite86"
2024-08-05 16:48:12 -05:00
version = "0.2.20"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2024-04-11 11:14:37 -05:00
2024-08-06 17:11:06 -05:00
[[package]]
name = "primeorder"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
dependencies = [
"elliptic-curve",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "proc-macro2"
2024-08-05 16:48:12 -05:00
version = "1.0.86"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-04-11 11:14:37 -05:00
dependencies = [
"unicode-ident",
]
[[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.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
dependencies = [
"libc",
"rand 0.4.6",
]
[[package]]
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2024-04-11 12:59:34 -05:00
"getrandom 0.1.16",
2024-04-11 11:14:37 -05:00
"libc",
2024-04-11 12:59:34 -05:00
"rand_chacha 0.2.2",
2024-04-11 11:14:37 -05:00
"rand_core 0.5.1",
"rand_hc",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
2024-04-11 12:59:34 -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 0.6.4",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2024-04-11 12:59:34 -05:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2024-08-05 16:48:12 -05:00
"getrandom 0.2.15",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "redact"
2024-08-05 16:48:12 -05:00
version = "0.1.10"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "0020ec469b096d56edb1ed0f0f141d957863302170f8d9c4bfda1a12969e5969"
2024-04-11 12:59:34 -05:00
dependencies = [
"serde",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "regex"
2024-08-05 16:48:12 -05:00
version = "1.10.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2024-04-11 11:14:37 -05:00
dependencies = [
"aho-corasick",
"memchr",
2024-08-05 16:48:12 -05:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
2024-08-05 16:48:12 -05:00
version = "0.4.7"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2024-04-11 11:14:37 -05:00
dependencies = [
"aho-corasick",
"memchr",
2024-08-05 16:48:12 -05:00
"regex-syntax 0.8.4",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2024-08-05 16:48:12 -05:00
version = "0.8.4"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "reqwest"
2024-08-05 16:48:12 -05:00
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.30",
2024-08-06 17:11:06 -05:00
"hyper-rustls 0.24.2",
2024-08-05 16:48:12 -05:00
"hyper-tls 0.5.0",
"ipnet",
"js-sys",
"log 0.4.22",
"mime 0.3.17",
"mime_guess",
"native-tls",
"once_cell",
"percent-encoding 2.3.1",
"pin-project-lite",
2024-08-06 17:11:06 -05:00
"rustls 0.21.12",
2024-08-05 16:48:12 -05:00
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 0.1.2",
"system-configuration",
"tokio",
"tokio-native-tls",
2024-08-06 17:11:06 -05:00
"tokio-rustls 0.24.1",
2024-08-05 16:48:12 -05:00
"tokio-socks",
"tower-service",
"url 2.5.2",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-08-06 17:11:06 -05:00
"webpki-roots",
2024-08-05 16:48:12 -05:00
"winreg 0.50.0",
]
[[package]]
name = "reqwest"
version = "0.12.5"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
2024-04-11 12:59:34 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"base64 0.22.1",
2024-04-11 12:59:34 -05:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2024-08-05 16:48:12 -05:00
"h2 0.4.5",
"http 1.1.0",
"http-body 1.0.1",
2024-04-11 12:59:34 -05:00
"http-body-util",
2024-08-05 16:48:12 -05:00
"hyper 1.4.1",
2024-08-06 17:11:06 -05:00
"hyper-rustls 0.27.2",
2024-08-05 16:48:12 -05:00
"hyper-tls 0.6.0",
2024-04-11 12:59:34 -05:00
"hyper-util",
"ipnet",
"js-sys",
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 12:59:34 -05:00
"mime 0.3.17",
"native-tls",
"once_cell",
"percent-encoding 2.3.1",
"pin-project-lite",
2024-08-05 16:48:12 -05:00
"rustls-pemfile 2.1.3",
2024-04-11 12:59:34 -05:00
"serde",
"serde_json",
"serde_urlencoded",
2024-08-05 16:48:12 -05:00
"sync_wrapper 1.0.1",
2024-04-11 12:59:34 -05:00
"system-configuration",
"tokio",
"tokio-native-tls",
"tokio-socks",
"tower-service",
2024-08-05 16:48:12 -05:00
"url 2.5.2",
2024-04-11 12:59:34 -05:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-08-05 16:48:12 -05:00
"winreg 0.52.0",
2024-04-11 12:59:34 -05:00
]
[[package]]
name = "reqwest-middleware"
2024-08-05 16:48:12 -05:00
version = "0.2.5"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "5a735987236a8e238bf0296c7e351b999c188ccc11477f311b82b55c93984216"
2024-04-11 12:59:34 -05:00
dependencies = [
"anyhow",
"async-trait",
2024-08-05 16:48:12 -05:00
"http 0.2.12",
"reqwest 0.11.27",
"serde",
"task-local-extensions",
"thiserror",
]
[[package]]
name = "reqwest-middleware"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39346a33ddfe6be00cbc17a34ce996818b97b230b87229f10114693becca1268"
dependencies = [
"anyhow",
"async-trait",
"http 1.1.0",
"reqwest 0.12.5",
2024-04-11 12:59:34 -05:00
"serde",
"thiserror",
"tower-service",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "reqwest-retry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cadced6a67c5c2d1c819cc2d7e6ddf066f32b9b6a04f8866203ceeb44b79c37f"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"futures",
"getrandom 0.2.15",
"http 0.2.12",
"hyper 0.14.30",
"parking_lot",
"reqwest 0.11.27",
"reqwest-middleware 0.2.5",
"retry-policies",
"task-local-extensions",
"tokio",
"tracing",
"wasm-timer",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "reqwest-retry"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40f342894422862af74c50e1e9601cf0931accc9c6981e5eb413c46603b616b5"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"futures",
2024-08-05 16:48:12 -05:00
"getrandom 0.2.15",
"http 1.1.0",
"hyper 1.4.1",
2024-04-11 12:59:34 -05:00
"parking_lot",
2024-08-05 16:48:12 -05:00
"reqwest 0.12.5",
"reqwest-middleware 0.3.2",
2024-04-11 12:59:34 -05:00
"retry-policies",
"tokio",
"tracing",
"wasm-timer",
]
[[package]]
name = "reqwest-tracing"
2024-08-05 16:48:12 -05:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190838e54153d7a7e2ea98851304b3ce92daeabf14c54d32b01b84a3e636f683"
dependencies = [
"anyhow",
"async-trait",
"getrandom 0.2.15",
"matchit 0.7.3",
"reqwest 0.11.27",
"reqwest-middleware 0.2.5",
"task-local-extensions",
"tracing",
]
[[package]]
name = "reqwest-tracing"
version = "0.5.2"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "4e45dcad05dc210fdb0278d62a679eb768730af808f8cb552f810da89bdbe76d"
2024-04-11 12:59:34 -05:00
dependencies = [
"anyhow",
"async-trait",
2024-08-05 16:48:12 -05:00
"getrandom 0.2.15",
"http 1.1.0",
"matchit 0.8.4",
"reqwest 0.12.5",
"reqwest-middleware 0.3.2",
2024-04-11 12:59:34 -05:00
"tracing",
]
[[package]]
name = "retry-policies"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "493b4243e32d6eedd29f9a398896e35c6943a123b55eec97dcaee98310d25810"
dependencies = [
"anyhow",
"chrono",
"rand 0.8.5",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
"hmac",
"subtle",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if 1.0.0",
"getrandom 0.2.15",
"libc",
"spin",
"untrusted",
"windows-sys 0.52.0",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "ron"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
dependencies = [
"base64 0.21.7",
2024-08-05 16:48:12 -05:00
"bitflags 2.6.0",
2024-04-11 17:03:25 -05:00
"serde",
"serde_derive",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "rsa"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core 0.6.4",
"signature 2.2.0",
"spki",
"subtle",
"zeroize",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "rust-ini"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091"
dependencies = [
"cfg-if 1.0.0",
"ordered-multimap",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "rustc-demangle"
2024-08-05 16:48:12 -05:00
version = "0.1.24"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-04-11 11:14:37 -05:00
[[package]]
name = "rustc-serialize"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"
2024-08-06 17:11:06 -05:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "rustix"
2024-08-05 16:48:12 -05:00
version = "0.38.34"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2024-04-11 11:14:37 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"bitflags 2.6.0",
2024-04-11 11:14:37 -05:00
"errno",
"libc",
"linux-raw-sys",
2024-04-11 12:59:34 -05:00
"windows-sys 0.52.0",
2024-04-11 11:14:37 -05:00
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "rustls"
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log 0.4.22",
"ring",
"rustls-webpki 0.101.7",
"sct",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "rustls"
version = "0.23.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
dependencies = [
"once_cell",
"rustls-pki-types",
2024-08-06 17:11:06 -05:00
"rustls-webpki 0.102.6",
2024-08-05 16:48:12 -05:00
"subtle",
"zeroize",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "rustls-pemfile"
2024-08-05 16:48:12 -05:00
version = "1.0.4"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2024-04-11 12:59:34 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
dependencies = [
"base64 0.22.1",
2024-04-11 12:59:34 -05:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-08-05 16:48:12 -05:00
version = "1.7.0"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2024-08-06 17:11:06 -05:00
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "rustls-webpki"
version = "0.102.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "rustversion"
2024-08-05 16:48:12 -05:00
version = "1.0.17"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2024-04-11 12:59:34 -05:00
2024-04-11 11:14:37 -05:00
[[package]]
name = "ryu"
2024-08-05 16:48:12 -05:00
version = "1.0.18"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2024-04-11 11:14:37 -05:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
2024-04-11 12:59:34 -05:00
"windows-sys 0.52.0",
2024-04-11 11:14:37 -05:00
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-08-06 17:11:06 -05: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 = "sec1"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "security-framework"
2024-08-05 16:48:12 -05:00
version = "2.11.1"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2024-04-11 11:14:37 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"bitflags 2.6.0",
2024-04-11 11:14:37 -05:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-08-05 16:48:12 -05:00
version = "2.11.1"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
2024-04-11 11:14:37 -05:00
dependencies = [
"core-foundation-sys",
"libc",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "semver"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2024-04-11 11:14:37 -05:00
[[package]]
name = "serde"
2024-08-05 16:48:12 -05:00
version = "1.0.204"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2024-04-11 11:14:37 -05:00
dependencies = [
"serde_derive",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "serde-value"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
dependencies = [
"ordered-float",
"serde",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "serde_derive"
2024-08-05 16:48:12 -05:00
version = "1.0.204"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2024-04-11 11:14:37 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2024-08-05 16:48:12 -05:00
version = "1.0.122"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
2024-04-11 11:14:37 -05:00
dependencies = [
"itoa",
2024-08-05 16:48:12 -05:00
"memchr",
2024-04-11 11:14:37 -05:00
"ryu",
"serde",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "serde_path_to_error"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
dependencies = [
"itoa",
"serde",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "serde_plain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
dependencies = [
"serde",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "serde_spanned"
2024-08-05 16:48:12 -05:00
version = "0.6.7"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2024-04-11 17:03:25 -05:00
dependencies = [
"serde",
]
2024-04-11 12:59:34 -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 = "serde_with"
2024-08-05 16:48:12 -05:00
version = "3.9.0"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
2024-04-11 12:59:34 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"base64 0.22.1",
2024-04-11 12:59:34 -05:00
"chrono",
"hex",
"indexmap 1.9.3",
2024-08-05 16:48:12 -05:00
"indexmap 2.3.0",
2024-04-11 12:59:34 -05:00
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time 0.3.36",
]
[[package]]
name = "serde_with_macros"
2024-08-05 16:48:12 -05:00
version = "3.9.0"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
2024-04-11 12:59:34 -05:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2024-08-06 17:11:06 -05:00
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core 0.6.4",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "smallvec"
2024-08-05 16:48:12 -05:00
version = "1.13.2"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "socket2"
2024-08-05 16:48:12 -05:00
version = "0.5.7"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2024-04-11 12:59:34 -05:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "sodiumoxide"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
dependencies = [
2024-08-06 17:11:06 -05:00
"ed25519 1.5.3",
2024-04-11 11:14:37 -05:00
"libc",
"libsodium-sys",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2024-08-06 17:11:06 -05:00
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "strsim"
2024-08-05 16:48:12 -05:00
version = "0.11.1"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-04-11 12:59:34 -05:00
2024-04-11 11:14:37 -05:00
[[package]]
name = "syn"
2024-08-05 16:48:12 -05:00
version = "2.0.72"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2024-04-11 11:14:37 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "task-local-extensions"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
dependencies = [
"pin-utils",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "tempfile"
2024-08-05 16:48:12 -05:00
version = "3.11.0"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
2024-04-11 11:14:37 -05:00
dependencies = [
"cfg-if 1.0.0",
"fastrand",
2024-08-05 16:48:12 -05:00
"once_cell",
2024-04-11 11:14:37 -05:00
"rustix",
2024-04-11 12:59:34 -05:00
"windows-sys 0.52.0",
]
[[package]]
name = "thiserror"
2024-08-05 16:48:12 -05:00
version = "1.0.63"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2024-04-11 12:59:34 -05:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-08-05 16:48:12 -05:00
version = "1.0.63"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2024-04-11 12:59:34 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if 1.0.0",
"once_cell",
]
[[package]]
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
"itoa",
"num-conv",
"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"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "tinyvec"
2024-08-05 16:48:12 -05:00
version = "1.8.0"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2024-04-11 11:14:37 -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 = "tokio"
2024-08-05 16:48:12 -05:00
version = "1.39.2"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
2024-04-11 11:14:37 -05:00
dependencies = [
"backtrace",
2024-04-11 12:59:34 -05:00
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
2024-08-05 16:48:12 -05:00
"windows-sys 0.52.0",
2024-04-11 12:59:34 -05:00
]
[[package]]
name = "tokio-macros"
2024-08-05 16:48:12 -05:00
version = "2.4.0"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2024-04-11 12:59:34 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.12",
"tokio",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
2024-08-06 17:11:06 -05:00
"rustls 0.23.12",
2024-08-05 16:48:12 -05:00
"rustls-pki-types",
"tokio",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "tokio-socks"
2024-08-05 16:48:12 -05:00
version = "0.5.2"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
2024-04-11 12:59:34 -05:00
dependencies = [
"either",
"futures-util",
"thiserror",
"tokio",
]
[[package]]
name = "tokio-util"
2024-08-05 16:48:12 -05:00
version = "0.7.11"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2024-04-11 12:59:34 -05:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "toml"
2024-08-05 16:48:12 -05:00
version = "0.8.19"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2024-04-11 17:03:25 -05:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2024-08-05 16:48:12 -05:00
version = "0.6.8"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-04-11 17:03:25 -05:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-08-05 16:48:12 -05:00
version = "0.22.20"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2024-04-11 17:03:25 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"indexmap 2.3.0",
2024-04-11 17:03:25 -05:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2024-04-11 12:59:34 -05: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",
2024-04-11 11:14:37 -05:00
"pin-project-lite",
2024-04-11 12:59:34 -05:00
"tokio",
"tower-layer",
"tower-service",
"tracing",
2024-04-11 11:14:37 -05:00
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2024-04-11 11:14:37 -05:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
"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",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
2024-04-11 12:59:34 -05:00
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2024-04-11 11:14:37 -05:00
[[package]]
name = "typeable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
2024-04-11 17:03:25 -05:00
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "ucd-trie"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2024-04-11 11:14:37 -05:00
[[package]]
name = "unicase"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
dependencies = [
"version_check 0.1.5",
]
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
2024-08-05 16:48:12 -05:00
"version_check 0.9.5",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2024-08-05 16:48:12 -05:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-04-11 11:14:37 -05:00
[[package]]
name = "url"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
dependencies = [
2024-04-11 12:59:34 -05:00
"idna 0.1.5",
2024-04-11 11:14:37 -05:00
"matches",
2024-04-11 12:59:34 -05:00
"percent-encoding 1.0.1",
]
[[package]]
name = "url"
2024-08-05 16:48:12 -05:00
version = "2.5.2"
2024-04-11 12:59:34 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2024-04-11 12:59:34 -05:00
dependencies = [
"form_urlencoded",
"idna 0.5.0",
"percent-encoding 2.3.1",
2024-08-06 17:11:06 -05:00
"serde",
2024-04-11 11:14:37 -05:00
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2024-04-11 11:14:37 -05:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
[[package]]
name = "version_check"
2024-08-05 16:48:12 -05:00
version = "0.9.5"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-04-11 11:14:37 -05:00
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2024-04-11 12:59:34 -05:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-04-11 11:14:37 -05:00
[[package]]
name = "wasm-bindgen"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
2024-08-05 16:48:12 -05:00
"log 0.4.22",
2024-04-11 11:14:37 -05:00
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2024-04-11 11:14:37 -05:00
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2024-04-11 12:59:34 -05:00
[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
"futures",
"js-sys",
"parking_lot",
"pin-utils",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-08-06 17:11:06 -05:00
[[package]]
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2024-04-11 11:14:37 -05:00
[[package]]
name = "websocket"
version = "0.18.0"
source = "git+https://github.com/SpaceManiac/rust-websocket?branch=hyper-bump#b596566251fe87f986900fbbbbf98f4568f48917"
dependencies = [
"bitflags 0.7.0",
"byteorder 0.5.3",
2024-04-11 12:59:34 -05:00
"hyper 0.10.16",
2024-04-11 11:14:37 -05:00
"net2",
"openssl",
"rand 0.3.23",
"rustc-serialize",
"unicase 1.4.2",
2024-04-11 12:59:34 -05:00
"url 1.7.2",
2024-04-11 11:14:37 -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-util"
2024-08-05 16:48:12 -05:00
version = "0.1.9"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-04-11 11:14:37 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"windows-sys 0.59.0",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-08-05 16:48:12 -05:00
"windows-targets 0.52.6",
2024-04-11 12:59:34 -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",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-08-05 16:48:12 -05:00
"windows-targets 0.52.6",
]
[[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",
2024-04-11 12:59:34 -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",
2024-04-11 11:14:37 -05:00
]
[[package]]
name = "windows-targets"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-04-11 11:14:37 -05:00
dependencies = [
2024-08-05 16:48:12 -05:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"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",
2024-04-11 11:14:37 -05:00
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_i686_gnu"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_i686_msvc"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-04-11 11:14:37 -05:00
2024-04-11 12:59:34 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-04-11 11:14:37 -05:00
[[package]]
name = "windows_x86_64_msvc"
2024-08-05 16:48:12 -05:00
version = "0.52.6"
2024-04-11 11:14:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-04-11 12:59:34 -05:00
2024-04-11 17:03:25 -05:00
[[package]]
name = "winnow"
2024-08-05 16:48:12 -05:00
version = "0.6.18"
2024-04-11 17:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 16:48:12 -05:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2024-04-11 17:03:25 -05:00
dependencies = [
"memchr",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if 1.0.0",
"windows-sys 0.48.0",
]
2024-04-11 12:59:34 -05:00
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if 1.0.0",
"windows-sys 0.48.0",
]
2024-04-11 17:03:25 -05:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2024-08-05 15:08:06 -05:00
[[package]]
name = "yourcloud"
version = "0.1.0"
dependencies = [
"axum",
"color-eyre",
"config",
2024-08-05 19:52:50 -05:00
"discord_bot",
2024-08-05 16:48:12 -05:00
"http_client",
2024-08-06 17:11:06 -05:00
"openidconnect",
2024-08-05 15:08:06 -05:00
"redact",
2024-08-05 16:48:12 -05:00
"reqwest 0.12.5",
"reqwest-middleware 0.3.2",
"reqwest-retry 0.5.0",
"reqwest-tracing 0.5.2",
2024-08-05 15:08:06 -05:00
"serde",
"serde_json",
"serde_with",
2024-08-07 16:21:51 -05:00
"thiserror",
2024-08-05 15:08:06 -05:00
"tokio",
"tracing",
"tracing-subscriber",
"urlencoding",
]
2024-08-05 16:48:12 -05:00
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder 1.5.0",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"