buzzrelay/Cargo.lock

2989 lines
73 KiB
Text
Raw Normal View History

2022-12-11 00:07:39 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-09-28 23:41:13 +00:00
[[package]]
name = "addr2line"
2024-06-07 00:14:59 +00:00
version = "0.22.0"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-09-28 23:41:13 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-12-20 02:13:44 +00:00
[[package]]
name = "ahash"
2024-03-27 01:23:28 +00:00
version = "0.8.11"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2022-12-20 02:13:44 +00:00
dependencies = [
2023-06-16 17:20:31 +00:00
"cfg-if",
2022-12-20 02:13:44 +00:00
"once_cell",
"version_check",
2023-10-26 23:55:11 +00:00
"zerocopy",
2022-12-20 02:13:44 +00:00
]
[[package]]
name = "aho-corasick"
2024-03-27 01:23:28 +00:00
version = "1.1.3"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2022-12-20 02:13:44 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
2024-04-18 00:50:02 +00:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-06-08 18:54:28 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-12-11 00:07:39 +00:00
[[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 = "anyhow"
2024-05-26 19:41:44 +00:00
version = "1.0.86"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2022-12-11 00:07:39 +00:00
2023-10-12 20:09:09 +00:00
[[package]]
name = "arc-swap"
2024-03-27 01:23:28 +00:00
version = "1.7.1"
2023-10-12 20:09:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-10-12 20:09:09 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "async-trait"
2024-04-18 00:50:02 +00:00
version = "0.1.80"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
2024-05-26 19:41:44 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-12-11 00:07:39 +00:00
[[package]]
name = "autocfg"
2024-05-26 19:41:44 +00:00
version = "1.3.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2022-12-11 00:07:39 +00:00
[[package]]
name = "axum"
2024-03-27 01:23:28 +00:00
version = "0.7.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
2022-12-11 00:07:39 +00:00
dependencies = [
"async-trait",
"axum-core",
"bytes",
"futures-util",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
"http-body-util",
2024-05-26 20:06:50 +00:00
"hyper",
"hyper-util",
2022-12-11 00:07:39 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2024-04-18 00:50:02 +00:00
"sync_wrapper 1.0.1",
2022-12-11 00:07:39 +00:00
"tokio",
"tower",
"tower-layer",
"tower-service",
2024-03-27 01:23:28 +00:00
"tracing",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "axum-core"
2024-03-27 01:23:28 +00:00
version = "0.4.3"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
2022-12-11 00:07:39 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
"http-body-util",
2022-12-11 00:07:39 +00:00
"mime",
"pin-project-lite",
"rustversion",
2024-03-27 01:23:28 +00:00
"sync_wrapper 0.1.2",
2022-12-11 00:07:39 +00:00
"tower-layer",
"tower-service",
2024-03-27 01:23:28 +00:00
"tracing",
2022-12-11 00:07:39 +00:00
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "backtrace"
2024-06-15 22:42:11 +00:00
version = "0.3.73"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-09-28 23:41:13 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-03-03 00:46:18 +00:00
[[package]]
name = "base64"
2024-03-27 01:23:28 +00:00
version = "0.21.7"
2023-03-03 00:46:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-03-03 00:46:18 +00:00
2024-04-18 00:50:02 +00:00
[[package]]
name = "base64"
2024-05-26 19:41:44 +00:00
version = "0.22.1"
2024-04-18 00:50:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-18 00:50:02 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-09-28 23:41:13 +00:00
[[package]]
name = "bitflags"
2024-03-27 01:23:28 +00:00
version = "2.5.0"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-09-28 23:41:13 +00:00
2022-12-19 20:20:13 +00:00
[[package]]
name = "block-buffer"
2023-03-31 19:51:26 +00:00
version = "0.10.4"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 19:51:26 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-12-19 20:20:13 +00:00
dependencies = [
"generic-array",
]
2022-12-19 23:19:21 +00:00
[[package]]
name = "build-env"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1522ac6ee801a11bf9ef3f80403f4ede6eb41291fac3dde3de09989679305f25"
2022-12-11 00:07:39 +00:00
[[package]]
name = "bumpalo"
2024-04-18 00:50:02 +00:00
version = "3.16.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2022-12-11 00:07:39 +00:00
[[package]]
name = "buzzrelay"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
"deunicode",
2022-12-18 20:31:50 +00:00
"eventsource-stream",
"futures",
2024-05-26 20:06:50 +00:00
"http",
2022-12-11 00:07:39 +00:00
"http_digest_headers",
"httpdate",
"lru",
2022-12-20 02:13:44 +00:00
"metrics",
"metrics-exporter-prometheus",
"metrics-util",
2023-10-12 20:09:09 +00:00
"redis",
2022-12-11 00:07:39 +00:00
"reqwest",
"serde",
"serde_json",
2022-12-19 20:20:13 +00:00
"serde_yaml",
2022-12-11 00:07:39 +00:00
"sigh",
2022-12-19 23:19:21 +00:00
"systemd",
2022-12-11 00:07:39 +00:00
"thiserror",
"tokio",
2022-12-19 20:20:13 +00:00
"tokio-postgres",
"tower-http",
2022-12-11 00:07:39 +00:00
"tracing",
"tracing-subscriber",
"urlencoding",
2022-12-11 00:07:39 +00:00
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "byteorder"
2023-10-12 14:04:00 +00:00
version = "1.5.0"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 14:04:00 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-12-19 20:20:13 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "bytes"
2024-03-27 01:23:28 +00:00
version = "1.6.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-12-11 00:07:39 +00:00
[[package]]
name = "cc"
2024-06-15 22:42:11 +00:00
version = "1.0.99"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
2022-12-11 00:07:39 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-04-18 00:50:02 +00:00
version = "0.4.38"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-06-08 18:54:28 +00:00
"android-tzdata",
2022-12-11 00:07:39 +00:00
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2024-04-18 00:50:02 +00:00
"windows-targets 0.52.5",
2022-12-11 00:07:39 +00:00
]
2023-10-12 20:09:09 +00:00
[[package]]
name = "combine"
2024-04-18 00:50:02 +00:00
version = "4.6.7"
2023-10-12 20:09:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2023-10-12 20:09:09 +00:00
dependencies = [
"bytes",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "core-foundation"
2023-12-17 02:10:52 +00:00
version = "0.9.4"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 02:10:52 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2022-12-11 00:07:39 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-17 02:10:52 +00:00
version = "0.8.6"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 02:10:52 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-12-11 00:07:39 +00:00
2022-12-19 20:20:13 +00:00
[[package]]
name = "cpufeatures"
2024-03-27 01:23:28 +00:00
version = "0.2.12"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-12-19 20:20:13 +00:00
dependencies = [
"libc",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "crossbeam-epoch"
2024-03-27 01:23:28 +00:00
version = "0.9.18"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2022-12-20 02:13:44 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-05-26 19:41:44 +00:00
version = "0.8.20"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-12-20 02:13:44 +00:00
2022-12-19 20:20:13 +00: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",
]
2022-12-19 23:19:21 +00:00
[[package]]
name = "cstr-argument"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bd9c8e659a473bce955ae5c35b116af38af11a7acb0b480e01f3ed348aeb40"
dependencies = [
"cfg-if",
"memchr",
]
[[package]]
name = "data-encoding"
2024-05-26 19:41:44 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
[[package]]
name = "deunicode"
2024-05-26 19:41:44 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
2022-12-19 20:20:13 +00:00
[[package]]
name = "digest"
2023-06-08 18:54:28 +00:00
version = "0.10.7"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 18:54:28 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-12-19 20:20:13 +00:00
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
2024-06-15 22:42:11 +00:00
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "encoding_rs"
2024-04-18 00:50:02 +00:00
version = "0.8.34"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2022-12-11 00:07:39 +00:00
dependencies = [
"cfg-if",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "enum-as-inner"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-03 00:46:18 +00:00
[[package]]
name = "errno"
2024-05-26 19:41:44 +00:00
version = "0.3.9"
2023-03-03 00:46:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-03-03 00:46:18 +00:00
dependencies = [
"libc",
2023-12-17 02:10:52 +00:00
"windows-sys 0.52.0",
2023-03-03 00:46:18 +00:00
]
2022-12-18 20:31:50 +00:00
[[package]]
name = "eventsource-stream"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
dependencies = [
"futures-core",
"nom",
"pin-project-lite",
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2022-12-11 00:07:39 +00:00
[[package]]
name = "fastrand"
2024-05-26 19:41:44 +00:00
version = "2.1.0"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2022-12-11 00:07:39 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2022-12-19 23:19:21 +00:00
"foreign-types-shared 0.1.1",
]
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
"foreign-types-shared 0.3.1",
]
[[package]]
name = "foreign-types-macros"
2023-03-31 19:51:26 +00:00
version = "0.2.3"
2022-12-19 23:19:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 19:51:26 +00:00
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2022-12-19 23:19:21 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-12-19 23:19:21 +00:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2022-12-11 00:07:39 +00:00
[[package]]
name = "form_urlencoded"
2023-11-26 19:06:44 +00:00
version = "1.2.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 19:06:44 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-12-11 00:07:39 +00:00
dependencies = [
"percent-encoding",
]
2022-12-18 20:31:50 +00:00
[[package]]
name = "futures"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-18 20:31:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-12-18 20:31:50 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "futures-channel"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-12-11 00:07:39 +00:00
dependencies = [
"futures-core",
2022-12-18 20:31:50 +00:00
"futures-sink",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "futures-core"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-12-11 00:07:39 +00:00
2022-12-18 20:31:50 +00:00
[[package]]
name = "futures-executor"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-18 20:31:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-12-18 20:31:50 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-18 20:31:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-12-18 20:31:50 +00:00
[[package]]
name = "futures-macro"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-18 20:31:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-12-18 20:31:50 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-18 20:31:50 +00:00
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "futures-sink"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-12-11 00:07:39 +00:00
[[package]]
name = "futures-task"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-12-11 00:07:39 +00:00
[[package]]
name = "futures-util"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-12-11 00:07:39 +00:00
dependencies = [
2022-12-18 20:31:50 +00:00
"futures-channel",
2022-12-11 00:07:39 +00:00
"futures-core",
2022-12-18 20:31:50 +00:00
"futures-io",
"futures-macro",
"futures-sink",
2022-12-11 00:07:39 +00:00
"futures-task",
2022-12-18 20:31:50 +00:00
"memchr",
2022-12-11 00:07:39 +00:00
"pin-project-lite",
"pin-utils",
2022-12-18 20:31:50 +00:00
"slab",
2022-12-11 00:07:39 +00:00
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "generic-array"
2023-03-31 19:51:26 +00:00
version = "0.14.7"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 19:51:26 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-12-19 20:20:13 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-05-26 19:41:44 +00:00
version = "0.2.15"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2022-12-19 20:20:13 +00:00
dependencies = [
"cfg-if",
"libc",
2023-09-28 23:41:13 +00:00
"wasi",
2022-12-19 20:20:13 +00:00
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "gimli"
2024-06-07 00:14:59 +00:00
version = "0.29.0"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-09-28 23:41:13 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "h2"
2024-05-26 19:41:44 +00:00
version = "0.4.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-05-26 19:41:44 +00:00
"atomic-waker",
2022-12-11 00:07:39 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-05-26 20:06:50 +00:00
"http",
"indexmap",
2022-12-11 00:07:39 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
2023-09-28 23:41:13 +00:00
name = "hashbrown"
2024-05-26 19:41:44 +00:00
version = "0.14.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-03-31 19:51:26 +00:00
[[package]]
name = "hermit-abi"
2024-03-27 01:23:28 +00:00
version = "0.3.9"
2023-03-31 19:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-31 19:51:26 +00:00
[[package]]
name = "hickory-proto"
2024-04-25 00:09:07 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 00:09:07 +00:00
checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"idna 0.4.0",
"ipnet",
"once_cell",
"rand",
"thiserror",
"tinyvec",
"tokio",
"tracing",
"url",
]
[[package]]
name = "hickory-resolver"
2024-04-25 00:09:07 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 00:09:07 +00:00
checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
dependencies = [
"cfg-if",
"futures-util",
"hickory-proto",
"ipconfig",
"lru-cache",
"once_cell",
"parking_lot",
"rand",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tracing",
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
2024-05-26 20:06:50 +00:00
"http",
]
[[package]]
name = "http-body-util"
2024-06-15 22:42:11 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
2024-06-15 22:42:11 +00:00
"futures-util",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
2022-12-11 00:07:39 +00:00
"pin-project-lite",
]
[[package]]
name = "http-range-header"
2024-05-26 19:41:44 +00:00
version = "0.4.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
2022-12-11 00:07:39 +00:00
[[package]]
name = "http_digest_headers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7db39af769c6cb000b7ea765bd5eedcc812d3ec00f3ea50e073c19e00a75916d"
dependencies = [
"anyhow",
"base64 0.13.1",
"openssl",
"thiserror",
]
[[package]]
name = "httparse"
2024-06-15 22:42:11 +00:00
version = "1.9.3"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545"
2022-12-11 00:07:39 +00:00
[[package]]
name = "httpdate"
2023-09-28 23:41:13 +00:00
version = "1.0.3"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-12-11 00:07:39 +00:00
[[package]]
name = "hyper"
2024-04-18 00:50:02 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-03-27 01:23:28 +00:00
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
2024-05-26 20:06:50 +00:00
"http",
"hyper",
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tower-service",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2022-12-11 00:07:39 +00:00
dependencies = [
"bytes",
"http-body-util",
2024-05-26 20:06:50 +00:00
"hyper",
"hyper-util",
2022-12-11 00:07:39 +00:00
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
2024-06-07 00:14:59 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
"hyper",
"pin-project-lite",
2024-05-26 20:06:50 +00:00
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "iana-time-zone"
2024-03-27 01:23:28 +00:00
version = "0.1.60"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2022-12-11 00:07:39 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-10-26 23:55:11 +00:00
"windows-core",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-14 21:32:05 +00:00
version = "0.1.2"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 21:32:05 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-05-14 21:32:05 +00:00
"cc",
2022-12-11 00:07:39 +00:00
]
2024-06-15 22:42:11 +00:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "idna"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "idna"
2024-06-15 22:42:11 +00:00
version = "1.0.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-06-15 22:42:11 +00:00
"icu_normalizer",
"icu_properties",
"smallvec",
"utf8_iter",
2022-12-11 00:07:39 +00:00
]
[[package]]
2023-09-28 23:41:13 +00:00
name = "indexmap"
2024-03-27 01:23:28 +00:00
version = "2.2.6"
2023-03-03 00:46:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-03-03 00:46:18 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"equivalent",
2024-05-26 20:06:50 +00:00
"hashbrown",
2023-03-03 00:46:18 +00:00
]
[[package]]
name = "ipconfig"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
2024-05-26 20:06:50 +00:00
"socket2",
"widestring",
"windows-sys 0.48.0",
2024-04-18 00:50:02 +00:00
"winreg 0.50.0",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "ipnet"
2023-10-26 23:55:11 +00:00
version = "2.9.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 23:55:11 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2022-12-11 00:07:39 +00:00
[[package]]
name = "itoa"
2024-03-27 01:23:28 +00:00
version = "1.0.11"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-12-11 00:07:39 +00:00
[[package]]
name = "js-sys"
2024-03-27 01:23:28 +00:00
version = "0.3.69"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2022-12-11 00:07:39 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-05-26 19:41:44 +00:00
version = "0.2.155"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2022-12-11 00:07:39 +00:00
2022-12-19 23:19:21 +00:00
[[package]]
name = "libsystemd-sys"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed080163caa59cc29b34bce2209b737149a4bac148cd9a8b04e4c12822798119"
dependencies = [
"build-env",
"libc",
"pkg-config",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-03-03 00:46:18 +00:00
[[package]]
name = "linux-raw-sys"
2024-05-26 19:41:44 +00:00
version = "0.4.14"
2023-03-03 00:46:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-03-03 00:46:18 +00:00
2024-06-15 22:42:11 +00:00
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2022-12-11 00:07:39 +00:00
[[package]]
name = "lock_api"
2024-05-26 19:41:44 +00:00
version = "0.4.12"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2022-12-11 00:07:39 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-27 01:23:28 +00:00
version = "0.4.21"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-12-11 00:07:39 +00:00
[[package]]
name = "lru"
2024-03-27 01:23:28 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
dependencies = [
2024-05-26 20:06:50 +00:00
"hashbrown",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2022-12-11 00:07:39 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-09-28 23:41:13 +00:00
"regex-automata 0.1.10",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "matchit"
2023-09-28 23:41:13 +00:00
version = "0.7.3"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2022-12-11 00:07:39 +00:00
2022-12-19 20:20:13 +00:00
[[package]]
name = "md-5"
2023-09-28 23:41:13 +00:00
version = "0.10.6"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2022-12-19 20:20:13 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"cfg-if",
2022-12-19 20:20:13 +00:00
"digest",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "memchr"
2024-06-15 22:42:11 +00:00
version = "2.7.4"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2022-12-20 02:13:44 +00:00
[[package]]
name = "metrics"
2024-06-07 00:14:59 +00:00
version = "0.23.0"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261"
2022-12-20 02:13:44 +00:00
dependencies = [
"ahash",
2023-06-16 17:20:31 +00:00
"portable-atomic",
2022-12-20 02:13:44 +00:00
]
[[package]]
name = "metrics-exporter-prometheus"
2024-06-07 00:14:59 +00:00
version = "0.15.0"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "26eb45aff37b45cff885538e1dcbd6c2b462c04fe84ce0155ea469f325672c98"
2022-12-20 02:13:44 +00:00
dependencies = [
2024-05-26 20:06:50 +00:00
"base64 0.22.1",
"http-body-util",
"hyper",
"hyper-tls",
"hyper-util",
"indexmap",
2022-12-20 02:13:44 +00:00
"ipnet",
"metrics",
"metrics-util",
"quanta",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "metrics-util"
2024-06-07 00:14:59 +00:00
version = "0.17.0"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "4259040465c955f9f2f1a4a8a16dc46726169bca0f88e8fb2dbeced487c3e828"
2022-12-20 02:13:44 +00:00
dependencies = [
"aho-corasick",
"crossbeam-epoch",
"crossbeam-utils",
2024-05-26 20:06:50 +00:00
"hashbrown",
"indexmap",
2022-12-20 02:13:44 +00:00
"metrics",
"num_cpus",
"ordered-float",
"quanta",
"radix_trie",
"sketches-ddsketch",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "mime"
2023-03-31 19:51:26 +00:00
version = "0.3.17"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 19:51:26 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-12-11 00:07:39 +00:00
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-09-28 23:41:13 +00:00
[[package]]
name = "miniz_oxide"
2024-05-26 19:41:44 +00:00
version = "0.7.3"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
2023-09-28 23:41:13 +00:00
dependencies = [
"adler",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "mio"
2024-03-27 01:23:28 +00:00
version = "0.8.11"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-12-11 00:07:39 +00:00
dependencies = [
"libc",
2023-09-28 23:41:13 +00:00
"wasi",
2023-12-17 02:10:52 +00:00
"windows-sys 0.48.0",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "native-tls"
2024-06-07 00:14:59 +00:00
version = "0.2.12"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2022-12-11 00:07:39 +00:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "nom"
2023-03-03 00:46:18 +00:00
version = "7.1.3"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 00:46:18 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-12-11 00:07:39 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-traits"
2024-05-26 19:41:44 +00:00
version = "0.2.19"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2022-12-11 00:07:39 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-09-28 23:41:13 +00:00
version = "1.16.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"hermit-abi",
2022-12-11 00:07:39 +00:00
"libc",
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "object"
2024-06-15 22:42:11 +00:00
version = "0.36.0"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-09-28 23:41:13 +00:00
dependencies = [
"memchr",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "once_cell"
2023-12-17 02:10:52 +00:00
version = "1.19.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 02:10:52 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-12-11 00:07:39 +00:00
[[package]]
name = "openssl"
2024-03-27 01:23:28 +00:00
version = "0.10.64"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-03-27 01:23:28 +00:00
"bitflags 2.5.0",
2022-12-11 00:07:39 +00:00
"cfg-if",
2022-12-19 23:19:21 +00:00
"foreign-types 0.3.2",
2022-12-11 00:07:39 +00:00
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-04-15 21:51:08 +00:00
version = "0.1.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 21:51:08 +00:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[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-04-18 00:50:02 +00:00
version = "0.9.102"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2022-12-11 00:07:39 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "ordered-float"
2024-05-26 20:06:50 +00:00
version = "4.2.0"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 20:06:50 +00:00
checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
2022-12-20 02:13:44 +00:00
dependencies = [
"num-traits",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking_lot"
2024-05-26 19:41:44 +00:00
version = "0.12.3"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-12-11 00:07:39 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-26 19:41:44 +00:00
version = "0.9.10"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-12-11 00:07:39 +00:00
dependencies = [
"cfg-if",
"libc",
2024-06-15 22:42:11 +00:00
"redox_syscall 0.5.2",
2022-12-11 00:07:39 +00:00
"smallvec",
2024-05-26 19:41:44 +00:00
"windows-targets 0.52.5",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "percent-encoding"
2023-11-26 19:06:44 +00:00
version = "2.3.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 19:06:44 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-12-11 00:07:39 +00:00
2022-12-19 20:20:13 +00:00
[[package]]
name = "phf"
2023-09-28 23:41:13 +00:00
version = "0.11.2"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2022-12-19 20:20:13 +00:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_shared"
2023-09-28 23:41:13 +00:00
version = "0.11.2"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2022-12-19 20:20:13 +00:00
dependencies = [
"siphasher",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "pin-project"
2024-03-27 01:23:28 +00:00
version = "1.1.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2022-12-11 00:07:39 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-03-27 01:23:28 +00:00
version = "1.1.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "pin-project-lite"
2024-04-18 00:50:02 +00:00
version = "0.2.14"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-12-11 00:07:39 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2024-03-27 01:23:28 +00:00
version = "0.3.30"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2022-12-11 00:07:39 +00:00
2023-05-14 21:32:05 +00:00
[[package]]
name = "portable-atomic"
2023-12-17 02:10:52 +00:00
version = "1.6.0"
2023-05-14 21:32:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 02:10:52 +00:00
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
2022-12-20 02:13:44 +00:00
2022-12-19 20:20:13 +00:00
[[package]]
name = "postgres-protocol"
2023-09-28 23:41:13 +00:00
version = "0.6.6"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
2022-12-19 20:20:13 +00:00
dependencies = [
2024-03-27 01:23:28 +00:00
"base64 0.21.7",
2022-12-19 20:20:13 +00:00
"byteorder",
"bytes",
"fallible-iterator",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
]
[[package]]
name = "postgres-types"
2023-09-28 23:41:13 +00:00
version = "0.2.6"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
2022-12-19 20:20:13 +00:00
dependencies = [
"bytes",
"fallible-iterator",
"postgres-protocol",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-12-11 00:07:39 +00:00
[[package]]
name = "proc-macro2"
2024-06-07 00:14:59 +00:00
version = "1.0.85"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
2022-12-11 00:07:39 +00:00
dependencies = [
"unicode-ident",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "quanta"
2024-05-26 20:06:50 +00:00
version = "0.12.3"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 20:06:50 +00:00
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
2022-12-20 02:13:44 +00:00
dependencies = [
"crossbeam-utils",
"libc",
"once_cell",
"raw-cpuid",
2023-09-28 23:41:13 +00:00
"wasi",
2022-12-20 02:13:44 +00:00
"web-sys",
"winapi",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2022-12-11 00:07:39 +00:00
[[package]]
name = "quote"
2024-04-18 00:50:02 +00:00
version = "1.0.36"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2022-12-20 02:13:44 +00:00
[[package]]
name = "raw-cpuid"
2024-05-26 20:06:50 +00:00
version = "11.0.2"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 20:06:50 +00:00
checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd"
2022-12-20 02:13:44 +00:00
dependencies = [
2024-05-26 20:06:50 +00:00
"bitflags 2.5.0",
2022-12-20 02:13:44 +00:00
]
2023-10-12 20:09:09 +00:00
[[package]]
name = "redis"
2024-06-07 00:14:59 +00:00
version = "0.25.4"
2023-10-12 20:09:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec"
2023-10-12 20:09:09 +00:00
dependencies = [
"arc-swap",
"async-trait",
"bytes",
"combine",
"futures",
"futures-util",
"itoa",
"percent-encoding",
"pin-project-lite",
"ryu",
"sha1_smol",
2024-05-26 20:06:50 +00:00
"socket2",
2023-10-12 20:09:09 +00:00
"tokio",
"tokio-retry",
"tokio-util",
"url",
]
2023-03-31 19:51:26 +00:00
[[package]]
name = "redox_syscall"
2023-10-26 23:55:11 +00:00
version = "0.4.1"
2023-03-31 19:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 23:55:11 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-03-31 19:51:26 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"bitflags 1.3.2",
2023-03-31 19:51:26 +00:00
]
2024-05-26 19:41:44 +00:00
[[package]]
name = "redox_syscall"
2024-06-15 22:42:11 +00:00
version = "0.5.2"
2024-05-26 19:41:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2024-05-26 19:41:44 +00:00
dependencies = [
"bitflags 2.5.0",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "regex"
2024-06-15 22:42:11 +00:00
version = "1.10.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"aho-corasick",
"memchr",
2024-06-15 22:42:11 +00:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-05 17:32:51 +00:00
"regex-syntax 0.6.29",
2022-12-11 00:07:39 +00:00
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "regex-automata"
2024-06-15 22:42:11 +00:00
version = "0.4.7"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-09-28 23:41:13 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-06-15 22:42:11 +00:00
"regex-syntax 0.8.4",
2023-09-28 23:41:13 +00:00
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "regex-syntax"
2023-03-31 19:51:26 +00:00
version = "0.6.29"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 19:51:26 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-12-11 00:07:39 +00:00
2023-05-05 17:32:51 +00:00
[[package]]
name = "regex-syntax"
2024-06-15 22:42:11 +00:00
version = "0.8.4"
2023-05-05 17:32:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-05-05 17:32:51 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "reqwest"
2024-04-25 00:09:07 +00:00
version = "0.12.4"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 00:09:07 +00:00
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-05-26 19:41:44 +00:00
"base64 0.22.1",
2022-12-11 00:07:39 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"hickory-resolver",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
"http-body-util",
2024-05-26 20:06:50 +00:00
"hyper",
"hyper-rustls",
2022-12-11 00:07:39 +00:00
"hyper-tls",
"hyper-util",
2022-12-11 00:07:39 +00:00
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"rustls-pki-types",
2022-12-11 00:07:39 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2024-03-27 01:23:28 +00:00
"sync_wrapper 0.1.2",
2023-10-12 14:04:00 +00:00
"system-configuration",
2022-12-11 00:07:39 +00:00
"tokio",
"tokio-native-tls",
"tokio-rustls",
2022-12-18 20:31:50 +00:00
"tokio-util",
2022-12-11 00:07:39 +00:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-03-03 00:46:18 +00:00
"wasm-streams",
2022-12-11 00:07:39 +00:00
"web-sys",
"webpki-roots",
2024-04-18 00:50:02 +00:00
"winreg 0.52.0",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
]
[[package]]
name = "ring"
2024-04-18 00:50:02 +00:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
2024-04-18 00:50:02 +00:00
"cfg-if",
"getrandom",
"libc",
"spin",
"untrusted",
2024-04-18 00:50:02 +00:00
"windows-sys 0.52.0",
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "rustc-demangle"
2024-05-26 19:41:44 +00:00
version = "0.1.24"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-09-28 23:41:13 +00:00
2023-03-03 00:46:18 +00:00
[[package]]
name = "rustix"
2024-04-25 00:09:07 +00:00
version = "0.38.34"
2023-03-03 00:46:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 00:09:07 +00:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-03-03 00:46:18 +00:00
dependencies = [
2024-03-27 01:23:28 +00:00
"bitflags 2.5.0",
2023-03-03 00:46:18 +00:00
"errno",
"libc",
"linux-raw-sys",
2023-12-17 02:10:52 +00:00
"windows-sys 0.52.0",
2023-03-03 00:46:18 +00:00
]
[[package]]
name = "rustls"
2024-04-25 00:09:07 +00:00
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 00:09:07 +00:00
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
2024-04-18 00:50:02 +00:00
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
2024-05-26 19:41:44 +00:00
"base64 0.22.1",
2024-04-18 00:50:02 +00:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-05-26 19:41:44 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
[[package]]
name = "rustls-webpki"
2024-05-26 19:41:44 +00:00
version = "0.102.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "rustversion"
2024-05-26 19:41:44 +00:00
version = "1.0.17"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2022-12-11 00:07:39 +00:00
[[package]]
name = "ryu"
2024-05-26 19:41:44 +00:00
version = "1.0.18"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-12-11 00:07:39 +00:00
[[package]]
name = "schannel"
2024-03-27 01:23:28 +00:00
version = "0.1.23"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-03-27 01:23:28 +00:00
"windows-sys 0.52.0",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "scopeguard"
2023-09-28 23:41:13 +00:00
version = "1.2.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-12-11 00:07:39 +00:00
[[package]]
name = "security-framework"
2024-05-26 19:41:44 +00:00
version = "2.11.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-05-26 19:41:44 +00:00
"bitflags 2.5.0",
2022-12-11 00:07:39 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-05-26 19:41:44 +00:00
version = "2.11.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
2022-12-11 00:07:39 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2024-05-26 19:41:44 +00:00
version = "1.0.203"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2022-12-11 00:07:39 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-26 19:41:44 +00:00
version = "1.0.203"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "serde_json"
2024-05-26 19:41:44 +00:00
version = "1.0.117"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2022-12-11 00:07:39 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2024-03-27 01:23:28 +00:00
version = "0.1.16"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"itoa",
2022-12-11 00:07:39 +00:00
"serde",
]
[[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",
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "serde_yaml"
2024-03-27 01:23:28 +00:00
version = "0.9.34+deprecated"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2022-12-19 20:20:13 +00:00
dependencies = [
2024-05-26 20:06:50 +00:00
"indexmap",
2022-12-19 20:20:13 +00:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2023-10-12 20:09:09 +00:00
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2022-12-19 20:20:13 +00:00
[[package]]
name = "sha2"
2023-09-28 23:41:13 +00:00
version = "0.10.8"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-12-19 20:20:13 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "sharded-slab"
2023-10-12 14:04:00 +00:00
version = "0.1.7"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-12 14:04:00 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-12-11 00:07:39 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "sigh"
version = "1.0.2"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bdb4cc44c46a3f0f0a6d1de27c63fccd7fa3384d8d370016c21c8f4a8b89a2"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-03-27 01:23:28 +00:00
"base64 0.21.7",
2024-05-26 20:06:50 +00:00
"http",
2022-12-11 00:07:39 +00:00
"nom",
"openssl",
"thiserror",
]
[[package]]
name = "signal-hook-registry"
2024-04-25 00:09:07 +00:00
version = "1.4.2"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-25 00:09:07 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2022-12-11 00:07:39 +00:00
dependencies = [
"libc",
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "siphasher"
2023-09-28 23:41:13 +00:00
version = "0.3.11"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-12-19 20:20:13 +00:00
2022-12-20 02:13:44 +00:00
[[package]]
name = "sketches-ddsketch"
2024-03-27 01:23:28 +00:00
version = "0.2.2"
2022-12-20 02:13:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
2022-12-20 02:13:44 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "slab"
2023-09-28 23:41:13 +00:00
version = "0.4.9"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-12-11 00:07:39 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-03-27 01:23:28 +00:00
version = "1.13.2"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-12-11 00:07:39 +00:00
2023-03-31 19:51:26 +00:00
[[package]]
name = "socket2"
2024-05-26 19:41:44 +00:00
version = "0.5.7"
2023-03-31 19:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-03-31 19:51:26 +00:00
dependencies = [
"libc",
2024-03-27 01:23:28 +00:00
"windows-sys 0.52.0",
2023-03-31 19:51:26 +00:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2024-06-15 22:42:11 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2022-12-19 20:20:13 +00:00
[[package]]
name = "stringprep"
2024-05-26 19:41:44 +00:00
version = "0.1.5"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2022-12-19 20:20:13 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-05-26 19:41:44 +00:00
"unicode-properties",
2022-12-19 20:20:13 +00:00
]
[[package]]
name = "subtle"
2023-06-08 18:54:28 +00:00
version = "2.5.0"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 18:54:28 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-12-19 20:20:13 +00:00
2023-03-31 19:51:26 +00:00
[[package]]
name = "syn"
2024-05-26 19:41:44 +00:00
version = "2.0.66"
2023-03-31 19:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-03-31 19:51:26 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "sync_wrapper"
2023-03-03 00:46:18 +00:00
version = "0.1.2"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 00:46:18 +00:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2022-12-11 00:07:39 +00:00
2024-03-27 01:23:28 +00:00
[[package]]
name = "sync_wrapper"
2024-04-18 00:50:02 +00:00
version = "1.0.1"
2024-03-27 01:23:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2024-03-27 01:23:28 +00:00
2024-06-15 22:42:11 +00:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-10-12 14:04:00 +00:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-12-19 23:19:21 +00:00
[[package]]
name = "systemd"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afec0101d9ae8ab26aedf0840109df689938ea7e538aa03df4369f1854f11562"
dependencies = [
"cstr-argument",
"foreign-types 0.5.0",
"libc",
"libsystemd-sys",
"log",
"memchr",
"utf8-cstr",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "tempfile"
2024-03-27 01:23:28 +00:00
version = "3.10.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2022-12-11 00:07:39 +00:00
dependencies = [
"cfg-if",
"fastrand",
2023-03-03 00:46:18 +00:00
"rustix",
2024-03-27 01:23:28 +00:00
"windows-sys 0.52.0",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "thiserror"
2024-05-26 19:41:44 +00:00
version = "1.0.61"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2022-12-11 00:07:39 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-26 19:41:44 +00:00
version = "1.0.61"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "thread_local"
2024-03-27 01:23:28 +00:00
version = "1.1.8"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-03-03 00:46:18 +00:00
"cfg-if",
2022-12-11 00:07:39 +00:00
"once_cell",
]
2024-06-15 22:42:11 +00:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-03 00:46:18 +00:00
version = "0.1.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 00:46:18 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-12-11 00:07:39 +00:00
[[package]]
name = "tokio"
2024-06-07 00:14:59 +00:00
version = "1.38.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"backtrace",
2022-12-11 00:07:39 +00:00
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-05-26 20:06:50 +00:00
"socket2",
2022-12-11 00:07:39 +00:00
"tokio-macros",
2023-12-17 02:10:52 +00:00
"windows-sys 0.48.0",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "tokio-macros"
2024-06-07 00:14:59 +00:00
version = "2.3.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "tokio-native-tls"
2023-03-03 00:46:18 +00:00
version = "0.3.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 00:46:18 +00:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2022-12-11 00:07:39 +00:00
dependencies = [
"native-tls",
"tokio",
]
2022-12-19 20:20:13 +00:00
[[package]]
name = "tokio-postgres"
2023-09-28 23:41:13 +00:00
version = "0.7.10"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
2022-12-19 20:20:13 +00:00
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
2023-09-28 23:41:13 +00:00
"rand",
2024-05-26 20:06:50 +00:00
"socket2",
2022-12-19 20:20:13 +00:00
"tokio",
"tokio-util",
2023-09-28 23:41:13 +00:00
"whoami",
2022-12-19 20:20:13 +00:00
]
2023-10-12 20:09:09 +00:00
[[package]]
name = "tokio-retry"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
dependencies = [
"pin-project",
"rand",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls",
"rustls-pki-types",
"tokio",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "tokio-util"
2024-05-26 19:41:44 +00:00
version = "0.7.11"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2022-12-11 00:07:39 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2024-03-27 01:23:28 +00:00
version = "0.5.2"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
2022-12-11 00:07:39 +00:00
dependencies = [
2024-03-27 01:23:28 +00:00
"bitflags 2.5.0",
2022-12-11 00:07:39 +00:00
"bytes",
"futures-util",
2024-05-26 20:06:50 +00:00
"http",
"http-body",
"http-body-util",
2022-12-11 00:07:39 +00:00
"http-range-header",
"httpdate",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"tokio",
"tokio-util",
2023-03-03 00:46:18 +00:00
"tower-layer",
"tower-service",
"tracing",
2023-03-03 00:46:18 +00:00
]
2022-12-11 00:07:39 +00: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"
[[package]]
name = "tracing"
2023-10-26 23:55:11 +00:00
version = "0.1.40"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 23:55:11 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-12-11 00:07:39 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-10-26 23:55:11 +00:00
version = "0.1.27"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 23:55:11 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
]
[[package]]
name = "tracing-core"
2023-10-26 23:55:11 +00:00
version = "0.1.32"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 23:55:11 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-12-11 00:07:39 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2023-11-26 19:06:44 +00:00
version = "0.2.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 19:06:44 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2022-12-11 00:07:39 +00:00
dependencies = [
"log",
2023-10-26 23:55:11 +00:00
"once_cell",
2022-12-11 00:07:39 +00:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-11-26 19:06:44 +00:00
version = "0.3.18"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 19:06:44 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2022-12-11 00:07:39 +00:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
2023-12-17 02:10:52 +00:00
version = "0.2.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 02:10:52 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-12-11 00:07:39 +00:00
2022-12-19 20:20:13 +00:00
[[package]]
name = "typenum"
2023-09-28 23:41:13 +00:00
version = "1.17.0"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-12-19 20:20:13 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "unicase"
2023-09-28 23:41:13 +00:00
version = "2.7.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2022-12-11 00:07:39 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-03-27 01:23:28 +00:00
version = "0.3.15"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-12-11 00:07:39 +00:00
[[package]]
name = "unicode-ident"
2023-09-28 23:41:13 +00:00
version = "1.0.12"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-12-11 00:07:39 +00:00
[[package]]
name = "unicode-normalization"
2024-03-27 01:23:28 +00:00
version = "0.1.23"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-12-11 00:07:39 +00:00
dependencies = [
"tinyvec",
]
2024-05-26 19:41:44 +00:00
[[package]]
name = "unicode-properties"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
2022-12-19 20:20:13 +00:00
[[package]]
name = "unsafe-libyaml"
2024-03-27 01:23:28 +00:00
version = "0.2.11"
2022-12-19 20:20:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2022-12-19 20:20:13 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-12-11 00:07:39 +00:00
[[package]]
name = "url"
2024-06-15 22:42:11 +00:00
version = "2.5.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-15 22:42:11 +00:00
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
2022-12-11 00:07:39 +00:00
dependencies = [
"form_urlencoded",
2024-06-15 22:42:11 +00:00
"idna 1.0.0",
2022-12-11 00:07:39 +00:00
"percent-encoding",
]
[[package]]
name = "urlencoding"
2023-09-28 23:41:13 +00:00
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2024-06-15 22:42:11 +00:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2022-12-19 23:19:21 +00:00
[[package]]
name = "utf8-cstr"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55bcbb425141152b10d5693095950b51c3745d019363fc2929ffd8f61449b628"
2024-06-15 22:42:11 +00:00
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2022-12-11 00:07:39 +00: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.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
2023-06-16 17:20:31 +00:00
version = "0.3.1"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 17:20:31 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-12-11 00:07:39 +00:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-03-27 01:23:28 +00:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2022-12-11 00:07:39 +00:00
[[package]]
name = "wasm-bindgen"
2024-03-27 01:23:28 +00:00
version = "0.2.92"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2022-12-11 00:07:39 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-27 01:23:28 +00:00
version = "0.2.92"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2022-12-11 00:07:39 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-03-27 01:23:28 +00:00
version = "0.4.42"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2022-12-11 00:07:39 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-03-27 01:23:28 +00:00
version = "0.2.92"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2022-12-11 00:07:39 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-27 01:23:28 +00:00
version = "0.2.92"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2022-12-11 00:07:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-11 00:07:39 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-27 01:23:28 +00:00
version = "0.2.92"
2023-03-03 00:46:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-03-03 00:46:18 +00:00
[[package]]
name = "wasm-streams"
version = "0.4.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-03-03 00:46:18 +00:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "web-sys"
2024-03-27 01:23:28 +00:00
version = "0.3.69"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2022-12-11 00:07:39 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2024-06-07 00:14:59 +00:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-07 00:14:59 +00:00
checksum = "3c452ad30530b54a4d8e71952716a212b08efd0f3562baa66c29a618b07da7c3"
dependencies = [
"rustls-pki-types",
]
2023-09-28 23:41:13 +00:00
[[package]]
name = "whoami"
2024-03-27 01:23:28 +00:00
version = "1.5.1"
2023-09-28 23:41:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2023-09-28 23:41:13 +00:00
dependencies = [
2024-05-26 19:41:44 +00:00
"redox_syscall 0.4.1",
2024-03-27 01:23:28 +00:00
"wasite",
2023-09-28 23:41:13 +00:00
"web-sys",
]
[[package]]
name = "widestring"
2024-04-18 00:50:02 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2022-12-11 00:07:39 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-31 19:51:26 +00:00
[[package]]
2023-10-26 23:55:11 +00:00
name = "windows-core"
2024-03-27 01:23:28 +00:00
version = "0.52.0"
2023-03-31 19:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 01:23:28 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-03-31 19:51:26 +00:00
dependencies = [
2024-04-18 00:50:02 +00:00
"windows-targets 0.52.5",
2023-03-31 19:51:26 +00:00
]
2023-04-15 21:51:08 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-17 02:10:52 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-04-18 00:50:02 +00:00
"windows-targets 0.52.5",
2023-04-15 21:51:08 +00:00
]
[[package]]
name = "windows-targets"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2023-04-15 21:51:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-15 21:51:08 +00:00
dependencies = [
2023-12-17 02:10:52 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-12-17 02:10:52 +00:00
dependencies = [
2024-04-18 00:50:02 +00:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-03-03 00:46:18 +00:00
]
2022-12-11 00:07:39 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-12-11 00:07:39 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-12-17 02:10:52 +00:00
2023-04-15 21:51:08 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-12-11 00:07:39 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-12-17 02:10:52 +00:00
2023-04-15 21:51:08 +00:00
[[package]]
name = "windows_i686_gnu"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2023-04-15 21:51:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-15 21:51:08 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_i686_gnu"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-12-17 02:10:52 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-12-11 00:07:39 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_i686_msvc"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-12-17 02:10:52 +00:00
2023-04-15 21:51:08 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2023-04-15 21:51:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-15 21:51:08 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-12-17 02:10:52 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-12-11 00:07:39 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-12-17 02:10:52 +00:00
2023-04-15 21:51:08 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-28 23:41:13 +00:00
version = "0.48.5"
2023-04-15 21:51:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-15 21:51:08 +00:00
2023-12-17 02:10:52 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-04-18 00:50:02 +00:00
version = "0.52.5"
2023-12-17 02:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 00:50:02 +00:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-12-17 02:10:52 +00:00
2022-12-11 00:07:39 +00:00
[[package]]
name = "winreg"
2023-09-28 23:41:13 +00:00
version = "0.50.0"
2022-12-11 00:07:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 23:41:13 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-12-11 00:07:39 +00:00
dependencies = [
2023-09-28 23:41:13 +00:00
"cfg-if",
2023-12-17 02:10:52 +00:00
"windows-sys 0.48.0",
2022-12-11 00:07:39 +00:00
]
2023-10-26 23:55:11 +00:00
2024-04-18 00:50:02 +00:00
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-06-15 22:42:11 +00:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
2023-10-26 23:55:11 +00:00
[[package]]
name = "zerocopy"
2024-05-26 19:41:44 +00:00
version = "0.7.34"
2023-10-26 23:55:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2023-10-26 23:55:11 +00:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-26 19:41:44 +00:00
version = "0.7.34"
2023-10-26 23:55:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2023-10-26 23:55:11 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2023-10-26 23:55:11 +00:00
]
2024-06-15 22:42:11 +00:00
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zeroize"
2024-05-26 19:41:44 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-26 19:41:44 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2024-06-15 22:42:11 +00:00
[[package]]
name = "zerovec"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]