bazzar/Cargo.lock

7136 lines
165 KiB
Plaintext
Raw Normal View History

2022-04-14 08:07:59 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-06-03 13:31:57 +02:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
2022-04-14 08:07:59 +02:00
[[package]]
name = "actix-codec"
2024-06-24 14:54:46 +02:00
version = "0.5.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 2.5.0",
"bytes 1.6.0",
"futures-core",
"futures-sink",
2022-04-14 08:07:59 +02:00
"memchr",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
"tokio",
"tokio-util",
2023-07-07 15:53:43 +02:00
"tracing",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-http"
2024-06-24 14:54:46 +02:00
version = "3.8.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3ae682f693a9cd7b058f2b0b5d9a6d7728a8555779bedbbc35dd88528611d020"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2024-06-24 14:54:46 +02:00
"ahash 0.8.11",
"base64 0.22.1",
"bitflags 2.5.0",
2022-04-14 08:07:59 +02:00
"brotli",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"bytestring",
2024-08-19 08:01:24 +02:00
"derive_more 0.99.18",
2022-04-14 08:07:59 +02:00
"encoding_rs",
"flate2",
"futures-core",
2024-08-19 08:01:24 +02:00
"h2 0.3.26",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2022-04-14 08:07:59 +02:00
"httparse",
2023-07-07 15:51:11 +02:00
"httpdate",
"itoa",
2022-04-20 14:30:59 +02:00
"language-tags",
2022-04-14 08:07:59 +02:00
"local-channel",
"mime",
"percent-encoding",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2023-06-01 10:41:58 +02:00
"sha1",
2022-04-14 08:07:59 +02:00
"smallvec",
2023-07-07 15:51:11 +02:00
"tokio",
"tokio-util",
2022-10-31 09:28:49 +01:00
"tracing",
2023-07-07 15:51:11 +02:00
"zstd",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-macros"
2024-06-24 14:54:46 +02:00
version = "0.2.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2022-04-14 08:07:59 +02:00
dependencies = [
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-router"
2024-06-24 14:54:46 +02:00
version = "0.5.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
2022-04-14 08:07:59 +02:00
dependencies = [
"bytestring",
2024-06-24 14:54:46 +02:00
"cfg-if",
"http 0.2.12",
2022-04-14 08:07:59 +02:00
"regex",
2024-06-24 14:54:46 +02:00
"regex-lite",
2022-04-14 08:07:59 +02:00
"serde",
2022-10-31 09:28:49 +01:00
"tracing",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-rt"
2024-06-24 14:54:46 +02:00
version = "2.10.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
2023-07-07 15:51:11 +02:00
"tokio",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-server"
2024-06-24 14:54:46 +02:00
version = "2.4.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b02303ce8d4e8be5b855af6cf3c3a08f3eff26880faad82bab679c22d3650cb5"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
2023-07-07 15:51:11 +02:00
"mio",
2024-06-24 14:54:46 +02:00
"socket2 0.5.7",
2023-07-07 15:51:11 +02:00
"tokio",
2022-04-14 08:07:59 +02:00
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
2022-04-14 08:07:59 +02:00
"paste",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-utils"
2022-10-31 09:28:49 +01:00
version = "3.0.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2022-04-14 08:07:59 +02:00
dependencies = [
"local-waker",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-web"
2024-06-24 14:54:46 +02:00
version = "4.8.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
2024-06-24 14:54:46 +02:00
"ahash 0.8.11",
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"bytestring",
2023-07-07 15:51:11 +02:00
"cfg-if",
2023-05-05 14:20:50 +02:00
"cookie 0.16.2",
2024-08-19 08:01:24 +02:00
"derive_more 0.99.18",
2022-04-14 08:07:59 +02:00
"encoding_rs",
"futures-core",
"futures-util",
2023-07-07 15:51:11 +02:00
"itoa",
2022-04-20 14:30:59 +02:00
"language-tags",
2022-04-14 08:07:59 +02:00
"log",
"mime",
"once_cell",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-14 08:07:59 +02:00
"regex",
2024-06-24 14:54:46 +02:00
"regex-lite",
2022-04-14 08:07:59 +02:00
"serde",
"serde_json",
2022-04-20 14:30:59 +02:00
"serde_urlencoded",
2022-04-14 08:07:59 +02:00
"smallvec",
2024-06-24 14:54:46 +02:00
"socket2 0.5.7",
"time",
2022-04-14 08:07:59 +02:00
"url",
]
[[package]]
name = "actix-web-codegen"
2024-06-24 14:54:46 +02:00
version = "4.3.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-router",
2022-04-14 08:07:59 +02:00
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "addr2line"
2024-06-24 14:54:46 +02:00
version = "0.22.0"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-07-07 15:53:43 +02:00
dependencies = [
"gimli",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-06-25 16:23:28 +02:00
[[package]]
name = "aead"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
"crypto-common",
"generic-array",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "ahash"
2024-06-24 14:54:46 +02:00
version = "0.7.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"getrandom 0.2.15",
2022-04-14 08:07:59 +02:00
"once_cell",
2023-05-05 14:20:50 +02:00
"version_check",
]
[[package]]
name = "ahash"
2024-06-24 14:54:46 +02:00
version = "0.8.11"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-05-05 14:20:50 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2024-06-24 14:54:46 +02:00
"getrandom 0.2.15",
2023-05-05 14:20:50 +02:00
"once_cell",
"version_check",
2024-06-24 14:54:46 +02:00
"zerocopy",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "aho-corasick"
2024-06-24 14:54:46 +02:00
version = "1.1.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2022-04-14 08:07:59 +02:00
dependencies = [
"memchr",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2022-04-14 08:07:59 +02:00
[[package]]
name = "alloc-no-stdlib"
2022-10-31 09:28:49 +01:00
version = "2.0.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-04-14 08:07:59 +02:00
[[package]]
name = "alloc-stdlib"
2022-10-31 09:28:49 +01:00
version = "0.2.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-04-14 08:07:59 +02:00
dependencies = [
"alloc-no-stdlib",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "allocator-api2"
2024-06-24 14:54:46 +02:00
version = "0.2.18"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-07-07 15:53:43 +02:00
2023-06-01 10:41:58 +02:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
2022-10-31 09:28:49 +01:00
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
2022-10-31 09:28:49 +01:00
"libc",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "anyhow"
2024-06-24 14:54:46 +02:00
version = "1.0.86"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2022-04-14 21:40:26 +02:00
2023-06-01 10:41:58 +02:00
[[package]]
name = "arc-swap"
2024-06-24 14:54:46 +02:00
version = "1.7.1"
2023-06-01 10:41:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-06-01 10:41:58 +02:00
2022-04-14 21:40:26 +02:00
[[package]]
name = "argon2"
2022-10-31 09:28:49 +01:00
version = "0.4.1"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
2022-04-14 21:40:26 +02:00
dependencies = [
"base64ct",
"blake2",
2023-07-07 15:51:11 +02:00
"password-hash",
2022-04-14 21:40:26 +02:00
"rayon",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2022-04-14 08:07:59 +02:00
[[package]]
name = "arrayvec"
2023-07-07 15:53:43 +02:00
version = "0.7.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2022-04-14 08:07:59 +02:00
2024-08-19 08:01:24 +02:00
[[package]]
name = "asn1-rs"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"
dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time",
]
[[package]]
name = "asn1-rs-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "asn1-rs-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
"quote",
"syn 1.0.109",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "async-channel"
2024-06-24 14:54:46 +02:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
dependencies = [
"concurrent-queue",
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
version = "2.3.1"
2023-05-22 22:06:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
2023-05-22 22:06:05 +02:00
dependencies = [
"concurrent-queue",
2024-06-24 14:54:46 +02:00
"event-listener-strategy",
"futures-core",
2024-06-24 14:54:46 +02:00
"pin-project-lite",
2023-05-22 22:06:05 +02:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "async-compression"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
dependencies = [
2024-06-25 16:23:28 +02:00
"brotli",
2024-06-25 16:08:27 +02:00
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "async-executor"
2024-06-24 14:54:46 +02:00
version = "1.12.0"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
2023-06-03 13:31:57 +02:00
dependencies = [
"async-task",
"concurrent-queue",
2024-06-24 14:54:46 +02:00
"fastrand 2.1.0",
"futures-lite 2.3.0",
2023-06-03 13:31:57 +02:00
"slab",
]
[[package]]
name = "async-global-executor"
2024-06-24 14:54:46 +02:00
version = "2.4.1"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
2023-06-03 13:31:57 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"async-channel 2.3.1",
2023-06-03 13:31:57 +02:00
"async-executor",
2024-06-24 14:54:46 +02:00
"async-io 2.3.3",
"async-lock 3.4.0",
2023-06-03 13:31:57 +02:00
"blocking",
2024-06-24 14:54:46 +02:00
"futures-lite 2.3.0",
2023-06-03 13:31:57 +02:00
"once_cell",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-03 13:31:57 +02:00
]
[[package]]
name = "async-io"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
2024-06-24 14:54:46 +02:00
"async-lock 2.8.0",
2023-07-07 15:51:11 +02:00
"autocfg",
"cfg-if",
2023-06-03 13:31:57 +02:00
"concurrent-queue",
2024-06-24 14:54:46 +02:00
"futures-lite 1.13.0",
2023-06-03 13:31:57 +02:00
"log",
"parking",
2024-06-24 14:54:46 +02:00
"polling 2.8.0",
"rustix 0.37.27",
2023-06-03 13:31:57 +02:00
"slab",
2024-06-24 14:54:46 +02:00
"socket2 0.4.10",
2023-06-03 13:31:57 +02:00
"waker-fn",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "async-io"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
dependencies = [
"async-lock 3.4.0",
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite 2.3.0",
"parking",
"polling 3.7.2",
"rustix 0.38.34",
"slab",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
"event-listener 2.5.3",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "async-lock"
2024-06-24 14:54:46 +02:00
version = "3.4.0"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
2023-06-03 13:31:57 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"event-listener 5.3.1",
"event-listener-strategy",
"pin-project-lite",
2023-06-03 13:31:57 +02:00
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-attributes",
2024-06-24 14:54:46 +02:00
"async-channel 1.9.0",
2023-06-03 13:31:57 +02:00
"async-global-executor",
2024-06-24 14:54:46 +02:00
"async-io 1.13.0",
"async-lock 2.8.0",
2023-06-03 13:31:57 +02:00
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
2024-06-24 14:54:46 +02:00
"futures-lite 1.13.0",
2023-06-03 13:31:57 +02:00
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-03 13:31:57 +02:00
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-03 13:31:57 +02:00
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2023-06-03 13:31:57 +02:00
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "async-stripe"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bb25e3145c6216eafb3eca6f8cd6e016f43c9d4416d0af7984de46acf4f288"
dependencies = [
"chrono",
"futures-util",
2023-05-22 22:06:05 +02:00
"hex",
2023-06-01 10:41:58 +02:00
"hmac",
2023-05-22 22:06:05 +02:00
"http-types",
2024-06-25 16:23:28 +02:00
"hyper 0.14.29",
2024-08-19 08:01:24 +02:00
"hyper-tls 0.5.0",
2023-05-22 22:06:05 +02:00
"serde",
"serde_json",
"serde_path_to_error",
"serde_qs 0.10.1",
2023-06-01 10:41:58 +02:00
"sha2",
2023-05-22 22:06:05 +02:00
"smart-default",
"smol_str",
"thiserror",
2023-07-07 15:51:11 +02:00
"tokio",
2023-05-22 22:06:05 +02:00
"uuid 0.8.2",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "async-task"
2024-06-24 14:54:46 +02:00
version = "4.7.1"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
2023-06-03 13:31:57 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "async-trait"
2024-06-24 14:54:46 +02:00
version = "0.1.80"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "atoi"
2022-10-31 09:28:49 +01:00
version = "1.0.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
2022-04-14 08:07:59 +02:00
dependencies = [
"num-traits",
]
2022-05-20 16:08:49 +02:00
[[package]]
2023-07-07 15:53:43 +02:00
name = "atoi"
version = "2.0.0"
2022-05-20 16:08:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
2022-05-20 16:08:49 +02:00
dependencies = [
2023-07-07 15:53:43 +02:00
"num-traits",
2022-05-20 16:08:49 +02:00
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "atomic"
2024-06-24 14:54:46 +02:00
version = "0.6.0"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
dependencies = [
"bytemuck",
]
2023-07-07 15:53:43 +02:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "atomic-waker"
2024-06-24 14:54:46 +02:00
version = "1.1.2"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-06-03 13:31:57 +02:00
[[package]]
name = "attohttpc"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
dependencies = [
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2023-06-03 13:31:57 +02:00
"log",
"native-tls",
"serde",
"serde_json",
"url",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2022-12-08 16:22:20 +01:00
"hermit-abi 0.1.19",
2022-04-14 08:07:59 +02:00
"libc",
2023-07-07 15:51:11 +02:00
"winapi",
2022-11-18 16:31:52 +01:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "authenticator-ctap2-2021"
version = "0.3.2-dev.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06c690e5e2800f70c0cf8773a9fe7680d66e719dae9b4cabedd13ef4885d056"
dependencies = [
"base64 0.13.1",
"bitflags 1.3.2",
"cfg-if",
"core-foundation",
"devd-rs",
"libc",
"libudev",
"log",
"memoffset 0.6.5",
"nom",
"openssl",
"openssl-sys",
"rand 0.8.5",
"runloop",
"serde",
"serde_bytes",
"serde_cbor",
"serde_json",
"sha2",
"winapi",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "autocfg"
2024-06-24 14:54:46 +02:00
version = "1.3.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2022-04-14 08:07:59 +02:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "aws-creds"
version = "0.34.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3776743bb68d4ad02ba30ba8f64373f1be4e082fe47651767171ce75bb2f6cf5"
dependencies = [
"attohttpc",
2023-07-07 15:51:11 +02:00
"dirs",
2023-06-03 13:31:57 +02:00
"log",
"quick-xml",
"rust-ini",
"serde",
"thiserror",
2024-06-24 14:54:46 +02:00
"time",
2023-06-03 13:31:57 +02:00
"url",
]
[[package]]
name = "aws-region"
2024-06-24 14:54:46 +02:00
version = "0.25.4"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "42fed2b9fca70f2908268d057a607f2a906f47edbf856ea8587de9038d264e22"
2023-06-03 13:31:57 +02:00
dependencies = [
"thiserror",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "axum"
2024-06-24 14:54:46 +02:00
version = "0.6.20"
2023-06-21 21:35:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2023-06-21 21:35:46 +02:00
dependencies = [
"async-trait",
"axum-core",
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
"bytes 1.6.0",
2023-06-21 21:35:46 +02:00
"futures-util",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2024-06-25 16:23:28 +02:00
"http-body 0.4.6",
"hyper 0.14.29",
2023-07-07 15:51:11 +02:00
"itoa",
2023-06-21 21:35:46 +02:00
"matchit",
"memchr",
"mime",
"percent-encoding",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-21 21:35:46 +02:00
"rustversion",
"serde",
2024-06-25 16:23:28 +02:00
"sync_wrapper 0.1.2",
2023-06-21 21:35:46 +02:00
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-06-21 21:35:46 +02:00
"futures-util",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2024-06-25 16:23:28 +02:00
"http-body 0.4.6",
2023-06-21 21:35:46 +02:00
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "backtrace"
2024-06-24 14:54:46 +02:00
version = "0.3.73"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-07-07 15:53:43 +02:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "bae"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "base16ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2022-04-14 08:07:59 +02:00
[[package]]
name = "base64"
2022-10-31 09:28:49 +01:00
version = "0.13.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-04-14 08:07:59 +02:00
2022-12-20 15:34:20 +01:00
[[package]]
name = "base64"
2024-06-24 14:54:46 +02:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.1"
2022-12-20 15:34:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2022-12-20 15:34:20 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "base64ct"
2023-05-05 14:20:50 +02:00
version = "1.6.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-04-14 08:07:59 +02:00
2024-08-19 08:01:24 +02:00
[[package]]
name = "base64urlsafedata"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384"
dependencies = [
"base64 0.21.7",
"serde",
"serde_json",
]
[[package]]
name = "base64urlsafedata"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a56894edf5cd1efa7068d7454adeb7ce0b3da4ffa5ab08cfc06165bbc62f0c7"
dependencies = [
"base64 0.21.7",
"paste",
"serde",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "bigdecimal"
2023-07-07 15:53:43 +02:00
version = "0.3.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
2022-04-14 08:07:59 +02:00
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "binstring"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e0d60973d9320722cb1206f412740e162a33b8547ea8d6be75d7cff237c7a85"
2022-04-14 08:07:59 +02:00
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-06-24 14:54:46 +02:00
[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-07-07 15:53:43 +02:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "blake2"
2022-12-20 15:34:20 +01:00
version = "0.10.6"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2022-04-14 21:40:26 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"digest",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "blake2b_simd"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "block-buffer"
2023-05-05 14:20:50 +02:00
version = "0.10.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"generic-array",
2022-04-14 08:07:59 +02:00
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "blocking"
2024-06-24 14:54:46 +02:00
version = "1.6.1"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2023-06-03 13:31:57 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"async-channel 2.3.1",
2023-06-03 13:31:57 +02:00
"async-task",
2024-06-24 14:54:46 +02:00
"futures-io",
"futures-lite 2.3.0",
"piper",
2023-06-03 13:31:57 +02:00
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "borsh"
2024-06-24 14:54:46 +02:00
version = "1.5.1"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
2022-11-29 15:23:45 +01:00
dependencies = [
"borsh-derive",
2024-06-24 14:54:46 +02:00
"cfg_aliases 0.2.1",
2022-11-29 15:23:45 +01:00
]
[[package]]
name = "borsh-derive"
2024-06-24 14:54:46 +02:00
version = "1.5.1"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
2022-11-29 15:23:45 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"once_cell",
2024-06-26 11:12:03 +02:00
"proc-macro-crate",
2022-11-29 15:23:45 +01:00
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
"syn_derive",
2022-11-29 15:23:45 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "brotli"
2024-06-24 14:54:46 +02:00
version = "6.0.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
2022-04-14 08:07:59 +02:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2024-06-24 14:54:46 +02:00
version = "4.0.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
2022-04-14 08:07:59 +02:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"memchr",
]
[[package]]
name = "bumpalo"
2024-06-24 14:54:46 +02:00
version = "3.16.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2022-04-14 08:07:59 +02:00
2022-11-29 15:23:45 +01:00
[[package]]
name = "bytecheck"
2024-06-24 14:54:46 +02:00
version = "0.6.12"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2022-11-29 15:23:45 +01:00
dependencies = [
"bytecheck_derive",
"ptr_meta",
2023-05-05 14:20:50 +02:00
"simdutf8",
2022-11-29 15:23:45 +01:00
]
[[package]]
name = "bytecheck_derive"
2024-06-24 14:54:46 +02:00
version = "0.6.12"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2022-11-29 15:23:45 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-05-05 14:20:50 +02:00
"syn 1.0.109",
2022-11-29 15:23:45 +01:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "bytemuck"
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
2022-04-14 08:07:59 +02:00
[[package]]
name = "byteorder"
2024-06-24 14:54:46 +02:00
version = "1.5.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-04-14 08:07:59 +02:00
2023-06-01 22:02:47 +02:00
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"iovec",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "bytes"
2024-06-24 14:54:46 +02:00
version = "1.6.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-04-14 08:07:59 +02:00
[[package]]
name = "bytestring"
2024-06-24 14:54:46 +02:00
version = "1.3.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-12-01 17:39:06 +01:00
]
2023-06-01 10:41:58 +02:00
[[package]]
name = "cache-adapter"
version = "0.1.0"
dependencies = [
"async-trait",
2023-06-03 13:31:57 +02:00
"bincode",
2023-06-01 22:02:47 +02:00
"config",
2023-06-01 10:41:58 +02:00
"serde",
"thiserror",
2024-06-24 14:54:46 +02:00
"toml 0.7.8",
2023-06-03 13:31:57 +02:00
"tracing",
2023-06-01 10:41:58 +02:00
]
[[package]]
name = "cache-adapter-embedded-memory"
version = "0.1.0"
dependencies = [
"async-trait",
"bincode",
"cache-adapter",
"chrono",
"futures-executor",
2023-06-03 13:31:57 +02:00
"plugin-api",
2023-06-01 10:41:58 +02:00
"serde",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-01 10:41:58 +02:00
"tracing",
]
[[package]]
name = "cache-adapter-redis"
version = "0.1.0"
dependencies = [
"async-trait",
"bincode",
"cache-adapter",
"chrono",
"deadpool",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-01 10:41:58 +02:00
"redis",
"redis-async-pool",
"serde",
2023-07-07 15:51:11 +02:00
"tokio",
"tracing",
2022-05-06 11:47:18 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "cached"
version = "0.51.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0feb64151eed3da6107fddd2d717a6ca4b9dbd74e43784c55c841d1abfe5a295"
dependencies = [
"ahash 0.8.11",
"cached_proc_macro",
"cached_proc_macro_types",
"hashbrown 0.14.5",
"instant",
"once_cell",
"thiserror",
]
[[package]]
name = "cached_proc_macro"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771aa57f3b17da6c8bcacb187bb9ec9bc81c8160e72342e67c329e0e1651a669"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.68",
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2022-04-14 08:07:59 +02:00
[[package]]
name = "cc"
2024-06-24 14:54:46 +02:00
version = "1.0.100"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
2022-04-14 08:07:59 +02:00
dependencies = [
"jobserver",
2024-06-24 14:54:46 +02:00
"libc",
"once_cell",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-06-24 14:54:46 +02:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-06-25 16:23:28 +02:00
[[package]]
name = "chacha20"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "chacha20poly1305"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
dependencies = [
"aead",
"chacha20",
"cipher",
"poly1305",
"zeroize",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "channels"
version = "0.1.0"
dependencies = [
"bincode",
"bytes 1.6.0",
"config",
"futures 0.3.30",
"model",
"payment-adapter",
"rumqttc",
"serde",
"strum",
"tarpc",
"thiserror",
"tokio",
"tracing",
"uuid 1.9.0",
"whatlang",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "chrono"
2024-06-24 14:54:46 +02:00
version = "0.4.38"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"android-tzdata",
2022-10-31 09:28:49 +01:00
"iana-time-zone",
2022-05-15 13:08:42 +02:00
"js-sys",
2022-04-14 08:07:59 +02:00
"num-traits",
"serde",
2022-05-15 10:30:15 +02:00
"wasm-bindgen",
2024-06-24 14:54:46 +02:00
"windows-targets 0.52.5",
2022-12-05 06:04:14 +01:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
"zeroize",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "clap"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
2023-06-05 16:38:10 +02:00
"atty",
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2023-06-03 13:31:57 +02:00
"clap_derive",
"clap_lex",
2023-07-07 15:53:43 +02:00
"indexmap 1.9.3",
2023-06-03 13:31:57 +02:00
"once_cell",
2024-06-24 14:54:46 +02:00
"strsim 0.10.0",
2023-06-05 16:38:10 +02:00
"termcolor",
2023-07-07 15:51:11 +02:00
"textwrap",
2023-06-03 13:31:57 +02:00
]
[[package]]
name = "clap_derive"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
dependencies = [
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "coarsetime"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d"
dependencies = [
"libc",
"wasix",
"wasm-bindgen",
]
2023-06-01 10:41:58 +02:00
[[package]]
name = "combine"
2024-06-24 14:54:46 +02:00
version = "4.6.7"
2023-06-01 10:41:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2023-06-01 10:41:58 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-06-01 10:41:58 +02:00
"futures-core",
"memchr",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
"tokio",
"tokio-util",
2023-06-01 10:41:58 +02:00
]
2023-05-05 14:20:50 +02:00
[[package]]
name = "common_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6d59c71e7dc3af60f0af9db32364d96a16e9310f3f5db2b55ed642162dd35"
2024-08-19 08:01:24 +02:00
[[package]]
name = "compact_jwt"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33"
dependencies = [
"base64 0.13.1",
"base64urlsafedata 0.1.3",
"hex",
"openssl",
"serde",
"serde_json",
"tracing",
"url",
"uuid 1.9.0",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "concurrent-queue"
2024-06-24 14:54:46 +02:00
version = "2.5.0"
2023-05-22 22:06:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2023-05-22 22:06:05 +02:00
dependencies = [
"crossbeam-utils",
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "config"
version = "0.1.0"
dependencies = [
"actix-web",
2024-06-24 14:54:46 +02:00
"cookie 0.18.1",
"parking_lot 0.12.3",
2023-07-07 15:51:11 +02:00
"password-hash",
2024-08-19 08:01:24 +02:00
"rand 0.8.5",
2022-05-06 11:47:18 +02:00
"serde",
"serde_json",
"thiserror",
2024-06-24 14:54:46 +02:00
"toml 0.8.14",
2022-12-20 15:34:20 +01:00
"tracing-subscriber",
"tracing-timing",
2022-05-06 11:47:18 +02:00
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "console"
2024-06-24 14:54:46 +02:00
version = "0.15.8"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2022-11-11 16:32:07 +01:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
2024-06-24 14:54:46 +02:00
"windows-sys 0.52.0",
2022-05-05 16:30:25 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
2022-04-14 08:07:59 +02:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2024-08-19 08:01:24 +02:00
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "cookie"
2022-12-20 15:34:20 +01:00
version = "0.16.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2022-04-14 08:07:59 +02:00
dependencies = [
"percent-encoding",
2024-06-24 14:54:46 +02:00
"time",
2023-05-05 14:20:50 +02:00
"version_check",
]
[[package]]
name = "cookie"
2024-06-24 14:54:46 +02:00
version = "0.18.1"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"base64 0.22.1",
2023-06-01 10:41:58 +02:00
"hmac",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2023-06-01 10:41:58 +02:00
"sha2",
2022-04-14 08:07:59 +02:00
"subtle",
2024-06-24 14:54:46 +02:00
"time",
2023-05-05 14:20:50 +02:00
"version_check",
2022-04-14 08:07:59 +02:00
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "core-foundation"
2024-06-24 14:54:46 +02:00
version = "0.9.4"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2022-04-21 16:06:34 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-06-24 14:54:46 +02:00
version = "0.8.6"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-04-21 16:06:34 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "cpufeatures"
2024-06-24 14:54:46 +02:00
version = "0.2.12"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
2024-06-24 14:54:46 +02:00
version = "3.2.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2022-04-14 08:07:59 +02:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2024-06-24 14:54:46 +02:00
version = "2.4.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2022-04-14 08:07:59 +02:00
[[package]]
name = "crc32fast"
2024-06-24 14:54:46 +02:00
version = "1.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-14 08:07:59 +02:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "crossbeam"
2024-06-24 14:54:46 +02:00
version = "0.8.4"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
2022-12-08 16:22:20 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "crossbeam-channel"
2024-06-24 14:54:46 +02:00
version = "0.5.13"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2022-04-14 08:07:59 +02:00
dependencies = [
"crossbeam-utils",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "crossbeam-deque"
2024-06-24 14:54:46 +02:00
version = "0.8.5"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2022-04-14 21:40:26 +02:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-06-24 14:54:46 +02:00
version = "0.9.18"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2022-04-14 21:40:26 +02:00
dependencies = [
"crossbeam-utils",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "crossbeam-queue"
2024-06-24 14:54:46 +02:00
version = "0.3.11"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
2022-04-14 08:07:59 +02:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-06-24 14:54:46 +02:00
version = "0.8.20"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-04-14 08:07:59 +02:00
2024-06-25 16:23:28 +02:00
[[package]]
name = "crypto-bigint"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
dependencies = [
"generic-array",
"rand_core 0.6.4",
"subtle",
"zeroize",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "crypto-common"
2022-10-31 09:28:49 +01:00
version = "0.1.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"generic-array",
2024-06-25 16:23:28 +02:00
"rand_core 0.6.4",
2022-04-14 08:07:59 +02:00
"typenum",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "ct-codecs"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
2022-05-06 16:02:38 +02:00
[[package]]
name = "darling"
2024-06-24 14:54:46 +02:00
version = "0.20.9"
2022-05-06 16:02:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
2022-05-06 16:02:38 +02:00
dependencies = [
2022-12-08 16:22:20 +01:00
"darling_core",
"darling_macro",
2022-05-06 16:02:38 +02:00
]
[[package]]
name = "darling_core"
2024-06-24 14:54:46 +02:00
version = "0.20.9"
2022-05-06 16:02:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
2022-05-06 16:02:38 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"strsim 0.11.1",
"syn 2.0.68",
2022-12-05 06:04:14 +01:00
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "darling_macro"
2024-06-24 14:54:46 +02:00
version = "0.20.9"
2022-05-06 16:02:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
2022-05-06 16:02:38 +02:00
dependencies = [
2022-12-08 16:22:20 +01:00
"darling_core",
2022-05-06 16:02:38 +02:00
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-05-06 16:02:38 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "dashmap"
2024-06-24 14:54:46 +02:00
version = "5.5.3"
2023-06-21 21:35:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2023-06-21 21:35:46 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2024-06-24 14:54:46 +02:00
"hashbrown 0.14.5",
2023-06-21 21:35:46 +02:00
"lock_api",
"once_cell",
2024-06-24 14:54:46 +02:00
"parking_lot_core 0.9.10",
2023-06-21 21:35:46 +02:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "data-encoding"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2022-11-09 16:59:12 +01:00
[[package]]
name = "db-utils"
version = "0.1.0"
dependencies = [
"model",
"sqlx",
2024-06-24 14:54:46 +02:00
"sqlx-core 0.7.4",
2022-11-09 16:59:12 +01:00
]
2023-06-01 10:41:58 +02:00
[[package]]
name = "deadpool"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
dependencies = [
"async-trait",
"deadpool-runtime",
"num_cpus",
"retain_mut",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-01 10:41:58 +02:00
]
[[package]]
name = "deadpool-runtime"
2024-06-24 14:54:46 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
2024-06-25 16:23:28 +02:00
[[package]]
name = "der"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "der-parser"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"
dependencies = [
"asn1-rs",
"displaydoc",
"nom",
"num-bigint",
"num-traits",
"rusticata-macros",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "deranged"
version = "0.3.11"
2023-06-01 10:41:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
2023-06-01 10:41:58 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "derive_more"
2024-06-24 14:54:46 +02:00
version = "0.99.18"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-08-19 08:01:24 +02:00
"convert_case 0.4.0",
2022-04-14 08:07:59 +02:00
"proc-macro2",
"quote",
2023-06-01 10:41:58 +02:00
"rustc_version",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "derive_more"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "deunicode"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
2024-08-19 08:01:24 +02:00
[[package]]
name = "devd-rs"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9313f104b590510b46fc01c0a324fc76505c13871454d3c48490468d04c8d395"
dependencies = [
"libc",
"nom",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "digest"
2023-07-07 15:53:43 +02:00
version = "0.10.7"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"block-buffer",
2024-06-25 16:23:28 +02:00
"const-oid",
2022-04-14 08:07:59 +02:00
"crypto-common",
"subtle",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
2023-07-07 15:51:11 +02:00
"winapi",
2022-04-14 08:07:59 +02:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
]
2022-12-02 16:05:55 +01:00
[[package]]
2023-07-07 15:51:11 +02:00
name = "dlv-list"
version = "0.3.0"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:51:11 +02:00
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
2022-12-02 16:05:55 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
2023-07-07 15:51:11 +02:00
name = "doc-comment"
version = "0.3.3"
2022-12-20 15:34:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2022-04-14 08:07:59 +02:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2022-10-31 09:28:49 +01:00
[[package]]
name = "dotenvy"
2023-05-05 14:20:50 +02:00
version = "0.15.7"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2022-10-31 09:28:49 +01:00
2022-05-06 16:02:38 +02:00
[[package]]
name = "dummy"
2024-06-24 14:54:46 +02:00
version = "0.7.0"
2022-05-06 16:02:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7e57e12b69e57fad516e01e2b3960f122696fdb13420e1a88ed8e210316f2876"
2022-05-06 16:02:38 +02:00
dependencies = [
2022-12-08 16:22:20 +01:00
"darling",
2023-05-05 14:20:50 +02:00
"proc-macro2",
2022-05-06 16:02:38 +02:00
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-05-06 16:02:38 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "ecdsa"
version = "0.16.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
dependencies = [
"der",
"digest",
"elliptic-curve",
"rfc6979",
"signature",
"spki",
]
[[package]]
name = "ed25519-compact"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190"
dependencies = [
"ct-codecs",
"getrandom 0.2.15",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "educe"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f"
dependencies = [
"enum-ordinalize",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "either"
2024-06-24 14:54:46 +02:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
2024-06-25 16:23:28 +02:00
[[package]]
name = "elliptic-curve"
version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
dependencies = [
"base16ct",
"crypto-bigint",
"digest",
"ff",
"generic-array",
"group",
"hkdf",
"pem-rfc7468",
"pkcs8",
"rand_core 0.6.4",
"sec1",
"subtle",
"zeroize",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "email_address"
version = "0.2.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112"
dependencies = [
"serde",
]
2022-04-14 08:07:59 +02:00
2022-11-11 16:32:07 +01:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2022-04-14 08:07:59 +02:00
[[package]]
name = "encoding_rs"
2024-06-24 14:54:46 +02:00
version = "0.8.34"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-12-08 16:22:20 +01:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "enum-ordinalize"
version = "3.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
"syn 2.0.68",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "equivalent"
2024-06-24 14:54:46 +02:00
version = "1.0.1"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-07-07 15:53:43 +02:00
2023-05-05 14:20:50 +02:00
[[package]]
name = "errno"
2024-06-24 14:54:46 +02:00
version = "0.3.9"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2022-12-08 16:22:20 +01:00
dependencies = [
"libc",
2024-06-24 14:54:46 +02:00
"windows-sys 0.52.0",
2022-12-08 16:22:20 +01:00
]
2023-05-24 19:03:49 +02:00
[[package]]
name = "event-bus-adapter"
version = "0.1.0"
2023-05-25 15:56:15 +02:00
dependencies = [
2023-06-03 13:31:57 +02:00
"async-trait",
2023-05-25 15:56:15 +02:00
"bincode",
2023-06-01 22:02:47 +02:00
"config",
2023-05-25 15:56:15 +02:00
"event-bus-messages",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-05-25 15:56:15 +02:00
"serde",
"thiserror",
2023-07-07 15:51:11 +02:00
"tokio",
2024-06-24 14:54:46 +02:00
"toml 0.7.8",
"uuid 1.9.0",
2023-05-25 15:56:15 +02:00
]
2023-05-24 19:03:49 +02:00
[[package]]
name = "event-bus-messages"
version = "0.1.0"
2023-05-25 15:56:15 +02:00
dependencies = [
"bincode",
"serde",
2023-06-01 10:41:58 +02:00
"serde_json",
2023-05-25 15:56:15 +02:00
"thiserror",
]
2023-05-24 19:03:49 +02:00
2022-04-16 18:58:59 +02:00
[[package]]
2023-06-01 10:41:58 +02:00
name = "event-bus-redis"
version = "0.1.0"
2023-05-25 23:51:26 +02:00
dependencies = [
2023-06-03 13:31:57 +02:00
"async-trait",
2023-06-01 10:41:58 +02:00
"event-bus-adapter",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-01 10:41:58 +02:00
"futures-util",
2023-06-03 13:31:57 +02:00
"plugin-api",
2023-06-01 10:41:58 +02:00
"redis-async",
"serde",
"thiserror",
2024-06-24 14:54:46 +02:00
"toml 0.7.8",
2023-06-01 10:41:58 +02:00
"tracing",
2023-05-25 23:51:26 +02:00
]
[[package]]
2023-06-01 10:41:58 +02:00
name = "event-listener"
version = "2.5.3"
2023-05-25 23:51:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 10:41:58 +02:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2023-05-25 23:51:26 +02:00
2024-06-24 14:54:46 +02:00
[[package]]
name = "event-listener"
version = "5.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
dependencies = [
"event-listener 5.3.1",
"pin-project-lite",
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "fake"
2024-06-24 14:54:46 +02:00
version = "2.9.2"
2022-05-06 16:02:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1c25829bde82205da46e1823b2259db6273379f626fc211f126f65654a2669be"
2022-05-06 16:02:38 +02:00
dependencies = [
"chrono",
2024-06-24 14:54:46 +02:00
"deunicode",
2022-05-06 16:02:38 +02:00
"dummy",
2024-06-24 14:54:46 +02:00
"http 1.1.0",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2024-06-24 14:54:46 +02:00
"url-escape",
"uuid 1.9.0",
2022-05-06 16:02:38 +02:00
]
2022-04-20 16:25:52 +02:00
[[package]]
name = "fastrand"
2023-05-05 14:20:50 +02:00
version = "1.9.0"
2022-04-20 16:25:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-04-20 16:25:52 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"instant",
2023-05-25 23:51:26 +02:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "fastrand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2024-06-25 16:23:28 +02:00
[[package]]
name = "ff"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
dependencies = [
"rand_core 0.6.4",
"subtle",
]
2023-06-01 22:02:47 +02:00
[[package]]
name = "file-storage-adapter"
version = "0.1.0"
dependencies = [
"async-trait",
"config",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-01 22:02:47 +02:00
"futures-util",
"thiserror",
"tracing",
]
[[package]]
name = "file-storage-local"
version = "0.1.0"
dependencies = [
"async-trait",
"file-storage-adapter",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-01 22:02:47 +02:00
"serde",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-01 22:02:47 +02:00
"tracing",
2024-06-24 14:54:46 +02:00
"uuid 1.9.0",
2023-06-01 22:02:47 +02:00
]
[[package]]
name = "file-storage-s3"
version = "0.1.0"
2023-06-03 13:31:57 +02:00
dependencies = [
2023-06-19 22:20:51 +02:00
"async-trait",
2023-06-03 13:31:57 +02:00
"file-storage-adapter",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-03 13:31:57 +02:00
"rust-s3",
"serde",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-03 13:31:57 +02:00
"tracing",
2024-06-24 14:54:46 +02:00
"uuid 1.9.0",
2023-06-03 13:31:57 +02:00
]
2023-06-01 22:02:47 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "flate2"
2024-06-24 14:54:46 +02:00
version = "1.0.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2022-04-14 08:07:59 +02:00
dependencies = [
"crc32fast",
2023-06-01 10:41:58 +02:00
"miniz_oxide",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "flume"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"futures-core",
"futures-sink",
"spin 0.9.8",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-04-21 16:06:34 +02:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-04-14 08:07:59 +02:00
[[package]]
name = "form_urlencoded"
2024-06-24 14:54:46 +02:00
version = "1.2.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-04-14 08:07:59 +02:00
dependencies = [
"percent-encoding",
]
2023-05-05 14:20:50 +02:00
[[package]]
name = "fulfillment_adapter"
version = "0.1.0"
dependencies = [
"async-trait",
"thiserror",
"tracing",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-06-01 22:02:47 +02:00
[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
2022-04-14 08:07:59 +02:00
"futures-task",
"futures-util",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "futures-channel"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
"futures-sink",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "futures-core"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-executor"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
2022-04-14 08:07:59 +02:00
"futures-task",
"futures-util",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "futures-intrusive"
2022-11-29 15:23:45 +01:00
version = "0.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
2022-04-14 08:07:59 +02:00
"lock_api",
2022-11-29 15:23:45 +01:00
"parking_lot 0.11.2",
2022-04-14 08:07:59 +02:00
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "futures-intrusive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
dependencies = [
"futures-core",
"lock_api",
2024-06-24 14:54:46 +02:00
"parking_lot 0.12.3",
2023-07-07 15:53:43 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-io"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-04-14 08:07:59 +02:00
2023-05-22 22:06:05 +02:00
[[package]]
name = "futures-lite"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
2024-06-24 14:54:46 +02:00
"fastrand 1.9.0",
"futures-core",
"futures-io",
2023-05-22 22:06:05 +02:00
"memchr",
"parking",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-05-22 22:06:05 +02:00
"waker-fn",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "futures-lite"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [
"fastrand 2.1.0",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-macro"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "futures-sink"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-task"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-util"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-06-01 22:02:47 +02:00
"futures 0.1.31",
"futures-channel",
"futures-core",
"futures-io",
2022-04-14 08:07:59 +02:00
"futures-macro",
"futures-sink",
2022-04-14 08:07:59 +02:00
"futures-task",
"memchr",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-14 08:07:59 +02:00
"pin-utils",
"slab",
2023-06-01 22:02:47 +02:00
"tokio-io",
2022-04-14 08:07:59 +02:00
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "generic-array"
2023-05-05 14:20:50 +02:00
version = "0.14.7"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-04-14 08:07:59 +02:00
dependencies = [
"typenum",
2023-05-05 14:20:50 +02:00
"version_check",
2024-06-25 16:23:28 +02:00
"zeroize",
2022-04-14 08:07:59 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
2023-07-07 15:51:11 +02:00
"winapi",
2023-06-21 21:35:46 +02:00
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2023-05-22 22:06:05 +02:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "getrandom"
2024-06-24 14:54:46 +02:00
version = "0.2.15"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2024-06-25 16:23:28 +02:00
"js-sys",
2022-04-14 08:07:59 +02:00
"libc",
2022-10-31 09:28:49 +01:00
"wasi 0.11.0+wasi-snapshot-preview1",
2024-06-25 16:23:28 +02:00
"wasm-bindgen",
2022-04-14 08:07:59 +02:00
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "gimli"
2024-06-24 14:54:46 +02:00
version = "0.29.0"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-07-07 15:53:43 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "git2"
2022-10-31 09:28:49 +01:00
version = "0.14.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2022-04-14 08:07:59 +02:00
"libc",
"libgit2-sys",
"log",
"url",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "gloo-timers"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "group"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff",
"rand_core 0.6.4",
"subtle",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "gumdrop"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
dependencies = [
"gumdrop_derive",
]
[[package]]
name = "gumdrop_derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "h2"
2024-06-24 14:54:46 +02:00
version = "0.3.26"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
"indexmap 2.2.6",
2022-04-14 08:07:59 +02:00
"slab",
2023-07-07 15:51:11 +02:00
"tokio",
"tokio-util",
2022-04-14 08:07:59 +02:00
"tracing",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "h2"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
dependencies = [
"atomic-waker",
"bytes 1.6.0",
"fnv",
"futures-core",
"futures-sink",
"http 1.1.0",
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
2022-11-29 15:23:45 +01:00
[[package]]
name = "hashbrown"
2023-05-05 14:20:50 +02:00
version = "0.12.3"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-11-29 15:23:45 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ahash 0.7.8",
2022-04-14 08:07:59 +02:00
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "hashbrown"
2024-06-24 14:54:46 +02:00
version = "0.14.5"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-07-07 15:53:43 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ahash 0.8.11",
2023-07-07 15:53:43 +02:00
"allocator-api2",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "hashlink"
2024-06-24 14:54:46 +02:00
version = "0.8.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"hashbrown 0.14.5",
2022-04-14 08:07:59 +02:00
]
2022-12-20 15:34:20 +01:00
[[package]]
name = "hdrhistogram"
2024-06-24 14:54:46 +02:00
version = "7.5.4"
2022-12-20 15:34:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
2022-12-20 15:34:20 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"base64 0.21.7",
2022-12-20 15:34:20 +01:00
"byteorder",
"crossbeam-channel",
"flate2",
"nom",
"num-traits",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "heck"
2023-05-05 14:20:50 +02:00
version = "0.4.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-04-14 08:07:59 +02:00
dependencies = [
"unicode-segmentation",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2022-04-14 08:07:59 +02:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "hermit-abi"
2024-06-24 14:54:46 +02:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hermit-abi"
version = "0.4.0"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
2023-05-05 14:20:50 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
2024-06-24 14:54:46 +02:00
version = "0.12.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"hmac",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2023-06-01 10:41:58 +02:00
"digest",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "hmac-sha1-compact"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9d405ec732fa3fcde87264e54a32a84956a377b3e3107de96e59b798c84a7"
[[package]]
name = "hmac-sha256"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735"
dependencies = [
"digest",
]
[[package]]
name = "hmac-sha512"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a"
dependencies = [
"digest",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "http"
2024-06-24 14:54:46 +02:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes 1.6.0",
"fnv",
"itoa",
]
[[package]]
name = "http"
version = "1.1.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"fnv",
2023-07-07 15:51:11 +02:00
"itoa",
2022-04-14 08:07:59 +02:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "http-body"
2024-06-24 14:54:46 +02:00
version = "0.4.6"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
"http 0.2.12",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-18 22:07:52 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes 1.6.0",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes 1.6.0",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"pin-project-lite",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "http-types"
version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
dependencies = [
"anyhow",
2024-06-24 14:54:46 +02:00
"async-channel 1.9.0",
2023-05-22 22:06:05 +02:00
"base64 0.13.1",
2024-06-24 14:54:46 +02:00
"futures-lite 1.13.0",
"http 0.2.12",
2023-05-22 22:06:05 +02:00
"infer",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-05-22 22:06:05 +02:00
"rand 0.7.3",
"serde",
"serde_json",
"serde_qs 0.8.5",
"serde_urlencoded",
"url",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "httparse"
2024-06-24 14:54:46 +02:00
version = "1.9.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2022-04-14 08:07:59 +02:00
[[package]]
name = "httpdate"
2024-06-24 14:54:46 +02:00
version = "1.0.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-04-14 08:07:59 +02:00
2024-06-25 16:08:27 +02:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2022-04-18 22:07:52 +02:00
[[package]]
name = "hyper"
2024-06-24 14:54:46 +02:00
version = "0.14.29"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
"futures-channel",
"futures-core",
"futures-util",
2024-08-19 08:01:24 +02:00
"h2 0.3.26",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2024-06-25 16:23:28 +02:00
"http-body 0.4.6",
2022-04-18 22:07:52 +02:00
"httparse",
2023-07-07 15:51:11 +02:00
"httpdate",
"itoa",
"pin-project-lite",
2024-06-24 14:54:46 +02:00
"socket2 0.5.7",
2023-07-07 15:51:11 +02:00
"tokio",
2022-04-18 22:07:52 +02:00
"tower-service",
"tracing",
"want",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "hyper"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
dependencies = [
"bytes 1.6.0",
"futures-channel",
"futures-util",
2024-08-19 08:01:24 +02:00
"h2 0.4.5",
2024-06-25 16:23:28 +02:00
"http 1.1.0",
"http-body 1.0.0",
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.3.1",
"hyper-util",
"rustls 0.23.10",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
"webpki-roots 0.26.3",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
2024-06-25 16:23:28 +02:00
"hyper 0.14.29",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
"tokio",
2023-06-21 21:35:46 +02:00
"tokio-io-timeout",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2024-06-25 16:23:28 +02:00
"hyper 0.14.29",
2022-04-21 16:06:34 +02:00
"native-tls",
2023-07-07 15:51:11 +02:00
"tokio",
2022-04-21 16:06:34 +02:00
"tokio-native-tls",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes 1.6.0",
"http-body-util",
"hyper 1.3.1",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "hyper-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
dependencies = [
"bytes 1.6.0",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.3.1",
"pin-project-lite",
"socket2 0.5.7",
"tokio",
"tower",
"tower-service",
"tracing",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "iana-time-zone"
2024-06-24 14:54:46 +02:00
version = "0.1.60"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2022-10-31 09:28:49 +01:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-06-24 14:54:46 +02:00
"windows-core",
2022-10-31 09:28:49 +01:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-07-07 15:53:43 +02:00
version = "0.1.2"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-31 09:28:49 +01:00
dependencies = [
2023-07-07 15:53:43 +02:00
"cc",
2022-10-31 09:28:49 +01:00
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2024-06-25 16:08:27 +02:00
[[package]]
name = "idna"
2024-06-26 11:12:03 +02:00
version = "0.5.0"
2024-06-25 16:08:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 11:12:03 +02:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2024-06-25 16:08:27 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-04-14 08:07:59 +02:00
[[package]]
2024-06-26 11:12:03 +02:00
name = "idp"
version = "0.1.0"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-26 11:12:03 +02:00
"bincode",
"bytes 1.6.0",
"channels",
"config",
2024-08-19 08:01:24 +02:00
"derive_more 1.0.0",
2024-06-26 11:12:03 +02:00
"dotenv",
"fake",
2024-08-19 08:01:24 +02:00
"futures 0.3.30",
2024-06-26 11:12:03 +02:00
"gumdrop",
"json",
"model",
2024-08-19 08:01:24 +02:00
"nutype",
2024-06-26 11:12:03 +02:00
"rauthy-client",
2024-08-19 08:01:24 +02:00
"reqwest 0.12.5",
2024-06-26 11:12:03 +02:00
"rumqttc",
"serde",
2024-08-19 08:01:24 +02:00
"serde_json",
2024-06-26 11:12:03 +02:00
"sqlx",
2024-08-19 08:01:24 +02:00
"sqlx-core 0.7.4",
2024-06-26 11:12:03 +02:00
"tarpc",
"testx",
"thiserror",
"tokio",
"tracing",
"uuid 1.9.0",
2024-08-19 08:01:24 +02:00
"validator",
"webauthn-authenticator-rs",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "image"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
dependencies = [
"bytemuck",
"byteorder",
"num-traits",
]
2022-10-31 09:28:49 +01:00
[[package]]
2023-07-07 15:53:43 +02:00
name = "indexmap"
version = "1.9.3"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-10-31 09:28:49 +01:00
dependencies = [
2023-07-07 15:53:43 +02:00
"autocfg",
"hashbrown 0.12.3",
2022-10-31 09:28:49 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "indexmap"
2024-06-24 14:54:46 +02:00
version = "2.2.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:53:43 +02:00
"equivalent",
2024-06-24 14:54:46 +02:00
"hashbrown 0.14.5",
2022-04-14 08:07:59 +02:00
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "infer"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
2024-06-25 16:23:28 +02:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "insta"
2024-06-24 14:54:46 +02:00
version = "1.39.0"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5"
2022-11-11 16:32:07 +01:00
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
2023-06-11 16:21:13 +02:00
"ron",
"serde",
2022-11-11 16:32:07 +01:00
"similar",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "instant"
2024-06-24 14:54:46 +02:00
version = "0.1.13"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-05-22 14:19:11 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "io-lifetimes"
2023-07-07 15:53:43 +02:00
version = "1.0.11"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2022-12-08 16:22:20 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"hermit-abi 0.3.9",
2022-12-08 16:22:20 +01:00
"libc",
2023-05-05 14:20:50 +02:00
"windows-sys 0.48.0",
2022-12-08 16:22:20 +01:00
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipnet"
2024-06-24 14:54:46 +02:00
version = "2.9.0"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2022-12-08 16:22:20 +01:00
[[package]]
name = "ipnetwork"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
2022-04-14 08:07:59 +02:00
[[package]]
name = "itertools"
2022-10-31 09:28:49 +01:00
version = "0.10.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-04-14 08:07:59 +02:00
dependencies = [
"either",
]
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "itoa"
2024-06-24 14:54:46 +02:00
version = "1.0.11"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-12-02 16:05:55 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "jobserver"
2024-06-24 14:54:46 +02:00
version = "0.1.31"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2024-06-24 14:54:46 +02:00
version = "0.3.69"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2022-04-14 08:07:59 +02:00
dependencies = [
"wasm-bindgen",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
2024-06-25 16:23:28 +02:00
[[package]]
name = "jwt-simple"
version = "0.12.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "094661f5aad510abe2658bff20409e89046b753d9dc2d4007f5c100b6d982ba0"
dependencies = [
"anyhow",
"binstring",
"blake2b_simd",
"coarsetime",
"ct-codecs",
"ed25519-compact",
"hmac-sha1-compact",
"hmac-sha256",
"hmac-sha512",
"k256",
"p256",
"p384",
"rand 0.8.5",
"serde",
"serde_json",
"superboring",
"thiserror",
"zeroize",
]
[[package]]
name = "k256"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b"
dependencies = [
"cfg-if",
"ecdsa",
"elliptic-curve",
"once_cell",
"sha2",
"signature",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "kinded"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c"
dependencies = [
"kinded_macros",
]
[[package]]
name = "kinded_macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d"
dependencies = [
"convert_case 0.6.0",
"proc-macro2",
"quote",
"syn 2.0.68",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy_static"
2024-06-24 14:54:46 +02:00
version = "1.5.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-06-25 16:23:28 +02:00
dependencies = [
"spin 0.9.8",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "libc"
2024-06-24 14:54:46 +02:00
version = "0.2.155"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2022-04-14 08:07:59 +02:00
[[package]]
name = "libgit2-sys"
2023-05-05 14:20:50 +02:00
version = "0.13.5+1.4.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "51e5ea06c26926f1002dd553fded6cfcdc9784c1f60feeb58368b4d9b07b6dba"
2022-04-14 08:07:59 +02:00
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2024-06-24 14:54:46 +02:00
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.5.0",
"libc",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "libudev"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe"
dependencies = [
"libc",
"libudev-sys",
]
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "libz-sys"
2024-06-24 14:54:46 +02:00
version = "1.1.18"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
2022-04-14 08:07:59 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2022-12-08 16:22:20 +01:00
[[package]]
name = "linux-raw-sys"
2023-07-07 15:53:43 +02:00
version = "0.3.8"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2022-12-08 16:22:20 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
2024-06-24 14:54:46 +02:00
name = "linux-raw-sys"
version = "0.4.14"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "local-channel"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
"futures-sink",
2022-04-14 08:07:59 +02:00
"local-waker",
]
[[package]]
name = "local-waker"
2024-06-24 14:54:46 +02:00
version = "0.1.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2022-04-14 08:07:59 +02:00
[[package]]
name = "lock_api"
2024-06-24 14:54:46 +02:00
version = "0.4.12"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"autocfg",
2022-04-14 08:07:59 +02:00
"scopeguard",
]
[[package]]
name = "log"
2024-06-24 14:54:46 +02:00
version = "0.4.21"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-06-03 13:31:57 +02:00
"value-bag",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "mac_address"
2024-06-24 14:54:46 +02:00
version = "1.1.7"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8836fae9d0d4be2c8b4efcdd79e828a2faa058a90d005abf42f91cac5493a08e"
2022-04-14 08:07:59 +02:00
dependencies = [
"nix",
2023-07-07 15:51:11 +02:00
"winapi",
2022-04-14 08:07:59 +02:00
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-07-07 15:53:43 +02:00
"regex-automata 0.1.10",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "matchit"
2024-06-24 14:54:46 +02:00
version = "0.7.3"
2023-06-21 21:35:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2023-06-21 21:35:46 +02:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "maybe-async"
2024-06-24 14:54:46 +02:00
version = "0.2.10"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2023-06-03 13:31:57 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2023-06-03 13:31:57 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "md-5"
2024-06-24 14:54:46 +02:00
version = "0.10.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"cfg-if",
2023-06-01 10:41:58 +02:00
"digest",
2022-04-14 08:07:59 +02:00
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2022-04-14 08:07:59 +02:00
[[package]]
name = "memchr"
2024-06-24 14:54:46 +02:00
version = "2.7.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2022-04-14 08:07:59 +02:00
2024-08-19 08:01:24 +02:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "memoffset"
2024-06-24 14:54:46 +02:00
version = "0.9.1"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2022-11-29 15:23:45 +01:00
dependencies = [
2023-07-07 15:51:11 +02:00
"autocfg",
2022-11-29 15:23:45 +01:00
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "migration"
version = "0.1.0"
dependencies = [
"async-std",
2023-06-06 17:02:42 +02:00
"async-trait",
2023-07-07 15:51:11 +02:00
"clap",
2023-06-05 16:38:10 +02:00
"dotenv",
2023-06-11 16:21:13 +02:00
"insta",
2023-06-03 13:31:57 +02:00
"sea-orm-migration",
2023-06-11 16:21:13 +02:00
"sqlx",
2023-06-05 16:38:10 +02:00
"tracing",
"tracing-subscriber",
2023-06-03 13:31:57 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "mime"
2023-05-05 14:20:50 +02:00
version = "0.3.17"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-04-14 08:07:59 +02:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "minidom"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f45614075738ce1b77a1768912a60c0227525971b03e09122a05b8a34a2a6278"
dependencies = [
"rxml",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2024-06-24 14:54:46 +02:00
version = "0.7.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2022-04-14 08:07:59 +02:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-06-24 14:54:46 +02:00
version = "0.8.11"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-07-07 15:53:43 +02:00
"windows-sys 0.48.0",
2022-04-14 08:07:59 +02:00
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "model"
version = "0.1.0"
dependencies = [
2022-05-08 09:47:05 +02:00
"argon2",
2022-05-06 11:47:18 +02:00
"chrono",
2024-08-19 08:01:24 +02:00
"derive_more 0.99.18",
2024-06-24 14:54:46 +02:00
"email_address",
2022-05-06 16:02:38 +02:00
"fake",
2023-07-07 15:51:11 +02:00
"password-hash",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
"rand_core 0.6.4",
2022-05-06 11:47:18 +02:00
"serde",
"sqlx",
2024-06-24 14:54:46 +02:00
"sqlx-core 0.7.4",
2022-05-06 11:47:18 +02:00
"thiserror",
2023-05-05 14:20:50 +02:00
"tracing",
2024-06-24 14:54:46 +02:00
"uuid 1.9.0",
2022-11-17 16:56:08 +01:00
"validator",
2022-05-06 11:47:18 +02:00
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "native-tls"
2024-06-24 14:54:46 +02:00
version = "0.2.12"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2022-04-21 16:06:34 +02:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "nix"
2024-06-24 14:54:46 +02:00
version = "0.28.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 2.5.0",
2023-07-07 15:51:11 +02:00
"cfg-if",
2024-06-24 14:54:46 +02:00
"cfg_aliases 0.1.1",
2022-04-14 08:07:59 +02:00
"libc",
2024-08-19 08:01:24 +02:00
"memoffset 0.9.1",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "nom"
2023-05-05 14:20:50 +02:00
version = "7.1.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-04-14 08:07:59 +02:00
dependencies = [
"memchr",
"minimal-lexical",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
2023-07-07 15:51:11 +02:00
"winapi",
2022-10-31 09:28:49 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "num-bigint"
2024-06-24 14:54:46 +02:00
version = "0.4.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
2022-04-14 08:07:59 +02:00
dependencies = [
"num-integer",
"num-traits",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand 0.8.5",
"smallvec",
"zeroize",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2024-08-19 08:01:24 +02:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "num-integer"
2024-06-24 14:54:46 +02:00
version = "0.1.46"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2022-04-14 08:07:59 +02:00
dependencies = [
"num-traits",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "num-traits"
2024-06-24 14:54:46 +02:00
version = "0.2.19"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"autocfg",
2024-06-25 16:23:28 +02:00
"libm",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "num_cpus"
2023-07-07 15:53:43 +02:00
version = "1.16.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"hermit-abi 0.3.9",
2022-04-14 08:07:59 +02:00
"libc",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "nutype"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "362399c4581483ed2813c9b05dd6bcd903c60e61005c4b838c65ae755be69dd6"
dependencies = [
"nutype_macros",
]
[[package]]
name = "nutype_macros"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0625bcc0c714bdf12a451c4f6510b949abb095d98cc3cc8fe3812a8100ca6592"
dependencies = [
"cfg-if",
"kinded",
"proc-macro2",
"quote",
"syn 2.0.68",
"urlencoding",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "object"
2024-06-24 14:54:46 +02:00
version = "0.36.0"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-07-07 15:53:43 +02:00
dependencies = [
"memchr",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "oid-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
dependencies = [
"asn1-rs",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "once_cell"
2024-06-24 14:54:46 +02:00
version = "1.19.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-04-14 08:07:59 +02:00
2024-06-25 16:23:28 +02:00
[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2022-04-21 16:06:34 +02:00
[[package]]
name = "openssl"
2024-06-24 14:54:46 +02:00
version = "0.10.64"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2022-04-21 16:06:34 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 2.5.0",
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-21 16:06:34 +02:00
"foreign-types",
"libc",
"once_cell",
2022-05-09 16:17:27 +02:00
"openssl-macros",
2022-04-21 16:06:34 +02:00
"openssl-sys",
]
2022-05-09 16:17:27 +02:00
[[package]]
name = "openssl-macros"
2023-05-05 14:20:50 +02:00
version = "0.1.1"
2022-05-09 16:17:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-05-09 16:17:27 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-05-09 16:17:27 +02:00
]
2022-04-21 16:06:34 +02: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-06-24 14:54:46 +02:00
version = "0.9.102"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2022-04-21 16:06:34 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "opentelemetry"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
dependencies = [
"opentelemetry_api 0.18.0",
"opentelemetry_sdk 0.18.0",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "opentelemetry"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4b8347cc26099d3aeee044065ecc3ae11469796b4d65d065a23a584ed92a6f"
dependencies = [
2024-06-25 16:08:27 +02:00
"opentelemetry_api 0.19.0",
"opentelemetry_sdk 0.19.0",
2023-06-21 21:35:46 +02:00
]
2023-06-22 09:20:35 +02:00
[[package]]
name = "opentelemetry-http"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a819b71d6530c4297b49b3cae2939ab3a8cc1b9f382826a1bc29dd0ca3864906"
dependencies = [
"async-trait",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
"http 0.2.12",
2024-06-25 16:08:27 +02:00
"opentelemetry_api 0.19.0",
2024-06-25 16:23:28 +02:00
"reqwest 0.11.27",
2023-06-22 09:20:35 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "opentelemetry-otlp"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8af72d59a4484654ea8eb183fea5ae4eb6a41d7ac3e3bae5f4d2a282a3a7d3ca"
dependencies = [
"async-trait",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-21 21:35:46 +02:00
"futures-util",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2024-06-25 16:08:27 +02:00
"opentelemetry 0.19.0",
2023-06-22 09:20:35 +02:00
"opentelemetry-http",
2023-06-21 21:35:46 +02:00
"opentelemetry-proto",
"prost",
2024-06-25 16:23:28 +02:00
"reqwest 0.11.27",
2023-06-21 21:35:46 +02:00
"serde",
"thiserror",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-21 21:35:46 +02:00
"tonic",
]
[[package]]
name = "opentelemetry-proto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "045f8eea8c0fa19f7d48e7bc3128a39c2e5c533d5c61298c548dfefc1064474c"
dependencies = [
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-21 21:35:46 +02:00
"futures-util",
2024-06-25 16:08:27 +02:00
"opentelemetry 0.19.0",
2023-06-21 21:35:46 +02:00
"prost",
"tonic",
2023-05-05 14:20:50 +02:00
]
2023-06-22 09:20:35 +02:00
[[package]]
name = "opentelemetry-semantic-conventions"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24e33428e6bf08c6f7fcea4ddb8e358fab0fe48ab877a87c70c6ebe20f673ce5"
dependencies = [
2024-06-25 16:08:27 +02:00
"opentelemetry 0.19.0",
]
[[package]]
name = "opentelemetry_api"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
dependencies = [
"futures-channel",
"futures-util",
"indexmap 1.9.3",
"js-sys",
"once_cell",
"pin-project-lite",
"thiserror",
2023-05-05 14:20:50 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "opentelemetry_api"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed41783a5bf567688eb38372f2b7a8530f5a607a4b49d38dd7573236c23ca7e2"
dependencies = [
"fnv",
"futures-channel",
"futures-util",
2023-07-07 15:53:43 +02:00
"indexmap 1.9.3",
2023-06-21 21:35:46 +02:00
"once_cell",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-21 21:35:46 +02:00
"thiserror",
"urlencoding",
]
[[package]]
name = "opentelemetry_sdk"
2024-06-25 16:08:27 +02:00
version = "0.18.0"
2023-06-21 21:35:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-25 16:08:27 +02:00
checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
2023-06-21 21:35:46 +02:00
dependencies = [
"async-trait",
"crossbeam-channel",
"futures-channel",
"futures-executor",
"futures-util",
"once_cell",
2024-06-25 16:08:27 +02:00
"opentelemetry_api 0.18.0",
2022-04-14 08:07:59 +02:00
"percent-encoding",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-04-14 08:07:59 +02:00
"thiserror",
]
2023-06-03 13:31:57 +02:00
[[package]]
2024-06-25 16:08:27 +02:00
name = "opentelemetry_sdk"
version = "0.19.0"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-25 16:08:27 +02:00
checksum = "8b3a2a91fdbfdd4d212c0dcc2ab540de2c2bcbbd90be17de7a7daf8822d010c1"
2023-06-03 13:31:57 +02:00
dependencies = [
2024-06-25 16:08:27 +02:00
"async-trait",
"crossbeam-channel",
"dashmap",
"fnv",
"futures-channel",
"futures-executor",
"futures-util",
"once_cell",
"opentelemetry_api 0.19.0",
"percent-encoding",
"rand 0.8.5",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "ordered-multimap"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
dependencies = [
"dlv-list",
"hashbrown 0.12.3",
2023-06-03 13:31:57 +02:00
]
[[package]]
name = "os_str_bytes"
2024-06-24 14:54:46 +02:00
version = "6.6.1"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
2023-06-03 13:31:57 +02:00
[[package]]
name = "ouroboros"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2024-06-25 16:23:28 +02:00
[[package]]
name = "p256"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
]
[[package]]
name = "p384"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "parking"
2024-06-24 14:54:46 +02:00
version = "2.2.0"
2023-05-22 22:06:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2023-05-22 22:06:05 +02:00
2022-11-29 15:23:45 +01:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
2022-12-20 15:34:20 +01:00
"parking_lot_core 0.8.6",
2022-11-29 15:23:45 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "parking_lot"
2024-06-24 14:54:46 +02:00
version = "0.12.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-04-14 08:07:59 +02:00
dependencies = [
"lock_api",
2024-06-24 14:54:46 +02:00
"parking_lot_core 0.9.10",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "parking_lot_core"
2022-12-20 15:34:20 +01:00
version = "0.8.6"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-11-29 15:23:45 +01:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-11-29 15:23:45 +01:00
"instant",
"libc",
2023-05-05 14:20:50 +02:00
"redox_syscall 0.2.16",
2022-11-29 15:23:45 +01:00
"smallvec",
2023-07-07 15:51:11 +02:00
"winapi",
2022-11-29 15:23:45 +01:00
]
[[package]]
name = "parking_lot_core"
2024-06-24 14:54:46 +02:00
version = "0.9.10"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-14 08:07:59 +02:00
"libc",
2024-06-24 14:54:46 +02:00
"redox_syscall 0.5.2",
2022-04-14 08:07:59 +02:00
"smallvec",
2024-06-24 14:54:46 +02:00
"windows-targets 0.52.5",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "password-hash"
2022-10-31 09:28:49 +01:00
version = "0.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2022-04-14 08:07:59 +02:00
dependencies = [
"base64ct",
2022-11-18 16:31:52 +01:00
"rand_core 0.6.4",
2022-04-14 08:07:59 +02:00
"subtle",
]
[[package]]
name = "paste"
2024-06-24 14:54:46 +02:00
version = "1.0.15"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2022-04-14 08:07:59 +02:00
2022-12-01 17:39:06 +01:00
[[package]]
2023-06-01 22:02:47 +02:00
name = "payment-adapter"
version = "0.1.0"
dependencies = [
"actix-web",
"async-trait",
"chrono",
"config",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-01 22:02:47 +02:00
"model",
"serde",
"thiserror",
2024-06-24 14:54:46 +02:00
"toml 0.7.8",
2023-06-01 22:02:47 +02:00
"tracing",
2024-06-24 14:54:46 +02:00
"uuid 1.9.0",
2023-06-01 22:02:47 +02:00
]
[[package]]
name = "payment-pay-u"
2022-12-01 17:39:06 +01:00
version = "0.1.0"
dependencies = [
2023-05-05 14:20:50 +02:00
"async-trait",
"bincode",
"chrono",
"common_macros",
"fulfillment_adapter",
2023-06-01 22:02:47 +02:00
"payment-adapter",
2023-05-05 14:20:50 +02:00
"serde",
"serde_json",
2023-05-25 15:56:15 +02:00
"thiserror",
2023-05-05 14:20:50 +02:00
"tracing",
]
[[package]]
2023-06-01 22:02:47 +02:00
name = "payment-stripe"
2023-05-05 14:20:50 +02:00
version = "0.1.0"
dependencies = [
2023-05-22 22:06:05 +02:00
"actix-web",
2023-06-01 22:02:47 +02:00
"async-stripe",
2023-05-05 14:20:50 +02:00
"async-trait",
2024-08-19 08:01:24 +02:00
"derive_more 0.99.18",
2023-06-01 22:02:47 +02:00
"fulfillment_adapter",
"payment-adapter",
2023-06-03 13:31:57 +02:00
"plugin-api",
2023-05-05 14:20:50 +02:00
"serde",
"thiserror",
2023-07-07 15:51:11 +02:00
"tokio",
2022-12-08 16:22:20 +01:00
"tracing",
2022-12-01 17:39:06 +01:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "pcsc"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ed9d7f816b7d9ce9ddb0062dd2f393b3af31411a95a35411809b4b9116ea08"
dependencies = [
"bitflags 1.3.2",
"pcsc-sys",
]
[[package]]
name = "pcsc-sys"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09e9ba80f2c4d167f936d27594f7248bca3295921ffbfa44a24b339b6cb7403"
dependencies = [
"pkg-config",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "percent-encoding"
2024-06-24 14:54:46 +02:00
version = "2.3.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-04-14 08:07:59 +02:00
[[package]]
name = "pin-project"
2024-06-24 14:54:46 +02:00
version = "1.1.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-01 22:09:58 +01:00
"pin-project-internal",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "pin-project-internal"
2024-06-24 14:54:46 +02:00
version = "1.1.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "pin-project-lite"
2024-06-24 14:54:46 +02:00
version = "0.2.14"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-04-14 08:07:59 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-06-24 14:54:46 +02:00
[[package]]
name = "piper"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
dependencies = [
"atomic-waker",
"fastrand 2.1.0",
"futures-io",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "pkg-config"
2024-06-24 14:54:46 +02:00
version = "0.3.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2022-05-20 16:08:49 +02:00
2023-06-01 22:02:47 +02:00
[[package]]
name = "plugin-api"
version = "0.1.0"
dependencies = [
"actix-web",
"async-trait",
2023-06-03 13:31:57 +02:00
"bincode",
"cache-adapter",
2023-06-01 22:02:47 +02:00
"config",
2024-08-19 08:01:24 +02:00
"derive_more 0.99.18",
2023-06-03 13:31:57 +02:00
"event-bus-adapter",
"file-storage-adapter",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-03 13:31:57 +02:00
"payment-adapter",
"serde",
2023-06-01 22:02:47 +02:00
"thiserror",
"tracing",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
2023-07-07 15:51:11 +02:00
"autocfg",
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2023-07-07 15:51:11 +02:00
"cfg-if",
2023-06-03 13:31:57 +02:00
"concurrent-queue",
"libc",
"log",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-03 13:31:57 +02:00
"windows-sys 0.48.0",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "polling"
version = "3.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
dependencies = [
"cfg-if",
"concurrent-queue",
"hermit-abi 0.4.0",
"pin-project-lite",
"rustix 0.38.34",
"tracing",
"windows-sys 0.52.0",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "poly1305"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-04-14 08:07:59 +02:00
[[package]]
name = "ppv-lite86"
2022-11-29 15:23:45 +01:00
version = "0.2.17"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-04-14 08:07:59 +02:00
2024-06-25 16:23:28 +02:00
[[package]]
name = "primeorder"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
dependencies = [
"elliptic-curve",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "proc-macro-crate"
2024-06-24 14:54:46 +02:00
version = "3.1.0"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
2022-11-29 15:23:45 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"toml_edit 0.21.1",
2022-11-29 15:23:45 +01:00
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-05-05 14:20:50 +02:00
"syn 1.0.109",
"version_check",
2022-12-05 06:04:14 +01:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
2023-05-05 14:20:50 +02:00
"version_check",
2022-12-05 06:04:14 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "proc-macro2"
2024-06-24 14:54:46 +02:00
version = "1.0.86"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2022-04-14 08:07:59 +02:00
dependencies = [
"unicode-ident",
2022-04-14 08:07:59 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "prost"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-06-21 21:35:46 +02:00
"prost-derive",
]
[[package]]
name = "prost-derive"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
dependencies = [
"anyhow",
2023-07-07 15:51:11 +02:00
"itertools",
2023-06-21 21:35:46 +02:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
2023-05-05 14:20:50 +02:00
"syn 1.0.109",
2022-11-29 15:23:45 +01:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "qrcode"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23e719ca51966ff9f5a8436edb00d6115b3c606a0bb27c8f8ca74a38ff2b036d"
dependencies = [
"image",
]
2022-04-14 08:07:59 +02:00
[[package]]
2022-12-20 15:34:20 +01:00
name = "quanta"
version = "0.9.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8"
dependencies = [
"crossbeam-utils",
"libc",
"mach",
"once_cell",
"raw-cpuid",
2024-06-24 14:54:46 +02:00
"wasi 0.10.2+wasi-snapshot-preview1",
2022-12-20 15:34:20 +01:00
"web-sys",
2023-07-07 15:51:11 +02:00
"winapi",
2022-12-20 15:34:20 +01:00
]
2022-04-14 08:07:59 +02:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "quick-xml"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
dependencies = [
"memchr",
"serde",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "quinn"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
dependencies = [
"bytes 1.6.0",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls 0.23.10",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
dependencies = [
"bytes 1.6.0",
"rand 0.8.5",
"ring 0.17.8",
"rustc-hash",
"rustls 0.23.10",
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
dependencies = [
"libc",
"once_cell",
"socket2 0.5.7",
"tracing",
"windows-sys 0.52.0",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "quote"
2024-06-24 14:54:46 +02:00
version = "1.0.36"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2023-05-22 22:06:05 +02:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
2023-07-07 15:51:11 +02:00
"rand_hc",
2023-05-22 22:06:05 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2022-11-18 16:31:52 +01:00
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-11-18 16:31:52 +01:00
"rand_core 0.6.4",
2022-04-14 08:07:59 +02:00
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "rand_core"
2022-10-31 09:28:49 +01:00
version = "0.6.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"getrandom 0.2.15",
2022-04-14 08:07:59 +02:00
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "rauthy-client"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff5addf3e73bea9ef39c44c077335f1be5e9bfa368aaa89368879fda3e931f"
dependencies = [
"base64 0.22.1",
"bincode",
"cached",
"chacha20poly1305",
"chrono",
"jwt-simple",
"qrcode",
"rand 0.8.5",
"reqwest 0.12.5",
"ring 0.17.8",
"serde",
"serde_json",
"thiserror",
"tokio",
"tracing",
]
2022-12-20 15:34:20 +01:00
[[package]]
name = "raw-cpuid"
2023-05-05 14:20:50 +02:00
version = "10.7.0"
2022-12-20 15:34:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
2022-12-20 15:34:20 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2022-12-20 15:34:20 +01:00
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "rayon"
2024-06-24 14:54:46 +02:00
version = "1.10.0"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2022-04-14 21:40:26 +02:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-06-24 14:54:46 +02:00
version = "1.12.1"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2022-04-14 21:40:26 +02:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-06-01 10:41:58 +02:00
[[package]]
name = "redis"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
dependencies = [
"arc-swap",
"async-trait",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-06-01 10:41:58 +02:00
"combine",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-01 10:41:58 +02:00
"futures-util",
2023-07-07 15:51:11 +02:00
"itoa",
2023-06-01 10:41:58 +02:00
"percent-encoding",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-01 10:41:58 +02:00
"ryu",
"sha1_smol",
2023-07-07 15:51:11 +02:00
"tokio",
"tokio-util",
2023-06-01 10:41:58 +02:00
"url",
]
2023-05-25 15:56:15 +02:00
[[package]]
name = "redis-async"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c70d5058251eb4b8acee55aad429a7a8a4ef2b61fe1f7be39ac6cfcd2934f334"
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
"futures-channel",
"futures-sink",
"futures-util",
2023-05-25 15:56:15 +02:00
"log",
"pin-project",
2023-07-07 15:51:11 +02:00
"tokio",
"tokio-util",
2023-05-25 15:56:15 +02:00
]
2023-05-24 19:03:49 +02:00
[[package]]
2023-06-01 10:41:58 +02:00
name = "redis-async-pool"
version = "0.2.4"
2023-07-07 15:53:43 +02:00
source = "git+https://github.com/Eraden/redis-async-pool.git?branch=upgrade-dependencies#0e276aac2cf93f2b0c35cc120e100b4155433364"
2023-05-25 15:56:15 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"async-trait",
"deadpool",
"rand 0.8.5",
"redis",
2023-05-25 15:56:15 +02:00
]
2023-05-24 19:03:49 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "redox_syscall"
2022-10-31 09:28:49 +01:00
version = "0.2.16"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2022-04-14 08:07:59 +02:00
]
2023-05-05 14:20:50 +02:00
[[package]]
name = "redox_syscall"
2024-06-24 14:54:46 +02:00
version = "0.4.1"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.5.0",
2023-05-05 14:20:50 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "redox_users"
2024-06-24 14:54:46 +02:00
version = "0.4.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"getrandom 0.2.15",
"libredox",
2022-04-14 08:07:59 +02:00
"thiserror",
]
[[package]]
name = "regex"
2024-06-24 14:54:46 +02:00
version = "1.10.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2022-04-14 08:07:59 +02:00
dependencies = [
"aho-corasick",
"memchr",
2024-06-24 14:54:46 +02:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
2022-04-14 08:07:59 +02: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 14:20:50 +02:00
"regex-syntax 0.6.29",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "regex-automata"
2024-06-24 14:54:46 +02:00
version = "0.4.7"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-07-07 15:53:43 +02:00
dependencies = [
"aho-corasick",
"memchr",
2024-06-24 14:54:46 +02:00
"regex-syntax 0.8.4",
2023-07-07 15:53:43 +02:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "regex-lite"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
2022-04-14 08:07:59 +02:00
[[package]]
name = "regex-syntax"
2023-05-05 14:20:50 +02:00
version = "0.6.29"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-04-14 08:07:59 +02:00
2022-04-21 16:06:34 +02:00
[[package]]
2023-05-05 14:20:50 +02:00
name = "regex-syntax"
2024-06-24 14:54:46 +02:00
version = "0.8.4"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2022-04-21 16:06:34 +02:00
2022-11-29 15:23:45 +01:00
[[package]]
name = "rend"
2024-06-24 14:54:46 +02:00
version = "0.4.2"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
2022-11-29 15:23:45 +01:00
dependencies = [
"bytecheck",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "reqwest"
2024-06-24 14:54:46 +02:00
version = "0.11.27"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"base64 0.21.7",
"bytes 1.6.0",
2022-04-18 22:07:52 +02:00
"encoding_rs",
"futures-core",
"futures-util",
2024-08-19 08:01:24 +02:00
"h2 0.3.26",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2024-06-25 16:23:28 +02:00
"http-body 0.4.6",
"hyper 0.14.29",
2024-08-19 08:01:24 +02:00
"hyper-tls 0.5.0",
2022-04-18 22:07:52 +02:00
"ipnet",
"js-sys",
"log",
"mime",
2022-04-21 16:06:34 +02:00
"native-tls",
2022-10-31 09:28:49 +01:00
"once_cell",
2022-04-18 22:07:52 +02:00
"percent-encoding",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2024-06-25 16:08:27 +02:00
"rustls-pemfile 1.0.4",
2022-04-18 22:07:52 +02:00
"serde",
"serde_json",
2022-04-20 14:30:59 +02:00
"serde_urlencoded",
2024-06-25 16:23:28 +02:00
"sync_wrapper 0.1.2",
2024-06-24 14:54:46 +02:00
"system-configuration",
2023-07-07 15:51:11 +02:00
"tokio",
2022-04-21 16:06:34 +02:00
"tokio-native-tls",
2023-07-07 15:51:11 +02:00
"tokio-util",
2022-10-31 09:28:49 +01:00
"tower-service",
2022-04-18 22:07:52 +02:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-06-03 13:31:57 +02:00
"wasm-streams",
2022-04-18 22:07:52 +02:00
"web-sys",
2024-06-25 16:23:28 +02:00
"winreg 0.50.0",
]
[[package]]
name = "reqwest"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
dependencies = [
"async-compression",
"base64 0.22.1",
"bytes 1.6.0",
2024-08-19 08:01:24 +02:00
"encoding_rs",
2024-06-25 16:23:28 +02:00
"futures-core",
"futures-util",
2024-08-19 08:01:24 +02:00
"h2 0.4.5",
2024-06-25 16:23:28 +02:00
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
"hyper-rustls",
2024-08-19 08:01:24 +02:00
"hyper-tls 0.6.0",
2024-06-25 16:23:28 +02:00
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
2024-08-19 08:01:24 +02:00
"native-tls",
2024-06-25 16:23:28 +02:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.10",
"rustls-pemfile 2.1.2",
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 1.0.1",
2024-08-19 08:01:24 +02:00
"system-configuration",
2024-06-25 16:23:28 +02:00
"tokio",
2024-08-19 08:01:24 +02:00
"tokio-native-tls",
2024-06-25 16:23:28 +02:00
"tokio-rustls 0.26.0",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.26.3",
"winreg 0.52.0",
2022-04-14 08:07:59 +02:00
]
2023-06-01 10:41:58 +02:00
[[package]]
name = "retain_mut"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
2024-06-25 16:23:28 +02:00
[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
"hmac",
"subtle",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
2024-06-24 14:54:46 +02:00
"spin 0.5.2",
"untrusted 0.7.1",
2022-04-14 08:07:59 +02:00
"web-sys",
2023-07-07 15:51:11 +02:00
"winapi",
2022-04-14 08:07:59 +02:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom 0.2.15",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.52.0",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "rkyv"
2024-06-24 14:54:46 +02:00
version = "0.7.44"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
2022-11-29 15:23:45 +01:00
dependencies = [
2023-07-07 15:53:43 +02:00
"bitvec",
2022-11-29 15:23:45 +01:00
"bytecheck",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-11-29 15:23:45 +01:00
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
2023-07-07 15:53:43 +02:00
"tinyvec",
2024-06-24 14:54:46 +02:00
"uuid 1.9.0",
2022-11-29 15:23:45 +01:00
]
[[package]]
name = "rkyv_derive"
2024-06-24 14:54:46 +02:00
version = "0.7.44"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
2022-11-29 15:23:45 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-05-05 14:20:50 +02:00
"syn 1.0.109",
2022-11-29 15:23:45 +01:00
]
2023-06-11 16:21:13 +02:00
[[package]]
name = "ron"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
dependencies = [
"base64 0.13.1",
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2023-06-11 16:21:13 +02:00
"serde",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "rpassword"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
dependencies = [
"libc",
"winapi",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "rsa"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core 0.6.4",
"sha2",
"signature",
"spki",
"subtle",
"zeroize",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "rumqttc"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1568e15fab2d546f940ed3a21f48bbbd1c494c90c99c4481339364a497f94a9"
dependencies = [
"bytes 1.6.0",
"flume",
"futures-util",
"log",
"rustls-native-certs",
"rustls-pemfile 2.1.2",
"rustls-webpki",
"thiserror",
"tokio",
"tokio-rustls 0.25.0",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "runloop"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd"
2023-06-03 13:31:57 +02:00
[[package]]
name = "rust-ini"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2023-06-03 13:31:57 +02:00
"ordered-multimap",
]
[[package]]
name = "rust-s3"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b2ac5ff6acfbe74226fa701b5ef793aaa054055c13ebb7060ad36942956e027"
dependencies = [
"async-trait",
"aws-creds",
"aws-region",
"base64 0.13.1",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-07-07 15:51:11 +02:00
"cfg-if",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-03 13:31:57 +02:00
"hex",
"hmac",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2023-06-03 13:31:57 +02:00
"log",
"maybe-async",
"md5",
"minidom",
"percent-encoding",
"quick-xml",
2024-06-25 16:23:28 +02:00
"reqwest 0.11.27",
2023-06-03 13:31:57 +02:00
"serde",
"serde_derive",
"sha2",
"thiserror",
2024-06-24 14:54:46 +02:00
"time",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-03 13:31:57 +02:00
"tokio-stream",
"url",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "rust_decimal"
2024-06-24 14:54:46 +02:00
version = "1.35.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"arrayvec",
2022-11-29 15:23:45 +01:00
"borsh",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"num-traits",
2022-11-29 15:23:45 +01:00
"rand 0.8.5",
"rkyv",
2022-04-14 08:07:59 +02:00
"serde",
2022-11-29 15:23:45 +01:00
"serde_json",
2022-04-14 08:07:59 +02:00
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "rustc-demangle"
2024-06-24 14:54:46 +02:00
version = "0.1.24"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-07-07 15:53:43 +02:00
2024-06-25 16:23:28 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-04-14 08:07:59 +02:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2023-06-01 10:41:58 +02:00
"semver",
2022-04-18 22:07:52 +02:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "rustix"
2024-06-24 14:54:46 +02:00
version = "0.37.27"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2022-12-08 16:22:20 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2023-07-07 15:51:11 +02:00
"errno",
"io-lifetimes",
2022-12-08 16:22:20 +01:00
"libc",
2024-06-24 14:54:46 +02:00
"linux-raw-sys 0.3.8",
2023-05-05 14:20:50 +02:00
"windows-sys 0.48.0",
2022-12-08 16:22:20 +01:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "rustix"
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys 0.4.14",
"windows-sys 0.52.0",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "rustls"
2024-06-24 14:54:46 +02:00
version = "0.20.9"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"log",
2024-06-24 14:54:46 +02:00
"ring 0.16.20",
2022-12-05 06:04:14 +01:00
"sct",
"webpki",
2022-04-18 22:07:52 +02:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "rustls"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring 0.17.8",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "rustls"
version = "0.23.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
dependencies = [
"once_cell",
"ring 0.17.8",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "rustls-native-certs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.1.2",
"rustls-pki-types",
"schannel",
"security-framework",
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "rustls-pemfile"
2024-06-24 14:54:46 +02:00
version = "1.0.4"
2022-11-01 22:09:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2022-11-01 22:09:58 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"base64 0.21.7",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
"base64 0.22.1",
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
[[package]]
name = "rustls-webpki"
version = "0.102.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
dependencies = [
"ring 0.17.8",
"rustls-pki-types",
"untrusted 0.9.0",
]
2022-11-29 08:46:02 +01:00
[[package]]
name = "rustversion"
2024-06-24 14:54:46 +02:00
version = "1.0.17"
2022-11-29 08:46:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2022-11-29 08:46:02 +01:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "rxml"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a98f186c7a2f3abbffb802984b7f1dfd65dac8be1aafdaabbca4137f53f0dff7"
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-06-03 13:31:57 +02:00
"rxml_validation",
"smartstring",
]
[[package]]
name = "rxml_validation"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a197350ece202f19a166d1ad6d9d6de145e1d2a8ef47db299abe164dbd7530"
2022-04-14 08:07:59 +02:00
[[package]]
name = "ryu"
2024-06-24 14:54:46 +02:00
version = "1.0.18"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-04-14 08:07:59 +02:00
2022-04-21 16:06:34 +02:00
[[package]]
name = "schannel"
2024-06-24 14:54:46 +02:00
version = "0.1.23"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2022-04-21 16:06:34 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"windows-sys 0.52.0",
2022-04-21 16:06:34 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "scopeguard"
2024-06-24 14:54:46 +02:00
version = "1.2.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-04-14 08:07:59 +02:00
2022-04-18 22:07:52 +02:00
[[package]]
name = "sct"
2024-06-24 14:54:46 +02:00
version = "0.7.1"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ring 0.17.8",
"untrusted 0.9.0",
2022-04-18 22:07:52 +02:00
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "sea-orm"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fade86e8d41fd1a4721f84cb834f4ca2783f973cc30e6212b7fafc134f169214"
dependencies = [
"async-stream",
"async-trait",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-03 13:31:57 +02:00
"log",
"ouroboros",
"sea-orm-macros",
"sea-query",
"sea-query-binder",
"sea-strum",
"serde",
"sqlx",
"thiserror",
"tracing",
"url",
]
[[package]]
name = "sea-orm-cli"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbf34a2caf70c2e3be9bb1e674e9540f6dfd7c8f40f6f05daf3b9740e476005"
dependencies = [
"chrono",
2023-07-07 15:51:11 +02:00
"clap",
2023-06-03 13:31:57 +02:00
"dotenvy",
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]
name = "sea-orm-macros"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28936f26d62234ff0be16f80115dbdeb3237fe9c25cf18fbcd1e3b3592360f20"
dependencies = [
"bae",
"heck 0.3.3",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "sea-orm-migration"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "278d3adfd0832b6ffc17d3cfbc574d3695a5c1b38814e0bc8ac238d33f3d87cf"
dependencies = [
"async-trait",
2023-07-07 15:51:11 +02:00
"clap",
2023-06-03 13:31:57 +02:00
"dotenvy",
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-03 13:31:57 +02:00
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sea-query"
version = "0.28.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbab99b8cd878ab7786157b7eb8df96333a6807cc6e45e8888c85b51534b401a"
dependencies = [
"sea-query-derive",
]
[[package]]
name = "sea-query-binder"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cea85029985b40dfbf18318d85fe985c04db7c1b4e5e8e0a0a0cdff5f1e30f9"
dependencies = [
"sea-query",
"sqlx",
]
[[package]]
name = "sea-query-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63f62030c60f3a691f5fe251713b4e220b306e50a71e1d6f9cce1f24bb781978"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"syn 1.0.109",
"thiserror",
]
[[package]]
name = "sea-schema"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb2940bb5a10bc6cd05b450ce6cd3993e27fddd7eface2becb97fc5af3a040e"
dependencies = [
2024-06-24 14:54:46 +02:00
"futures 0.3.30",
2023-06-03 13:31:57 +02:00
"sea-query",
"sea-schema-derive",
]
[[package]]
name = "sea-schema-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56821b7076f5096b8f726e2791ad255a99c82498e08ec477a65a96c461ff1927"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "sea-strum"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
dependencies = [
"sea-strum_macros",
]
[[package]]
name = "sea-strum_macros"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"rustversion",
"syn 1.0.109",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2024-06-25 16:23:28 +02:00
[[package]]
name = "sec1"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "security-framework"
2024-06-24 14:54:46 +02:00
version = "2.11.0"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2022-04-21 16:06:34 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bitflags 2.5.0",
2022-04-21 16:06:34 +02:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-06-24 14:54:46 +02:00
version = "2.11.0"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
2022-04-21 16:06:34 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "semver"
2024-06-24 14:54:46 +02:00
version = "1.0.23"
2022-12-05 06:04:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2022-12-05 06:04:14 +01:00
2023-05-25 23:51:26 +02:00
[[package]]
2023-06-01 10:41:58 +02:00
name = "serde"
2024-06-24 14:54:46 +02:00
version = "1.0.203"
2023-05-25 23:51:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2023-05-25 23:51:26 +02:00
dependencies = [
2023-06-01 10:41:58 +02:00
"serde_derive",
2023-05-25 23:51:26 +02:00
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "serde_bytes"
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
dependencies = [
"serde",
]
[[package]]
name = "serde_cbor"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
dependencies = [
"half",
"serde",
]
[[package]]
name = "serde_cbor_2"
version = "0.12.0-dev"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b46d75f449e01f1eddbe9b00f432d616fbbd899b809c837d0fbc380496a0dd55"
dependencies = [
"half",
"serde",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "serde_derive"
2024-06-24 14:54:46 +02:00
version = "1.0.203"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "serde_json"
2024-06-24 14:54:46 +02:00
version = "1.0.117"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"itoa",
2022-04-14 08:07:59 +02:00
"ryu",
"serde",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "serde_path_to_error"
2024-06-24 14:54:46 +02:00
version = "0.1.16"
2023-05-22 22:06:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2023-05-22 22:06:05 +02:00
dependencies = [
2023-07-07 15:53:43 +02:00
"itoa",
2023-05-22 22:06:05 +02:00
"serde",
]
[[package]]
name = "serde_qs"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
dependencies = [
"percent-encoding",
"serde",
"thiserror",
]
[[package]]
name = "serde_qs"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
dependencies = [
"percent-encoding",
"serde",
"thiserror",
]
2023-05-05 14:20:50 +02:00
[[package]]
name = "serde_spanned"
2024-06-24 14:54:46 +02:00
version = "0.6.6"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
2023-05-05 14:20:50 +02:00
dependencies = [
"serde",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2023-07-07 15:51:11 +02:00
"itoa",
2022-04-14 08:07:59 +02:00
"ryu",
"serde",
]
[[package]]
2022-10-31 09:28:49 +01:00
name = "sha1"
2024-06-24 14:54:46 +02:00
version = "0.10.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-14 08:07:59 +02:00
"cpufeatures",
2023-06-01 10:41:58 +02:00
"digest",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
2024-06-24 14:54:46 +02:00
version = "0.10.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-14 08:07:59 +02:00
"cpufeatures",
2023-06-01 10:41:58 +02:00
"digest",
2022-04-14 08:07:59 +02:00
]
2022-05-01 17:20:31 +02:00
[[package]]
name = "sharded-slab"
2024-06-24 14:54:46 +02:00
version = "0.1.7"
2022-05-01 17:20:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-05-01 17:20:31 +02:00
dependencies = [
"lazy_static",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "signal-hook-registry"
2024-06-24 14:54:46 +02:00
version = "1.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core 0.6.4",
]
2023-05-05 14:20:50 +02:00
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2022-11-11 16:32:07 +01:00
[[package]]
name = "similar"
2024-06-24 14:54:46 +02:00
version = "2.5.0"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
2022-11-11 16:32:07 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "slab"
2024-06-24 14:54:46 +02:00
version = "0.4.9"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-10-31 09:28:49 +01:00
dependencies = [
2023-07-07 15:51:11 +02:00
"autocfg",
2022-10-31 09:28:49 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "smallvec"
2024-06-24 14:54:46 +02:00
version = "1.13.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-04-14 08:07:59 +02:00
2023-05-22 22:06:05 +02:00
[[package]]
name = "smart-default"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-03 13:31:57 +02:00
[[package]]
name = "smartstring"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
2023-07-07 15:51:11 +02:00
"autocfg",
2023-06-03 13:31:57 +02:00
"static_assertions",
"version_check",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "smol_str"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
dependencies = [
"serde",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "socket2"
2024-06-24 14:54:46 +02:00
version = "0.4.10"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
2023-07-07 15:51:11 +02:00
"winapi",
2022-05-05 16:30:25 +02:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "socket2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2024-06-24 14:54:46 +02:00
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2024-06-25 16:08:27 +02:00
dependencies = [
"lock_api",
]
2024-06-24 14:54:46 +02:00
2024-06-25 16:23:28 +02:00
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "sqlformat"
2024-06-24 14:54:46 +02:00
version = "0.2.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-20 15:34:20 +01:00
"nom",
2022-04-14 08:07:59 +02:00
"unicode_categories",
]
[[package]]
name = "sqlx"
2023-05-05 14:20:50 +02:00
version = "0.6.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:53:43 +02:00
"sqlx-core 0.6.3",
2022-04-14 08:07:59 +02:00
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2023-05-05 14:20:50 +02:00
version = "0.6.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ahash 0.7.8",
2023-07-07 15:53:43 +02:00
"atoi 1.0.0",
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-04-14 08:07:59 +02:00
"bigdecimal",
"bit-vec",
2024-06-24 14:54:46 +02:00
"bitflags 1.3.2",
2022-04-14 08:07:59 +02:00
"bstr",
"byteorder",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"chrono",
"crc",
"crossbeam-queue",
2023-07-07 15:51:11 +02:00
"dirs",
2022-10-31 09:28:49 +01:00
"dotenvy",
2022-04-14 08:07:59 +02:00
"either",
2024-06-24 14:54:46 +02:00
"event-listener 2.5.3",
"futures-channel",
"futures-core",
2023-07-07 15:53:43 +02:00
"futures-intrusive 0.4.2",
"futures-util",
2022-04-14 08:07:59 +02:00
"git2",
"hashlink",
"hex",
2023-06-01 10:41:58 +02:00
"hkdf",
"hmac",
2023-07-07 15:53:43 +02:00
"indexmap 1.9.3",
2022-04-14 08:07:59 +02:00
"ipnetwork",
2023-07-07 15:51:11 +02:00
"itoa",
2022-04-14 08:07:59 +02:00
"libc",
"log",
"mac_address",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"paste",
"percent-encoding",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-04-14 08:07:59 +02:00
"rust_decimal",
2024-06-25 16:08:27 +02:00
"rustls 0.20.9",
"rustls-pemfile 1.0.4",
2022-04-14 08:07:59 +02:00
"serde",
"serde_json",
2023-06-01 10:41:58 +02:00
"sha1",
"sha2",
2022-04-14 08:07:59 +02:00
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
2024-06-24 14:54:46 +02:00
"time",
2022-04-14 08:07:59 +02:00
"tokio-stream",
"url",
2024-06-24 14:54:46 +02:00
"uuid 1.9.0",
2024-06-25 16:23:28 +02:00
"webpki-roots 0.22.6",
2022-04-14 08:07:59 +02:00
"whoami",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "sqlx-core"
2024-06-24 14:54:46 +02:00
version = "0.7.4"
2023-07-07 15:53:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
2023-07-07 15:53:43 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ahash 0.8.11",
2023-07-07 15:53:43 +02:00
"atoi 2.0.0",
"byteorder",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-07-07 15:53:43 +02:00
"crossbeam-queue",
"either",
2024-06-24 14:54:46 +02:00
"event-listener 2.5.3",
2023-07-07 15:53:43 +02:00
"futures-channel",
"futures-core",
"futures-intrusive 0.5.0",
"futures-io",
"futures-util",
"hashlink",
"hex",
2024-06-24 14:54:46 +02:00
"indexmap 2.2.6",
2023-07-07 15:53:43 +02:00
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"smallvec",
"sqlformat",
"thiserror",
"tracing",
"url",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "sqlx-macros"
2023-05-05 14:20:50 +02:00
version = "0.6.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"dotenvy",
2022-04-14 08:07:59 +02:00
"either",
2023-05-05 14:20:50 +02:00
"heck 0.4.1",
2022-04-14 08:07:59 +02:00
"once_cell",
"proc-macro2",
"quote",
"serde_json",
2023-06-01 10:41:58 +02:00
"sha2",
2023-07-07 15:53:43 +02:00
"sqlx-core 0.6.3",
2022-04-14 08:07:59 +02:00
"sqlx-rt",
2023-05-05 14:20:50 +02:00
"syn 1.0.109",
2022-04-14 08:07:59 +02:00
"url",
]
[[package]]
name = "sqlx-rt"
2023-05-05 14:20:50 +02:00
version = "0.6.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2022-04-14 08:07:59 +02:00
dependencies = [
"once_cell",
2023-07-07 15:51:11 +02:00
"tokio",
2024-06-25 16:08:27 +02:00
"tokio-rustls 0.23.4",
2022-04-14 08:07:59 +02:00
]
2022-11-03 07:02:33 +01:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
2022-04-14 08:07:59 +02:00
name = "stringprep"
2024-06-24 14:54:46 +02:00
version = "0.1.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2022-04-14 08:07:59 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-06-24 14:54:46 +02:00
"unicode-properties",
2022-04-14 08:07:59 +02:00
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-06-24 14:54:46 +02:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-06-25 16:08:27 +02:00
[[package]]
name = "strum"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.68",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "subtle"
2024-06-24 14:54:46 +02:00
version = "2.6.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5"
2022-04-14 08:07:59 +02:00
2024-06-25 16:23:28 +02:00
[[package]]
name = "superboring"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbde97f499e51ef384f585dc8f8fb6a9c3a71b274b8d12469b516758e6540607"
dependencies = [
"getrandom 0.2.15",
"hmac-sha256",
"hmac-sha512",
"rand 0.8.5",
"rsa",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "syn"
2023-05-05 14:20:50 +02:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-06-24 14:54:46 +02:00
version = "2.0.68"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2022-04-14 08:07:59 +02:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "syn_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.68",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-06-25 16:23:28 +02:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2024-08-19 08:01:24 +02:00
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"unicode-xid",
]
2024-06-24 14:54:46 +02: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",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2024-06-25 16:08:27 +02:00
[[package]]
name = "tarpc"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93a1870169fb9490fb3b37df7f50782986475c33cb90955f9f9b9ae659124200"
dependencies = [
"anyhow",
"fnv",
"futures 0.3.30",
"humantime",
"opentelemetry 0.18.0",
"pin-project",
"rand 0.8.5",
"serde",
"static_assertions",
"tarpc-plugins",
"thiserror",
"tokio",
"tokio-serde",
"tokio-util",
"tracing",
"tracing-opentelemetry 0.18.0",
]
[[package]]
name = "tarpc-plugins"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8302bea2fb8a2b01b025d23414b0b4ed32a783b95e5d818c3320a8bc4baada"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-22 09:20:35 +02:00
[[package]]
name = "telemetry-plugin"
version = "0.1.0"
dependencies = [
"async-trait",
2024-06-25 16:08:27 +02:00
"opentelemetry 0.19.0",
2023-06-22 09:20:35 +02:00
"opentelemetry-otlp",
2023-07-07 15:51:11 +02:00
"opentelemetry-semantic-conventions",
2023-06-22 09:20:35 +02:00
"plugin-api",
"serde",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-22 09:20:35 +02:00
"tracing",
"tracing-bunyan-formatter",
2024-06-25 16:08:27 +02:00
"tracing-opentelemetry 0.19.0",
2023-06-22 09:20:35 +02:00
"tracing-subscriber",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "tempfile"
2024-06-24 14:54:46 +02:00
version = "3.10.1"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2022-04-21 16:06:34 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2024-06-24 14:54:46 +02:00
"fastrand 2.1.0",
"rustix 0.38.34",
"windows-sys 0.52.0",
2022-04-21 16:06:34 +02:00
]
2022-11-11 16:32:07 +01:00
[[package]]
2023-05-05 14:20:50 +02:00
name = "termcolor"
2024-06-24 14:54:46 +02:00
version = "1.4.1"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2022-11-11 16:32:07 +01:00
dependencies = [
2023-05-05 14:20:50 +02:00
"winapi-util",
2022-11-11 16:32:07 +01:00
]
2022-06-05 21:03:22 +02:00
[[package]]
name = "testx"
version = "0.1.0"
2023-06-03 13:31:57 +02:00
[[package]]
name = "textwrap"
2024-06-24 14:54:46 +02:00
version = "0.16.1"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
2023-06-03 13:31:57 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "thiserror"
2024-06-24 14:54:46 +02:00
version = "1.0.61"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2022-04-14 08:07:59 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-06-24 14:54:46 +02:00
version = "1.0.61"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "thread_local"
2024-06-24 14:54:46 +02:00
version = "1.1.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-14 08:07:59 +02:00
"once_cell",
]
[[package]]
name = "time"
2024-06-24 14:54:46 +02:00
version = "0.3.36"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"deranged",
2023-07-07 15:51:11 +02:00
"itoa",
2024-06-24 14:54:46 +02:00
"num-conv",
"powerfmt",
2022-10-31 09:28:49 +01:00
"serde",
"time-core",
2023-06-01 10:41:58 +02:00
"time-macros",
2022-04-14 08:07:59 +02:00
]
[[package]]
2022-10-31 09:28:49 +01:00
name = "time-core"
2024-06-24 14:54:46 +02:00
version = "0.1.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-04-14 08:07:59 +02:00
[[package]]
name = "time-macros"
2024-06-24 14:54:46 +02:00
version = "0.2.18"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"num-conv",
2022-10-31 09:28:49 +01:00
"time-core",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "tinyvec"
2022-04-29 20:37:41 +02:00
version = "1.6.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-29 20:37:41 +02:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-04-14 08:07:59 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-05-05 14:20:50 +02:00
version = "0.1.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-04-14 08:07:59 +02:00
[[package]]
name = "tokio"
2024-06-24 14:54:46 +02:00
version = "1.38.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:53:43 +02:00
"backtrace",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2022-04-14 08:07:59 +02:00
"libc",
2023-07-07 15:51:11 +02:00
"mio",
2022-04-14 08:07:59 +02:00
"num_cpus",
2024-06-24 14:54:46 +02:00
"parking_lot 0.12.3",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-14 08:07:59 +02:00
"signal-hook-registry",
2024-06-24 14:54:46 +02:00
"socket2 0.5.7",
2022-04-16 18:57:37 +02:00
"tokio-macros",
2023-05-05 14:20:50 +02:00
"windows-sys 0.48.0",
2022-04-14 08:07:59 +02:00
]
2023-06-01 22:02:47 +02:00
[[package]]
name = "tokio-io"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"log",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
2023-07-07 15:51:11 +02:00
"pin-project-lite",
"tokio",
2023-06-21 21:35:46 +02:00
]
2022-04-16 18:57:37 +02:00
[[package]]
name = "tokio-macros"
2024-06-24 14:54:46 +02:00
version = "2.3.0"
2022-04-16 18:57:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2022-04-16 18:57:37 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-16 18:57:37 +02:00
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "tokio-native-tls"
2023-05-05 14:20:50 +02:00
version = "0.3.1"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 14:20:50 +02:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2022-04-21 16:06:34 +02:00
dependencies = [
"native-tls",
2023-07-07 15:51:11 +02:00
"tokio",
2022-04-21 16:06:34 +02:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "tokio-rustls"
2022-05-09 16:17:27 +02:00
version = "0.23.4"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-25 16:08:27 +02:00
"rustls 0.20.9",
2023-07-07 15:51:11 +02:00
"tokio",
2022-10-31 09:28:49 +01:00
"webpki",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.4",
"rustls-pki-types",
"tokio",
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.10",
"rustls-pki-types",
"tokio",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "tokio-serde"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
dependencies = [
"bincode",
"bytes 1.6.0",
"educe",
"futures-core",
"futures-sink",
"pin-project",
"serde",
"serde_json",
]
[[package]]
2023-07-07 15:51:11 +02:00
name = "tokio-stream"
2024-06-24 14:54:46 +02:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
"futures-core",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
"tokio",
2024-08-19 08:01:24 +02:00
"tokio-util",
]
2023-06-22 09:20:35 +02:00
[[package]]
2023-07-07 15:51:11 +02:00
name = "tokio-util"
2024-06-24 14:54:46 +02:00
version = "0.7.11"
2023-06-22 09:20:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-06-22 09:20:35 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-07-07 15:51:11 +02:00
"futures-core",
"futures-sink",
"pin-project-lite",
2024-06-25 16:08:27 +02:00
"slab",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-22 09:20:35 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
2023-07-07 15:51:11 +02:00
name = "toml"
2024-06-24 14:54:46 +02:00
version = "0.7.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"serde",
2024-06-24 14:54:46 +02:00
"serde_spanned",
"toml_datetime",
"toml_edit 0.19.15",
2023-05-05 14:20:50 +02:00
]
[[package]]
name = "toml"
2024-06-24 14:54:46 +02:00
version = "0.8.14"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
2023-05-05 14:20:50 +02:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-06-24 14:54:46 +02:00
"toml_edit 0.22.14",
2023-05-05 14:20:50 +02:00
]
[[package]]
name = "toml_datetime"
2024-06-24 14:54:46 +02:00
version = "0.6.6"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2023-05-05 14:20:50 +02:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-06-24 14:54:46 +02:00
version = "0.19.15"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"indexmap 2.2.6",
2022-04-14 08:07:59 +02:00
"serde",
2023-05-05 14:20:50 +02:00
"serde_spanned",
"toml_datetime",
2024-06-24 14:54:46 +02:00
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.2.6",
"toml_datetime",
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.22.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
dependencies = [
"indexmap 2.2.6",
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.13",
2022-04-14 08:07:59 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "tonic"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
dependencies = [
"async-stream",
"async-trait",
"axum",
"base64 0.13.1",
2024-06-24 14:54:46 +02:00
"bytes 1.6.0",
2023-06-21 21:35:46 +02:00
"futures-core",
"futures-util",
2024-08-19 08:01:24 +02:00
"h2 0.3.26",
2024-06-24 14:54:46 +02:00
"http 0.2.12",
2024-06-25 16:23:28 +02:00
"http-body 0.4.6",
"hyper 0.14.29",
2023-06-21 21:35:46 +02:00
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"prost-derive",
2023-07-07 15:51:11 +02:00
"tokio",
2023-06-21 21:35:46 +02:00
"tokio-stream",
2023-07-07 15:51:11 +02:00
"tokio-util",
2023-06-21 21:35:46 +02:00
"tower",
"tower-layer",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
2023-07-07 15:53:43 +02:00
"indexmap 1.9.3",
2023-06-21 21:35:46 +02:00
"pin-project",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2023-06-21 21:35:46 +02:00
"rand 0.8.5",
"slab",
2023-07-07 15:51:11 +02:00
"tokio",
"tokio-util",
2023-06-21 21:35:46 +02:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2022-04-18 22:07:52 +02:00
[[package]]
name = "tower-service"
2022-10-31 09:28:49 +01:00
version = "0.3.2"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-04-18 22:07:52 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "tracing"
2024-06-24 14:54:46 +02:00
version = "0.1.40"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-04-14 08:07:59 +02:00
dependencies = [
"log",
2023-07-07 15:51:11 +02:00
"pin-project-lite",
2022-04-14 08:07:59 +02:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-06-24 14:54:46 +02:00
version = "0.1.27"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "tracing-bunyan-formatter"
2024-06-24 14:54:46 +02:00
version = "0.3.9"
2023-06-21 21:35:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b5c266b9ac83dedf0e0385ad78514949e6d89491269e7065bee51d2bb8ec7373"
2023-06-21 21:35:46 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ahash 0.8.11",
2023-06-21 21:35:46 +02:00
"gethostname",
"log",
"serde",
"serde_json",
2024-06-24 14:54:46 +02:00
"time",
2023-06-21 21:35:46 +02:00
"tracing",
"tracing-core",
2024-06-24 14:54:46 +02:00
"tracing-log 0.1.4",
2023-06-21 21:35:46 +02:00
"tracing-subscriber",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "tracing-core"
2024-06-24 14:54:46 +02:00
version = "0.1.32"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-06-12 06:22:27 +02:00
"once_cell",
"valuable",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
2024-06-24 14:54:46 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
dependencies = [
"log",
2024-06-24 14:54:46 +02:00
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "tracing-opentelemetry"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
dependencies = [
"once_cell",
"opentelemetry 0.18.0",
"tracing",
"tracing-core",
"tracing-subscriber",
]
2023-06-22 09:20:35 +02:00
[[package]]
name = "tracing-opentelemetry"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00a39dcf9bfc1742fa4d6215253b33a6e474be78275884c216fc2a06267b3600"
dependencies = [
"async-trait",
"once_cell",
2024-06-25 16:08:27 +02:00
"opentelemetry 0.19.0",
2023-06-22 09:20:35 +02:00
"tracing",
"tracing-core",
2024-06-24 14:54:46 +02:00
"tracing-log 0.1.4",
2023-06-22 09:20:35 +02:00
"tracing-subscriber",
]
2022-11-03 07:02:33 +01:00
[[package]]
name = "tracing-subscriber"
2024-06-24 14:54:46 +02:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
2022-10-31 09:28:49 +01:00
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
2024-06-24 14:54:46 +02:00
"tracing-log 0.2.0",
]
[[package]]
2022-12-20 15:34:20 +01:00
name = "tracing-timing"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "fbe4966d7b6ae25201de6ff9fa822afb0c9e933809187d5b82ad846ec108771b"
dependencies = [
2022-12-20 15:34:20 +01:00
"crossbeam",
"doc-comment",
"fxhash",
"hdrhistogram",
2023-07-07 15:53:43 +02:00
"indexmap 1.9.3",
2022-12-20 15:34:20 +01:00
"quanta",
"slab",
"tracing-core",
"tracing-subscriber",
2022-04-14 08:07:59 +02:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "try-lock"
2024-06-24 14:54:46 +02:00
version = "0.2.5"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-04-18 22:07:52 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "typenum"
2024-06-24 14:54:46 +02:00
version = "1.17.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode-bidi"
2024-06-24 14:54:46 +02:00
version = "0.3.15"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode-ident"
2024-06-24 14:54:46 +02:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode-normalization"
2024-06-24 14:54:46 +02:00
version = "0.1.23"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-04-14 08:07:59 +02:00
dependencies = [
"tinyvec",
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "unicode-properties"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode-segmentation"
2024-06-24 14:54:46 +02:00
version = "1.11.0"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2022-10-31 09:28:49 +01:00
2024-08-19 08:01:24 +02:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2024-06-25 16:23:28 +02:00
[[package]]
name = "universal-hash"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
dependencies = [
"crypto-common",
"subtle",
]
2023-05-05 14:20:50 +02:00
[[package]]
2024-06-24 14:54:46 +02:00
name = "untrusted"
version = "0.7.1"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2023-05-05 14:20:50 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "untrusted"
2024-06-24 14:54:46 +02:00
version = "0.9.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-04-14 08:07:59 +02:00
[[package]]
name = "url"
2024-06-24 14:54:46 +02:00
version = "2.5.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2022-04-14 08:07:59 +02:00
dependencies = [
"form_urlencoded",
2024-06-26 11:12:03 +02:00
"idna",
2022-04-14 08:07:59 +02:00
"percent-encoding",
2023-05-22 22:06:05 +02:00
"serde",
2022-04-14 08:07:59 +02:00
]
2024-06-24 14:54:46 +02:00
[[package]]
name = "url-escape"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218"
dependencies = [
"percent-encoding",
]
2023-06-21 21:35:46 +02:00
[[package]]
name = "urlencoding"
2024-06-24 14:54:46 +02:00
version = "2.1.3"
2023-06-21 21:35:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-06-21 21:35:46 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2024-06-24 14:54:46 +02:00
"getrandom 0.2.15",
2022-04-14 08:07:59 +02:00
]
2022-05-15 10:30:15 +02:00
[[package]]
name = "uuid"
2024-06-24 14:54:46 +02:00
version = "1.9.0"
2022-05-15 10:30:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5"
2022-05-15 10:30:15 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"atomic",
2024-06-24 14:54:46 +02:00
"getrandom 0.2.15",
2022-10-31 09:28:49 +01:00
"md-5",
"serde",
"sha1_smol",
2022-05-15 10:30:15 +02:00
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "validator"
2024-06-24 14:54:46 +02:00
version = "0.18.1"
2022-05-06 11:47:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "db79c75af171630a3148bd3e6d7c4f42b6a9a014c2945bc5ed0020cbb8d9478e"
2022-05-06 11:47:18 +02:00
dependencies = [
2024-06-26 11:12:03 +02:00
"idna",
2024-06-24 14:54:46 +02:00
"once_cell",
2022-05-06 11:47:18 +02:00
"regex",
"serde",
"serde_derive",
"serde_json",
"url",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-06-03 13:31:57 +02:00
[[package]]
name = "value-bag"
2024-06-24 14:54:46 +02:00
version = "1.9.0"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
2023-06-03 13:31:57 +02:00
2022-04-14 08:07:59 +02:00
[[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"
2023-05-22 22:06:05 +02:00
[[package]]
name = "waker-fn"
2024-06-24 14:54:46 +02:00
version = "1.2.0"
2023-05-22 22:06:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2023-05-22 22:06:05 +02:00
2022-04-18 22:07:52 +02:00
[[package]]
name = "want"
2023-07-07 15:53:43 +02:00
version = "0.3.1"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 15:53:43 +02:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-04-18 22:07:52 +02:00
dependencies = [
"try-lock",
]
2023-05-22 22:06:05 +02:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-12-08 16:22:20 +01:00
[[package]]
name = "wasi"
2024-06-24 14:54:46 +02:00
version = "0.10.2+wasi-snapshot-preview1"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2022-12-08 16:22:20 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-06-24 14:54:46 +02:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2024-06-25 16:23:28 +02:00
[[package]]
name = "wasix"
version = "0.12.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d"
dependencies = [
"wasi 0.11.0+wasi-snapshot-preview1",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "wasm-bindgen"
2024-06-24 14:54:46 +02:00
version = "0.2.92"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2022-04-14 08:07:59 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-14 08:07:59 +02:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-06-24 14:54:46 +02:00
version = "0.2.92"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2022-04-14 08:07:59 +02:00
dependencies = [
"bumpalo",
"log",
2022-10-31 09:28:49 +01:00
"once_cell",
2022-04-14 08:07:59 +02:00
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
"wasm-bindgen-shared",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "wasm-bindgen-futures"
2024-06-24 14:54:46 +02:00
version = "0.4.42"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2022-04-18 22:07:52 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"cfg-if",
2022-04-18 22:07:52 +02:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "wasm-bindgen-macro"
2024-06-24 14:54:46 +02:00
version = "0.2.92"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2022-04-14 08:07:59 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-06-24 14:54:46 +02:00
version = "0.2.92"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-06-24 14:54:46 +02:00
"syn 2.0.68",
2022-04-14 08:07:59 +02:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-06-24 14:54:46 +02:00
version = "0.2.92"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2022-04-14 08:07:59 +02:00
2023-06-03 13:31:57 +02:00
[[package]]
name = "wasm-streams"
2024-06-24 14:54:46 +02:00
version = "0.4.0"
2023-06-03 13:31:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-06-03 13:31:57 +02:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "web-sys"
2024-06-24 14:54:46 +02:00
version = "0.3.69"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2022-04-14 08:07:59 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "webauthn-attestation-ca"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b0f2ebaf5650ca15b515a761f31ed6477fa2312491cf632a71102ac22b82784"
dependencies = [
"base64urlsafedata 0.5.0",
"openssl",
"serde",
"tracing",
"uuid 1.9.0",
]
[[package]]
name = "webauthn-authenticator-rs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0200dacdf1e6f9e48c6d6671de3d001b0ccd30ac21df115bcc07de2ed12bef"
dependencies = [
"async-stream",
"async-trait",
"authenticator-ctap2-2021",
"base64 0.21.7",
"base64urlsafedata 0.5.0",
"bitflags 1.3.2",
"futures 0.3.30",
"hex",
"nom",
"num-derive",
"num-traits",
"openssl",
"pcsc",
"rpassword",
"serde",
"serde_bytes",
"serde_cbor_2",
"serde_json",
"tokio",
"tokio-stream",
"tracing",
"unicode-normalization",
"url",
"uuid 1.9.0",
"webauthn-rs-core",
"webauthn-rs-proto",
]
[[package]]
name = "webauthn-rs-core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1ee1dc7f4138b8fd05a74a6eae93ddaf504c5a60861f1eb95d9de3172900b3"
dependencies = [
"base64 0.21.7",
"base64urlsafedata 0.5.0",
"compact_jwt",
"der-parser",
"hex",
"nom",
"openssl",
"rand 0.8.5",
"rand_chacha 0.3.1",
"serde",
"serde_cbor_2",
"serde_json",
"thiserror",
"tracing",
"url",
"uuid 1.9.0",
"webauthn-attestation-ca",
"webauthn-rs-proto",
"x509-parser",
]
[[package]]
name = "webauthn-rs-proto"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1c6dc254607f48eec3bdb35b86b377202436859ca1e4c9290afafd7349dcc3"
dependencies = [
"base64 0.21.7",
"base64urlsafedata 0.5.0",
"serde",
"serde_json",
"url",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "webpki"
2024-06-24 14:54:46 +02:00
version = "0.22.4"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"ring 0.17.8",
"untrusted 0.9.0",
2022-04-18 22:07:52 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "webpki-roots"
2022-12-20 15:34:20 +01:00
version = "0.22.6"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"webpki",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:23:28 +02:00
[[package]]
name = "webpki-roots"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
dependencies = [
"rustls-pki-types",
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "whatlang"
version = "0.16.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "471d1c1645d361eb782a1650b1786a8fb58dd625e681a04c09f5ff7c8764a7b0"
dependencies = [
"hashbrown 0.14.5",
"once_cell",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "whoami"
2024-06-24 14:54:46 +02:00
version = "1.5.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"redox_syscall 0.4.1",
"wasite",
2022-04-14 08:07:59 +02:00
"web-sys",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2024-06-24 14:54:46 +02:00
version = "0.1.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2022-04-14 08:07:59 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"windows-sys 0.52.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-05-05 14:20:50 +02:00
[[package]]
2024-06-24 14:54:46 +02:00
name = "windows-core"
version = "0.52.0"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"windows-targets 0.52.5",
2023-05-05 14:20:50 +02:00
]
[[package]]
name = "windows-sys"
2024-06-24 14:54:46 +02:00
version = "0.48.0"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"windows-targets 0.48.5",
2023-05-05 14:20:50 +02:00
]
[[package]]
name = "windows-sys"
2024-06-24 14:54:46 +02:00
version = "0.52.0"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"windows-targets 0.52.5",
2023-05-05 14:20:50 +02:00
]
[[package]]
name = "windows-targets"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02: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",
2023-05-05 14:20:50 +02:00
]
[[package]]
name = "windows-targets"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-05-05 14:20:50 +02:00
dependencies = [
2024-06-24 14:54:46 +02: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",
2022-10-31 09:28:49 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_aarch64_msvc"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_aarch64_msvc"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_i686_gnu"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_i686_gnu"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_i686_msvc"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_i686_msvc"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_x86_64_gnu"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_x86_64_gnu"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_x86_64_msvc"
2024-06-24 14:54:46 +02:00
version = "0.48.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-05-05 14:20:50 +02:00
[[package]]
name = "windows_x86_64_msvc"
2024-06-24 14:54:46 +02:00
version = "0.52.5"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-05-05 14:20:50 +02:00
[[package]]
name = "winnow"
2024-06-24 14:54:46 +02:00
version = "0.5.40"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
2023-05-05 14:20:50 +02:00
dependencies = [
"memchr",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "winreg"
2024-06-24 14:54:46 +02:00
version = "0.50.0"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-04-18 22:07:52 +02:00
dependencies = [
2024-06-24 14:54:46 +02:00
"cfg-if",
"windows-sys 0.48.0",
2022-04-14 08:07:59 +02:00
]
2024-06-25 16:23:28 +02: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",
]
2023-07-07 15:53:43 +02:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2024-08-19 08:01:24 +02:00
[[package]]
name = "x509-parser"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"
dependencies = [
"asn1-rs",
"base64 0.13.1",
"data-encoding",
"der-parser",
"lazy_static",
"nom",
"oid-registry",
"rusticata-macros",
"thiserror",
"time",
]
2022-11-11 16:32:07 +01:00
[[package]]
2024-06-24 14:54:46 +02:00
name = "zerocopy"
version = "0.7.34"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2022-11-11 16:32:07 +01:00
dependencies = [
2024-06-24 14:54:46 +02:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
2022-11-11 16:32:07 +01:00
]
2024-06-25 16:08:27 +02:00
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2023-05-05 14:20:50 +02:00
[[package]]
name = "zstd"
2024-06-24 14:54:46 +02:00
version = "0.13.1"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
2023-05-05 14:20:50 +02:00
dependencies = [
2023-07-07 15:51:11 +02:00
"zstd-safe",
2022-04-14 08:07:59 +02:00
]
2023-05-05 14:20:50 +02:00
[[package]]
name = "zstd-safe"
2024-06-24 14:54:46 +02:00
version = "7.1.0"
2023-05-05 14:20:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
2023-05-05 14:20:50 +02:00
dependencies = [
"zstd-sys",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "zstd-sys"
2024-06-24 14:54:46 +02:00
version = "2.0.11+zstd.1.5.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-24 14:54:46 +02:00
checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4"
2022-04-14 08:07:59 +02:00
dependencies = [
"cc",
2023-05-05 14:20:50 +02:00
"pkg-config",
2022-04-14 08:07:59 +02:00
]