2020-04-05 23:33:42 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-27 17:14:41 +01:00
|
|
|
version = 3
|
2021-03-11 16:54:15 +01:00
|
|
|
|
2022-11-04 16:33:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.24.2"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2022-11-04 16:33:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-28 15:12:03 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2022-11-04 16:33:05 +01:00
|
|
|
|
2024-02-23 16:49:50 +01: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.11"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-10-14 18:10:36 +02:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-02-05 12:26:31 +01:00
|
|
|
"zerocopy",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.1.3"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"memchr",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2023-06-25 21:12:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.21"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
2023-06-25 21:12:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-31 14:24:41 +02:00
|
|
|
[[package]]
|
2023-01-23 19:29:06 +00:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2022-08-31 14:24:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-31 14:24:41 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"libc",
|
2022-08-31 14:24:41 +02:00
|
|
|
]
|
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.6.18"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2023-04-25 12:34:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2025-01-28 15:12:03 +01:00
|
|
|
"is_terminal_polyfill",
|
2023-04-25 12:34:26 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.10"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2023-04-25 12:34:26 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.6"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2023-04-25 12:34:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.1.2"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2023-04-25 12:34:26 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-04-25 12:34:26 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "3.0.7"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2023-04-25 12:34:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2025-01-28 15:12:03 +01:00
|
|
|
"once_cell",
|
|
|
|
"windows-sys 0.59.0",
|
2022-08-31 14:24:41 +02:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.95"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2022-02-17 23:28:23 +01:00
|
|
|
|
2021-03-15 22:36:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.7.1"
|
2021-03-15 22:36:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2021-03-15 22:36:41 +01:00
|
|
|
|
2024-02-29 10:57:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"cpufeatures",
|
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2020-11-20 23:37:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-03-18 19:33:15 +01:00
|
|
|
version = "0.5.2"
|
2020-11-20 23:37:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-18 19:33:15 +01:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-11-20 23:37:34 +01:00
|
|
|
|
2022-05-10 13:16:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "2.0.2"
|
2022-05-10 13:16:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
2022-05-10 13:16:57 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-07-22 18:20:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.18"
|
2022-07-22 18:20:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
2022-07-22 18:20:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-06-28 11:17:16 +01:00
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
2022-07-22 18:20:27 +02:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.6"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-06-25 21:12:26 +01:00
|
|
|
"pin-project-lite",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.6"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.85"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2021-10-14 11:50:12 +02:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
2020-04-05 23:33:42 +02:00
|
|
|
name = "autocfg"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.4.0"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2023-06-25 21:12:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aws-config"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.5.15"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "dc47e70fc35d054c8fcd296d47a61711f043ac80534a10b4f741904f81e73a90"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-credential-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-runtime",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-sdk-sso",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-sdk-ssooidc",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-sdk-sts",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2024-02-05 14:02:45 +01:00
|
|
|
"fastrand",
|
2023-06-25 21:12:26 +01:00
|
|
|
"hex",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2023-06-25 21:12:26 +01:00
|
|
|
"ring",
|
2024-02-05 12:26:31 +01:00
|
|
|
"time",
|
2023-06-25 21:12:26 +01:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2025-01-28 15:12:03 +01:00
|
|
|
"url",
|
2023-06-25 21:12:26 +01:00
|
|
|
"zeroize",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
2023-06-25 21:12:26 +01:00
|
|
|
name = "aws-credential-types"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.2.1"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
|
2023-06-25 21:12:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-runtime"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.5.4"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-credential-types",
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-eventstream",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-http",
|
2025-01-28 15:12:03 +01:00
|
|
|
"aws-smithy-runtime",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"once_cell",
|
2024-02-05 14:02:45 +01:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
2024-02-05 14:02:45 +01:00
|
|
|
"uuid",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-sdk-config"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.59.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "9e724c3a6fcb13c7b5e9f7466107ca737bc415237193effc6ac45edd98802359"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-credential-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-http",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-types",
|
2022-10-14 18:10:36 +02:00
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 14:02:45 +01:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-s3"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.71.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "705cb534fb7b620f540d2fac268d378918dc67d25b173f67edcab3851fe19392"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-credential-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-runtime",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-sigv4",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-smithy-async",
|
2022-10-14 18:10:36 +02:00
|
|
|
"aws-smithy-checksums",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-smithy-eventstream",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"fastrand",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"lru",
|
2023-06-25 21:12:26 +01:00
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
2024-02-05 14:02:45 +01:00
|
|
|
"regex-lite",
|
2025-01-28 15:12:03 +01:00
|
|
|
"sha2",
|
2022-10-14 18:10:36 +02:00
|
|
|
"tracing",
|
2023-06-25 21:12:26 +01:00
|
|
|
"url",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-25 21:12:26 +01:00
|
|
|
name = "aws-sdk-sso"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.56.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "12e057fdcb8842de9b83592a70f5b4da0ee10bc0ad278247da1425a742a444d7"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-credential-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-runtime",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-types",
|
2023-06-25 21:12:26 +01:00
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 14:02:45 +01:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-sdk-ssooidc"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.57.1"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "a120ade4a44691b3c5c2ff2fa61b14ed331fdc218397f61ab48d66593012ae2a"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-credential-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-runtime",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 14:02:45 +01:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2023-06-25 21:12:26 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-sdk-sts"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.57.0"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "115fd4fb663817ed595a5ee4f1649d7aacd861d47462323cb37576ce89271b93"
|
2023-06-25 21:12:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-http",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-types",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 14:02:45 +01:00
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aws-sigv4"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.2.7"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-credential-types",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
2023-06-25 21:12:26 +01:00
|
|
|
"bytes",
|
2024-02-05 14:02:45 +01:00
|
|
|
"crypto-bigint 0.5.5",
|
2023-05-18 13:04:17 +02:00
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
"http 1.2.0",
|
2023-05-18 13:04:17 +02:00
|
|
|
"once_cell",
|
2024-02-05 14:02:45 +01:00
|
|
|
"p256",
|
2023-05-18 13:04:17 +02:00
|
|
|
"percent-encoding",
|
2024-02-08 18:49:38 +01:00
|
|
|
"ring",
|
2023-05-18 13:04:17 +02:00
|
|
|
"sha2",
|
2024-02-05 14:02:45 +01:00
|
|
|
"subtle",
|
2024-02-05 12:26:31 +01:00
|
|
|
"time",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
2024-02-05 14:02:45 +01:00
|
|
|
"zeroize",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.2.4"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-checksums"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.62.0"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
2022-10-14 18:10:36 +02:00
|
|
|
"bytes",
|
|
|
|
"crc32c",
|
|
|
|
"crc32fast",
|
2025-01-28 15:12:03 +01:00
|
|
|
"crc64fast-nvme",
|
2022-10-14 18:10:36 +02:00
|
|
|
"hex",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2023-05-18 13:04:17 +02:00
|
|
|
"md-5",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"sha1",
|
2023-05-18 13:04:17 +02:00
|
|
|
"sha2",
|
2022-10-14 18:10:36 +02:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-eventstream"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.60.6"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-02 15:35:52 +01:00
|
|
|
"crc32fast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.60.12"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-eventstream",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-02 15:35:52 +01:00
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2022-10-14 18:10:36 +02:00
|
|
|
"once_cell",
|
2022-02-02 15:35:52 +01:00
|
|
|
"percent-encoding",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project-lite",
|
2023-06-25 21:12:26 +01:00
|
|
|
"pin-utils",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-smithy-json"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.61.2"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-smithy-query"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.60.7"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"urlencoding",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "aws-smithy-runtime"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.7.7"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2024-02-05 14:02:45 +01:00
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
2025-01-28 15:12:03 +01:00
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"httparse",
|
|
|
|
"hyper 0.14.32",
|
2024-02-05 14:02:45 +01:00
|
|
|
"hyper-rustls 0.24.2",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.21.12",
|
2024-02-05 14:02:45 +01:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-runtime-api"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.7.3"
|
2024-02-05 14:02:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
|
2024-02-05 14:02:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
"http 1.2.0",
|
2024-02-05 14:02:45 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-types"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.2.12"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"base64-simd",
|
2024-02-05 14:02:45 +01:00
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
"http 1.2.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"http-body-util",
|
2023-05-18 13:04:17 +02:00
|
|
|
"itoa",
|
|
|
|
"num-integer",
|
2024-02-05 14:02:45 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2023-05-18 13:04:17 +02:00
|
|
|
"ryu",
|
2024-02-05 14:02:45 +01:00
|
|
|
"serde",
|
2024-02-05 12:26:31 +01:00
|
|
|
"time",
|
2024-02-05 14:02:45 +01:00
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.60.9"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.3.4"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-credential-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-smithy-async",
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-smithy-runtime-api",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-smithy-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"instant",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
2022-11-04 16:33:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.74"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2022-11-04 16:33:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-11-04 16:33:05 +01:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-targets 0.52.6",
|
2022-11-04 16:33:05 +01:00
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
2020-11-22 11:04:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.13.1"
|
2020-11-22 11:04:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-11-22 11:04:33 +01:00
|
|
|
|
2023-01-23 19:14:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.21.7"
|
2020-11-22 11:04:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2020-11-22 11:04:33 +01:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64-simd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
|
|
dependencies = [
|
|
|
|
"outref",
|
|
|
|
"vsimd",
|
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "1.3.2"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2023-08-01 14:20:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.8.0"
|
2023-08-01 14:20:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2023-08-01 14:20:39 +01:00
|
|
|
|
2021-02-23 17:52:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2023-01-23 22:19:37 +00:00
|
|
|
version = "0.10.6"
|
2021-02-23 17:52:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 22:19:37 +00:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2021-02-23 17:52:28 +01:00
|
|
|
dependencies = [
|
2023-05-18 13:04:17 +02:00
|
|
|
"digest",
|
2020-04-06 21:02:15 +02:00
|
|
|
]
|
|
|
|
|
2022-07-18 17:18:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.10.4"
|
2022-07-18 17:18:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-07-18 17:18:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "3.16.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
2022-06-08 10:01:44 +02:00
|
|
|
name = "bytemuck"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.21.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
2020-04-05 23:33:42 +02:00
|
|
|
name = "byteorder"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "1.5.0"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-10-14 11:50:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.9.0"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes-utils"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.1.4"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-02 15:35:52 +01:00
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-06-15 20:20:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "1.3.0"
|
2022-06-15 20:20:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
|
2022-06-15 20:20:28 +02:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
|
|
|
|
dependencies = [
|
|
|
|
"clap 4.5.27",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"indexmap 2.7.1",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 2.0.96",
|
|
|
|
"tempfile",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-04-12 15:51:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.2.10"
|
2020-04-12 15:51:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
2021-12-15 11:26:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-01 14:20:39 +01:00
|
|
|
"libc",
|
2025-01-28 15:12:03 +01:00
|
|
|
"shlex",
|
2021-12-15 11:26:43 +01:00
|
|
|
]
|
2020-04-12 15:51:19 +02:00
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2025-01-22 21:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.39"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"android-tzdata",
|
2023-01-23 19:29:06 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-11-02 15:48:39 +01:00
|
|
|
"num-traits",
|
2022-03-06 14:50:00 +01:00
|
|
|
"serde",
|
2023-01-23 19:29:06 +00:00
|
|
|
"wasm-bindgen",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-targets 0.52.6",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2024-02-23 16:49:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "2.34.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-01-23 19:49:27 +00:00
|
|
|
"textwrap",
|
2020-11-02 15:48:39 +01:00
|
|
|
"unicode-width",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-05-18 22:24:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "4.5.27"
|
2022-05-18 22:24:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
|
2022-05-18 22:24:09 +02:00
|
|
|
dependencies = [
|
2023-04-25 12:34:26 +02:00
|
|
|
"clap_builder",
|
2022-05-18 22:24:09 +02:00
|
|
|
"clap_derive",
|
2023-04-25 12:34:26 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "4.5.27"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
2023-04-25 12:34:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-05-18 22:24:09 +02:00
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "4.5.24"
|
2022-05-18 22:24:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
2022-05-18 22:24:09 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"heck 0.5.0",
|
2022-05-18 22:24:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-05-18 22:24:09 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.7.4"
|
2022-05-18 22:24:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2022-02-22 17:34:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-25 12:34:26 +02:00
|
|
|
name = "colorchoice"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.3"
|
2022-02-22 17:34:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2022-02-22 17:34:46 +01:00
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.9.4"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.7"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2021-03-16 15:58:40 +01:00
|
|
|
[[package]]
|
2021-10-14 11:50:12 +02:00
|
|
|
name = "cpufeatures"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.17"
|
2021-03-16 15:58:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-03-16 15:58:40 +01:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32c"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.6.8"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.4.2"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc64fast-nvme"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
|
|
|
|
dependencies = [
|
|
|
|
"cbindgen",
|
|
|
|
"crc",
|
|
|
|
]
|
|
|
|
|
2021-09-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.5.14"
|
2021-09-28 08:57:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
2021-09-28 08:57:20 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"crossbeam-utils",
|
2021-09-28 08:57:20 +02:00
|
|
|
]
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.12"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"crossbeam-utils",
|
2022-06-08 10:01:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.21"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2021-02-23 21:27:28 +01:00
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"generic-array",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
2021-02-23 21:27:28 +01:00
|
|
|
]
|
|
|
|
|
2022-07-18 17:18:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2024-02-23 16:49:50 +01:00
|
|
|
"rand_core",
|
2022-07-18 17:18:47 +02:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2024-02-23 16:49:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.20.10"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.20.10"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.20.10"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-03-06 14:50:00 +01:00
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-08-01 14:20:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.3.11"
|
2023-08-01 14:20:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-08-01 14:20:39 +01:00
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2020-07-13 16:51:30 +02:00
|
|
|
]
|
|
|
|
|
2022-07-18 17:18:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.10.7"
|
2022-07-18 17:18:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-07-18 17:18:47 +02:00
|
|
|
dependencies = [
|
2023-05-18 13:04:17 +02:00
|
|
|
"block-buffer",
|
2022-07-18 17:18:47 +02:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01: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.96",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.17"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
2022-03-06 14:50:00 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.14.8"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:02:45 +01:00
|
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"der",
|
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.13.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2022-02-21 23:02:30 +01:00
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.12.3"
|
2022-02-21 23:02:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:02:45 +01:00
|
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
2022-02-21 23:02:30 +01:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint 0.4.9",
|
|
|
|
"der",
|
|
|
|
"digest",
|
|
|
|
"ff",
|
|
|
|
"generic-array",
|
|
|
|
"group",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"sec1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2022-02-21 23:02:30 +01:00
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
2022-02-21 23:02:30 +01:00
|
|
|
name = "encoding_rs"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.35"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2024-02-13 13:54:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-06-25 21:12:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "1.0.1"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-25 21:12:26 +01:00
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "err-derive"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.1"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2025-01-28 15:12:03 +01:00
|
|
|
"synstructure 0.12.6",
|
2021-10-14 11:50:12 +02:00
|
|
|
]
|
|
|
|
|
2023-01-23 19:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.10"
|
2023-01-23 19:49:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-01-23 19:49:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-01-23 19:49:27 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
2022-06-08 10:01:44 +02:00
|
|
|
name = "fallible-iterator"
|
2024-02-05 13:10:56 +01:00
|
|
|
version = "0.3.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:10:56 +01:00
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
2022-06-08 10:01:44 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.3.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2023-08-01 14:20:39 +01:00
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "ff"
|
|
|
|
version = "0.12.1"
|
2023-08-01 14:20:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:02:45 +01:00
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
2023-08-01 14:20:39 +01:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.4.2"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-02-17 23:28:23 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-07-07 17:15:53 +02:00
|
|
|
version = "1.0.7"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "1.2.1"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-01-15 19:12:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-05-17 13:01:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "format_table"
|
2023-05-17 13:06:37 +02:00
|
|
|
version = "0.1.1"
|
2023-05-17 13:01:37 +02:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-03-15 22:36:41 +01:00
|
|
|
"pin-project-lite",
|
2020-11-02 15:48:39 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "garage"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2020-04-24 10:10:01 +00:00
|
|
|
dependencies = [
|
2022-05-10 13:16:57 +02:00
|
|
|
"assert-json-diff",
|
2021-10-14 11:50:12 +02:00
|
|
|
"async-trait",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-config",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-sdk-s3",
|
2022-11-04 16:33:05 +01:00
|
|
|
"backtrace",
|
2024-02-05 12:26:31 +01:00
|
|
|
"base64 0.21.7",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-06-15 20:20:28 +02:00
|
|
|
"bytesize",
|
2022-03-11 17:35:08 +01:00
|
|
|
"chrono",
|
2023-05-17 13:01:37 +02:00
|
|
|
"format_table",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"garage_api",
|
2022-07-08 13:30:26 +02:00
|
|
|
"garage_block",
|
2022-06-08 10:01:44 +02:00
|
|
|
"garage_db",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_model",
|
2024-02-13 12:55:41 +01:00
|
|
|
"garage_net",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_rpc",
|
|
|
|
"garage_table",
|
|
|
|
"garage_util",
|
2020-11-03 12:37:16 +01:00
|
|
|
"garage_web",
|
2023-05-03 16:43:08 +02:00
|
|
|
"git-version",
|
2020-11-02 15:48:39 +01:00
|
|
|
"hex",
|
2023-05-18 13:04:17 +02:00
|
|
|
"hmac",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2024-02-05 19:57:35 +01:00
|
|
|
"http-body-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 1.6.0",
|
2024-02-05 19:57:35 +01:00
|
|
|
"hyper-util",
|
2023-05-19 12:52:14 +02:00
|
|
|
"k2v-client",
|
2021-10-14 11:50:12 +02:00
|
|
|
"kuska-sodiumoxide",
|
2024-01-15 17:18:46 +01:00
|
|
|
"mktemp",
|
2022-05-24 12:16:39 +02:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
|
|
|
"opentelemetry-prometheus",
|
2022-11-04 11:55:59 +01:00
|
|
|
"parse_duration",
|
2022-05-24 12:16:39 +02:00
|
|
|
"prometheus",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
2021-12-17 11:53:13 +01:00
|
|
|
"serde_bytes",
|
2022-05-10 13:16:57 +02:00
|
|
|
"serde_json",
|
2024-03-21 14:06:59 +01:00
|
|
|
"sha1",
|
2023-05-18 13:04:17 +02:00
|
|
|
"sha2",
|
2022-02-02 15:35:52 +01:00
|
|
|
"static_init",
|
2020-11-02 15:48:39 +01:00
|
|
|
"structopt",
|
2024-03-20 14:21:08 +01:00
|
|
|
"syslog-tracing",
|
2022-07-08 13:30:26 +02:00
|
|
|
"timeago",
|
2020-11-02 15:48:39 +01:00
|
|
|
"tokio",
|
|
|
|
"toml",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2022-08-31 14:24:41 +02:00
|
|
|
"tracing-subscriber",
|
2021-09-28 08:57:20 +02:00
|
|
|
]
|
|
|
|
|
2020-04-24 10:10:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "garage_api"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2020-04-24 10:10:01 +00:00
|
|
|
dependencies = [
|
2024-02-23 16:49:50 +01:00
|
|
|
"aes-gcm",
|
2024-02-29 10:57:07 +01:00
|
|
|
"argon2",
|
2024-02-23 16:49:50 +01:00
|
|
|
"async-compression",
|
2022-05-10 13:16:57 +02:00
|
|
|
"async-trait",
|
2024-02-05 12:26:31 +01:00
|
|
|
"base64 0.21.7",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"chrono",
|
2024-03-21 14:06:59 +01:00
|
|
|
"crc32c",
|
|
|
|
"crc32fast",
|
2022-07-18 17:18:47 +02:00
|
|
|
"crypto-common",
|
2022-09-08 15:49:17 +02:00
|
|
|
"err-derive",
|
2022-02-21 23:02:30 +01:00
|
|
|
"form_urlencoded",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2022-03-15 12:04:12 +01:00
|
|
|
"garage_block",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_model",
|
2024-02-13 12:55:41 +01:00
|
|
|
"garage_net",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_rpc",
|
|
|
|
"garage_table",
|
|
|
|
"garage_util",
|
2020-11-02 15:48:39 +01:00
|
|
|
"hex",
|
2023-05-18 13:04:17 +02:00
|
|
|
"hmac",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body-util",
|
2020-11-02 15:48:39 +01:00
|
|
|
"http-range",
|
2023-01-23 18:40:11 +00:00
|
|
|
"httpdate",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 1.6.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
"hyper-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"idna 0.5.0",
|
2023-05-18 13:04:17 +02:00
|
|
|
"md-5",
|
2022-02-21 23:02:30 +01:00
|
|
|
"multer",
|
2022-01-17 10:55:31 +01:00
|
|
|
"nom",
|
2022-02-17 23:28:23 +01:00
|
|
|
"opentelemetry",
|
2022-05-24 12:16:39 +02:00
|
|
|
"opentelemetry-prometheus",
|
2025-01-28 15:12:03 +01:00
|
|
|
"paste",
|
2020-11-02 15:48:39 +01:00
|
|
|
"percent-encoding",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2022-05-24 12:16:39 +02:00
|
|
|
"prometheus",
|
2021-05-02 22:30:56 +02:00
|
|
|
"quick-xml",
|
2020-11-02 15:48:39 +01:00
|
|
|
"roxmltree",
|
2021-05-02 22:30:56 +02:00
|
|
|
"serde",
|
2021-12-16 11:47:58 +01:00
|
|
|
"serde_bytes",
|
2022-02-21 23:02:30 +01:00
|
|
|
"serde_json",
|
2024-03-21 14:06:59 +01:00
|
|
|
"sha1",
|
2023-05-18 13:04:17 +02:00
|
|
|
"sha2",
|
2020-11-02 15:48:39 +01:00
|
|
|
"tokio",
|
2022-09-19 12:16:38 +02:00
|
|
|
"tokio-stream",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2020-11-02 15:48:39 +01:00
|
|
|
"url",
|
2020-04-24 10:10:01 +00:00
|
|
|
]
|
|
|
|
|
2022-03-15 12:04:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "garage_block"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2022-03-15 12:04:12 +01:00
|
|
|
dependencies = [
|
2022-07-08 13:30:26 +02:00
|
|
|
"arc-swap",
|
2022-07-22 18:20:27 +02:00
|
|
|
"async-compression",
|
2022-03-15 12:04:12 +01:00
|
|
|
"async-trait",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2023-09-05 13:43:38 +02:00
|
|
|
"bytesize",
|
2022-03-15 12:04:12 +01:00
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2022-06-08 10:01:44 +02:00
|
|
|
"garage_db",
|
2024-02-13 12:55:41 +01:00
|
|
|
"garage_net",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_rpc",
|
|
|
|
"garage_table",
|
|
|
|
"garage_util",
|
2022-03-15 12:04:12 +01:00
|
|
|
"hex",
|
|
|
|
"opentelemetry",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2022-03-15 12:04:12 +01:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-03-15 12:04:12 +01:00
|
|
|
"tracing",
|
2023-06-28 11:17:16 +01:00
|
|
|
"zstd",
|
2022-03-15 12:04:12 +01:00
|
|
|
]
|
|
|
|
|
2020-04-24 10:10:01 +00:00
|
|
|
[[package]]
|
2022-06-08 10:01:44 +02:00
|
|
|
name = "garage_db"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2021-12-14 13:55:11 +01:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"err-derive",
|
2022-06-08 10:01:44 +02:00
|
|
|
"heed",
|
|
|
|
"hexdump",
|
|
|
|
"mktemp",
|
2024-03-18 17:08:54 +01:00
|
|
|
"r2d2",
|
|
|
|
"r2d2_sqlite",
|
2022-06-08 10:01:44 +02:00
|
|
|
"rusqlite",
|
2022-07-08 13:30:26 +02:00
|
|
|
"tracing",
|
2021-12-14 13:55:11 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "garage_model"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2020-07-08 16:10:53 +02:00
|
|
|
dependencies = [
|
2021-03-16 15:58:40 +01:00
|
|
|
"arc-swap",
|
2021-10-14 11:50:12 +02:00
|
|
|
"async-trait",
|
2024-02-05 12:26:31 +01:00
|
|
|
"base64 0.21.7",
|
2022-05-10 13:16:57 +02:00
|
|
|
"blake2",
|
2023-08-30 11:24:01 +02:00
|
|
|
"chrono",
|
2022-09-08 15:49:17 +02:00
|
|
|
"err-derive",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2022-03-15 12:04:12 +01:00
|
|
|
"garage_block",
|
2022-06-08 10:01:44 +02:00
|
|
|
"garage_db",
|
2024-02-13 12:55:41 +01:00
|
|
|
"garage_net",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_rpc",
|
|
|
|
"garage_table",
|
|
|
|
"garage_util",
|
2020-11-02 15:48:39 +01:00
|
|
|
"hex",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2022-02-16 14:23:04 +01:00
|
|
|
"opentelemetry",
|
2024-03-14 18:21:37 +01:00
|
|
|
"parse_duration",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"tokio",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2023-06-28 11:17:16 +01:00
|
|
|
"zstd",
|
2020-04-24 10:10:01 +00:00
|
|
|
]
|
|
|
|
|
2024-02-13 12:55:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "garage_net"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2024-02-13 12:55:41 +01:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"cfg-if",
|
|
|
|
"err-derive",
|
|
|
|
"futures",
|
|
|
|
"hex",
|
|
|
|
"kuska-handshake",
|
|
|
|
"kuska-sodiumoxide",
|
|
|
|
"log",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-contrib",
|
|
|
|
"pin-project",
|
2024-02-13 13:54:37 +01:00
|
|
|
"pretty_env_logger",
|
2024-02-13 12:55:41 +01:00
|
|
|
"rand",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2024-02-13 12:55:41 +01:00
|
|
|
]
|
|
|
|
|
2020-04-24 10:10:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "garage_rpc"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2021-12-14 13:55:11 +01:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-11-07 21:12:11 +01:00
|
|
|
"bytesize",
|
2022-10-18 18:38:20 +02:00
|
|
|
"err-derive",
|
2023-09-12 17:24:51 +02:00
|
|
|
"format_table",
|
2021-12-14 13:55:11 +01:00
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2023-08-28 15:04:18 +02:00
|
|
|
"garage_db",
|
2024-02-13 12:55:41 +01:00
|
|
|
"garage_net",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_util",
|
2020-11-02 15:48:39 +01:00
|
|
|
"gethostname",
|
|
|
|
"hex",
|
2024-04-23 11:57:43 +03:00
|
|
|
"ipnet",
|
2024-02-05 13:10:56 +01:00
|
|
|
"itertools 0.12.1",
|
2022-03-06 14:50:00 +01:00
|
|
|
"k8s-openapi",
|
|
|
|
"kube",
|
2021-10-14 11:50:12 +02:00
|
|
|
"kuska-sodiumoxide",
|
2023-09-11 19:08:24 +02:00
|
|
|
"nix",
|
2022-02-16 14:23:04 +01:00
|
|
|
"opentelemetry",
|
2022-03-16 12:09:50 +01:00
|
|
|
"pnet_datalink",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2022-10-18 18:38:20 +02:00
|
|
|
"reqwest",
|
2022-03-06 14:50:00 +01:00
|
|
|
"schemars",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
2021-11-09 12:24:04 +01:00
|
|
|
"serde_bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2021-03-15 22:36:41 +01:00
|
|
|
"tokio-stream",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2020-07-08 16:10:53 +02:00
|
|
|
]
|
|
|
|
|
2020-04-24 10:10:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "garage_table"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2020-07-08 16:10:53 +02:00
|
|
|
dependencies = [
|
2022-12-14 12:28:07 +01:00
|
|
|
"arc-swap",
|
2021-10-14 11:50:12 +02:00
|
|
|
"async-trait",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2022-06-08 10:01:44 +02:00
|
|
|
"garage_db",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_rpc",
|
|
|
|
"garage_util",
|
2022-09-20 11:49:48 +02:00
|
|
|
"hex",
|
2021-01-15 19:12:08 +01:00
|
|
|
"hexdump",
|
2022-02-15 20:09:43 +01:00
|
|
|
"opentelemetry",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"tokio",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2020-04-24 10:10:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "garage_util"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2020-04-24 10:10:01 +00:00
|
|
|
dependencies = [
|
2022-09-07 18:36:46 +02:00
|
|
|
"arc-swap",
|
2022-07-08 13:30:26 +02:00
|
|
|
"async-trait",
|
2021-02-23 17:52:28 +01:00
|
|
|
"blake2",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2023-09-11 18:34:59 +02:00
|
|
|
"bytesize",
|
2021-03-15 16:21:41 +01:00
|
|
|
"chrono",
|
2023-05-18 13:04:17 +02:00
|
|
|
"digest",
|
2022-09-08 15:49:17 +02:00
|
|
|
"err-derive",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures",
|
2022-06-08 10:01:44 +02:00
|
|
|
"garage_db",
|
2024-02-13 12:55:41 +01:00
|
|
|
"garage_net",
|
2020-11-02 15:48:39 +01:00
|
|
|
"hex",
|
2023-01-03 14:44:47 +01:00
|
|
|
"hexdump",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
|
|
|
"hyper 1.6.0",
|
2022-09-07 18:36:46 +02:00
|
|
|
"lazy_static",
|
2023-01-07 13:49:15 +01:00
|
|
|
"mktemp",
|
2022-02-22 13:53:59 +01:00
|
|
|
"opentelemetry",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2023-06-13 17:34:49 +02:00
|
|
|
"rmp-serde",
|
2023-03-10 11:40:58 +00:00
|
|
|
"rustc_version",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-05-18 13:04:17 +02:00
|
|
|
"sha2",
|
2020-11-02 15:48:39 +01:00
|
|
|
"tokio",
|
|
|
|
"toml",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2021-03-19 12:19:40 +01:00
|
|
|
"xxhash-rust",
|
2020-11-02 15:48:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "garage_web"
|
2024-09-22 14:25:32 +02:00
|
|
|
version = "1.0.1"
|
2020-07-08 16:10:53 +02:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"err-derive",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures",
|
2020-11-21 17:50:19 +01:00
|
|
|
"garage_api",
|
2022-09-06 17:52:50 +02:00
|
|
|
"garage_model",
|
|
|
|
"garage_table",
|
|
|
|
"garage_util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 1.6.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
"hyper-util",
|
2022-02-22 15:21:06 +01:00
|
|
|
"opentelemetry",
|
2020-11-10 09:57:07 +01:00
|
|
|
"percent-encoding",
|
2023-09-29 18:36:50 +02:00
|
|
|
"tokio",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
2020-07-08 16:10:53 +02:00
|
|
|
]
|
|
|
|
|
2020-07-13 16:51:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.14.7"
|
2020-07-13 16:51:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-07-13 16:51:30 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2020-07-13 16:51:30 +02:00
|
|
|
]
|
|
|
|
|
2020-04-19 19:08:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2023-08-01 14:44:44 +01:00
|
|
|
version = "0.4.3"
|
2020-04-19 19:08:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:44:44 +01:00
|
|
|
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
2020-04-19 19:08:48 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
2024-02-05 12:26:31 +01:00
|
|
|
"windows-targets 0.48.5",
|
2020-04-19 19:08:48 +02:00
|
|
|
]
|
|
|
|
|
2020-04-06 19:55:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.15"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-04-06 19:55:39 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
2024-02-05 12:26:31 +01:00
|
|
|
"wasi",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2024-02-23 16:49:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2022-11-04 16:33:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.31.1"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2022-11-04 16:33:05 +01:00
|
|
|
|
2021-03-12 15:40:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "git-version"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.3.9"
|
2021-03-12 15:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
|
2021-03-12 15:40:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"git-version-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-version-macro"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.3.9"
|
2021-03-12 15:40:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
|
2021-03-12 15:40:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2021-03-12 15:40:54 +01:00
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
2021-03-12 15:40:54 +01:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.26"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-02 15:35:52 +01:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
"indexmap 2.7.1",
|
2022-02-02 15:35:52 +01:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-02-05 18:49:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.7"
|
2024-02-05 18:49:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
2024-02-05 18:49:54 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"atomic-waker",
|
2024-02-05 18:49:54 +01:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
|
|
|
"indexmap 2.7.1",
|
2022-02-02 15:35:52 +01:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-01-23 23:37:20 +00:00
|
|
|
version = "0.12.3"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 23:37:20 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-06-25 21:12:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.14.5"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
2022-06-08 10:01:44 +02:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
dependencies = [
|
|
|
|
"allocator-api2",
|
|
|
|
"equivalent",
|
|
|
|
"foldhash",
|
|
|
|
]
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.9.1"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"hashbrown 0.14.5",
|
2022-06-08 10:01:44 +02:00
|
|
|
]
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.3.3"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"unicode-segmentation",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-05-18 22:24:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.4.1"
|
2022-05-18 22:24:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-05-18 22:24:09 +02:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heed"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "269c7486ed6def5d7b59a427cec3e87b4d4dd4381d01e21c8c9f2d3985688392"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"heed-traits",
|
|
|
|
"heed-types",
|
|
|
|
"libc",
|
|
|
|
"lmdb-rkv-sys",
|
|
|
|
"once_cell",
|
|
|
|
"page_size",
|
|
|
|
"synchronoise",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heed-traits"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a53a94e5b2fd60417e83ffdfe136c39afacff0d4ac1d8d01cd66928ac610e1a2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heed-types"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a6cf0a6952fcedc992602d5cddd1e3fff091fbe87d38636e3ec23a31f32acbd"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"heed-traits",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2025-01-28 15:12:03 +01: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-01-23 19:29:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
2023-01-23 19:29:06 +00:00
|
|
|
|
2020-04-06 19:55:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-16 15:58:40 +01:00
|
|
|
version = "0.4.3"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-16 15:58:40 +01:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-04-06 19:55:39 +02:00
|
|
|
|
2020-11-20 23:37:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hexdump"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.2"
|
2020-11-20 23:37:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "cf31ab66ed8145a1c7427bd8e9b42a6131bd74ccf444f69b9e620c2e73ded832"
|
2020-11-20 23:37:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
]
|
|
|
|
|
2022-07-18 17:18:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2023-05-18 13:04:17 +02:00
|
|
|
"digest",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.5.11"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2024-02-05 12:26:31 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-02-05 12:26:31 +01:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.12"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"fnv",
|
2022-03-06 14:50:00 +01:00
|
|
|
"itoa",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.2.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"fnv",
|
2022-03-06 14:50:00 +01:00
|
|
|
"itoa",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.4.6"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2021-10-14 11:50:12 +02:00
|
|
|
"pin-project-lite",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2024-02-05 18:49:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.1"
|
2024-02-05 18:49:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-02-05 18:49:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.2"
|
2024-02-05 18:49:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-02-05 18:49:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
|
|
|
"http-body 1.0.1",
|
2021-10-14 11:50:12 +02:00
|
|
|
"pin-project-lite",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2020-05-04 13:09:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.1.5"
|
2020-05-04 13:09:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
2020-05-04 13:09:23 +00:00
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.3.1"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
2022-10-14 18:10:36 +02:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.10.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "1.0.3"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-10-14 11:50:12 +02:00
|
|
|
|
2024-02-13 13:54:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.14.32"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2020-11-02 15:48:39 +01:00
|
|
|
"httparse",
|
2023-01-23 18:40:11 +00:00
|
|
|
"httpdate",
|
2022-03-06 14:50:00 +01:00
|
|
|
"itoa",
|
2021-10-14 11:50:12 +02:00
|
|
|
"pin-project-lite",
|
2024-02-05 12:26:31 +01:00
|
|
|
"socket2",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tokio",
|
2020-11-02 15:48:39 +01:00
|
|
|
"tower-service",
|
2021-01-15 19:12:08 +01:00
|
|
|
"tracing",
|
2020-11-02 15:48:39 +01:00
|
|
|
"want",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2024-02-05 18:49:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.6.0"
|
2024-02-05 18:49:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
2024-02-05 18:49:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"h2 0.4.7",
|
|
|
|
"http 1.2.0",
|
|
|
|
"http-body 1.0.1",
|
2024-02-05 18:49:54 +01:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2025-01-28 15:12:03 +01:00
|
|
|
"smallvec",
|
2024-02-05 18:49:54 +01:00
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
2022-10-14 18:10:36 +02:00
|
|
|
name = "hyper-rustls"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.24.2"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
"hyper 0.14.32",
|
2022-10-14 18:10:36 +02:00
|
|
|
"log",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.21.12",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-native-certs 0.6.3",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tokio",
|
2023-06-25 21:12:26 +01:00
|
|
|
"tokio-rustls 0.24.1",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-02-05 19:57:35 +01:00
|
|
|
version = "0.26.0"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 19:57:35 +01:00
|
|
|
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
|
|
|
"hyper 1.6.0",
|
2024-02-05 19:57:35 +01:00
|
|
|
"hyper-util",
|
2023-05-18 13:04:17 +02:00
|
|
|
"log",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.22.4",
|
|
|
|
"rustls-native-certs 0.7.3",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pki-types",
|
2023-05-18 13:04:17 +02:00
|
|
|
"tokio",
|
2024-02-05 19:57:35 +01:00
|
|
|
"tokio-rustls 0.25.0",
|
|
|
|
"tower-service",
|
2023-05-18 13:04:17 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
2022-10-14 18:10:36 +02:00
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-14 18:10:36 +02:00
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 0.14.32",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project-lite",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tokio",
|
2022-10-14 18:10:36 +02:00
|
|
|
"tokio-io-timeout",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2023-09-29 18:36:50 +02:00
|
|
|
[[package]]
|
2024-02-05 18:49:54 +01:00
|
|
|
name = "hyper-util"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.10"
|
2023-09-29 18:36:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2023-09-29 18:36:50 +02:00
|
|
|
dependencies = [
|
2024-02-05 18:49:54 +01:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
2023-09-29 18:36:50 +02:00
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
|
|
|
"http-body 1.0.1",
|
|
|
|
"hyper 1.6.0",
|
2024-02-05 18:49:54 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
2023-09-29 18:36:50 +02:00
|
|
|
"tokio",
|
2024-02-05 18:49:54 +01:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-09-29 18:36:50 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
2023-01-23 19:29:06 +00:00
|
|
|
name = "iana-time-zone"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.61"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2023-01-23 19:29:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-02-05 12:26:31 +01:00
|
|
|
"windows-core",
|
2023-01-23 19:29:06 +00:00
|
|
|
]
|
2022-03-06 14:50:00 +01:00
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
2023-01-23 19:29:06 +00:00
|
|
|
name = "iana-time-zone-haiku"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.1.2"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"cc",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.5.0"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-25 12:34:26 +02:00
|
|
|
version = "1.9.3"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-25 12:34:26 +02:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2023-06-25 21:12:26 +01:00
|
|
|
"hashbrown 0.12.3",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2021-02-23 21:27:28 +01:00
|
|
|
[[package]]
|
2023-06-25 21:12:26 +01:00
|
|
|
name = "indexmap"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.7.1"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2021-02-23 21:27:28 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"equivalent",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hashbrown 0.15.2",
|
2021-02-23 21:27:28 +01:00
|
|
|
]
|
|
|
|
|
2024-02-23 16:49:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-01-23 19:49:27 +00:00
|
|
|
[[package]]
|
2021-02-23 21:27:28 +01:00
|
|
|
name = "instant"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.13"
|
2023-01-23 19:49:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2023-01-23 19:49:27 +00:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2021-02-23 21:27:28 +01:00
|
|
|
]
|
|
|
|
|
2022-10-18 18:38:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.11.0"
|
2022-10-18 18:38:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2022-10-18 18:38:20 +02:00
|
|
|
|
2020-11-20 23:37:34 +01:00
|
|
|
[[package]]
|
2022-03-06 14:50:00 +01:00
|
|
|
name = "ipnetwork"
|
2023-02-28 16:06:43 +01:00
|
|
|
version = "0.20.0"
|
2020-11-20 23:37:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 16:06:43 +01:00
|
|
|
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-11-20 23:37:34 +01:00
|
|
|
|
2024-02-13 13:54:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.15"
|
2024-02-13 13:54:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
|
2024-02-13 13:54:37 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"hermit-abi 0.4.0",
|
2024-02-13 13:54:37 +01:00
|
|
|
"libc",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-02-13 13:54:37 +01:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
2025-01-28 15:12:03 +01:00
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.10.5"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-02-05 13:10:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.14"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2021-12-15 11:26:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.32"
|
2021-12-15 11:26:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2021-12-15 11:26:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.77"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"once_cell",
|
2022-02-02 15:35:52 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "json-patch"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.4.0"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-08 18:49:38 +01:00
|
|
|
name = "jsonpath-rust"
|
|
|
|
version = "0.4.0"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "96acbc6188d3bd83519d053efec756aa4419de62ec47be7f28dec297f7dc9eb0"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-08 18:49:38 +01:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"regex",
|
2022-03-06 14:50:00 +01:00
|
|
|
"serde_json",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2022-05-18 22:24:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "k2v-client"
|
2023-05-22 10:47:15 +02:00
|
|
|
version = "0.0.4"
|
2022-05-18 22:24:09 +02:00
|
|
|
dependencies = [
|
2024-02-05 14:02:45 +01:00
|
|
|
"aws-sdk-config",
|
2023-06-25 21:12:26 +01:00
|
|
|
"aws-sigv4",
|
2024-02-05 12:26:31 +01:00
|
|
|
"base64 0.21.7",
|
2025-01-28 15:12:03 +01:00
|
|
|
"clap 4.5.27",
|
2023-05-17 13:01:37 +02:00
|
|
|
"format_table",
|
2023-05-18 13:04:17 +02:00
|
|
|
"hex",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2024-02-05 19:57:35 +01:00
|
|
|
"http-body-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 1.6.0",
|
2024-02-05 19:57:35 +01:00
|
|
|
"hyper-rustls 0.26.0",
|
|
|
|
"hyper-util",
|
2022-05-24 12:48:05 +02:00
|
|
|
"log",
|
2023-05-18 13:04:17 +02:00
|
|
|
"percent-encoding",
|
2022-05-18 22:24:09 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-05-18 13:04:17 +02:00
|
|
|
"sha2",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-05-18 22:24:09 +02:00
|
|
|
"tokio",
|
2023-05-18 00:07:54 +02:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2022-05-18 22:24:09 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "k8s-openapi"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.21.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "550f99d93aa4c2b25de527bce492d772caf5e21d7ac9bd4b508ba781c8d91e30"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-08 18:49:38 +01:00
|
|
|
"base64 0.21.7",
|
2022-03-06 14:50:00 +01:00
|
|
|
"chrono",
|
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kube"
|
2024-02-08 18:49:38 +01:00
|
|
|
version = "0.88.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "462fe330a0617b276ec864c2255810adcdf519ecb6844253c54074b2086a97bc"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2022-10-14 18:10:36 +02:00
|
|
|
"k8s-openapi",
|
2022-03-06 14:50:00 +01:00
|
|
|
"kube-client",
|
|
|
|
"kube-core",
|
|
|
|
"kube-derive",
|
|
|
|
"kube-runtime",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kube-client"
|
2024-02-08 18:49:38 +01:00
|
|
|
version = "0.88.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "7fe0d65dd6f3adba29cfb84f19dfe55449c7f6c35425f9d8294bec40313e0b64"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-08 18:49:38 +01:00
|
|
|
"base64 0.21.7",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-03-06 14:50:00 +01:00
|
|
|
"chrono",
|
|
|
|
"either",
|
|
|
|
"futures",
|
2024-02-08 18:49:38 +01:00
|
|
|
"home",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 0.14.32",
|
2024-02-08 18:49:38 +01:00
|
|
|
"hyper-rustls 0.24.2",
|
2022-03-06 14:50:00 +01:00
|
|
|
"hyper-timeout",
|
2024-02-08 18:49:38 +01:00
|
|
|
"jsonpath-rust",
|
2022-03-06 14:50:00 +01:00
|
|
|
"k8s-openapi",
|
|
|
|
"kube-core",
|
|
|
|
"pem",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.21.12",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pemfile 1.0.4",
|
2022-10-14 18:10:36 +02:00
|
|
|
"secrecy",
|
2022-03-06 14:50:00 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kube-core"
|
2024-02-08 18:49:38 +01:00
|
|
|
version = "0.88.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "a6b42844e9172f631b8263ea9ce003b9251da13beb1401580937ad206dd82f4c"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"form_urlencoded",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2022-03-06 14:50:00 +01:00
|
|
|
"json-patch",
|
|
|
|
"k8s-openapi",
|
|
|
|
"once_cell",
|
2022-10-14 18:10:36 +02:00
|
|
|
"schemars",
|
2022-03-06 14:50:00 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kube-derive"
|
2024-02-08 18:49:38 +01:00
|
|
|
version = "0.88.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "f5b5a111ee287bd237b8190b8c39543ea9fd22f79e9c32a36c24e08234bcda22"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_json",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kube-runtime"
|
2024-02-08 18:49:38 +01:00
|
|
|
version = "0.88.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "2bc06275064c81056fbb28ea876b3fb339d970e8132282119359afca0835c0ea"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"ahash",
|
2024-02-08 18:49:38 +01:00
|
|
|
"async-trait",
|
2022-10-14 18:10:36 +02:00
|
|
|
"backoff",
|
2022-03-06 14:50:00 +01:00
|
|
|
"derivative",
|
|
|
|
"futures",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hashbrown 0.14.5",
|
2022-03-06 14:50:00 +01:00
|
|
|
"json-patch",
|
|
|
|
"k8s-openapi",
|
|
|
|
"kube-client",
|
2025-01-28 15:12:03 +01:00
|
|
|
"parking_lot 0.12.3",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2022-03-06 14:50:00 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smallvec",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kuska-handshake"
|
|
|
|
version = "0.2.0"
|
2021-10-15 11:05:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e33da4b69f23c2ece0b3e729d079cebdc2c0206e493e42f510f500ad81c631d5"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"hex",
|
|
|
|
"kuska-sodiumoxide",
|
|
|
|
"log",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2021-10-14 11:50:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kuska-sodiumoxide"
|
|
|
|
version = "0.2.5-0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae0f8eafdd240b722243787b51fdaf8df6693fb8621d0f7061cdba574214cf88"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libsodium-sys",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.5.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-01-22 21:55:44 +00:00
|
|
|
version = "0.2.169"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-22 21:55:44 +00:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2021-10-14 11:50:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsodium-sys"
|
|
|
|
version = "0.2.7"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"walkdir",
|
|
|
|
]
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2024-03-18 17:08:54 +01:00
|
|
|
version = "0.28.0"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-18 17:08:54 +01:00
|
|
|
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-01-23 19:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.15"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2022-03-06 14:50:00 +01:00
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv-sys"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61b9ce6b3be08acefa3003c57b7565377432a89ec24476bbe72e11d101f852fe"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-02-23 21:27:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.12"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2021-02-23 21:27:28 +01:00
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2021-02-23 21:27:28 +01:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.12.5"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
]
|
2021-02-23 21:27:28 +01:00
|
|
|
|
2022-08-31 14:39:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"regex-automata 0.1.10",
|
2021-02-23 21:27:28 +01:00
|
|
|
]
|
|
|
|
|
2020-07-13 16:51:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.10.6"
|
2020-07-13 16:51:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2020-07-13 16:51:30 +02:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"cfg-if",
|
2023-05-18 13:04:17 +02:00
|
|
|
"digest",
|
2022-07-18 17:18:47 +02:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.7.4"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-02-23 21:27:28 +01:00
|
|
|
|
2022-02-21 23:02:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.3.17"
|
2022-02-21 23:02:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-02-21 23:02:30 +01:00
|
|
|
|
2022-01-17 10:55:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-11-04 16:33:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.3"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
2022-11-04 16:33:05 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"adler2",
|
2022-11-04 16:33:05 +01:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.3"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
2024-02-05 12:26:31 +01:00
|
|
|
"wasi",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.52.0",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mktemp"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.5.1"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "69fed8fbcd01affec44ac226784c6476a6006d98d13e33bc0ca7977aaf046bd8"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-02-21 23:02:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "multer"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "3.1.0"
|
2022-02-21 23:02:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
|
2022-02-21 23:02:30 +01:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-21 23:02:30 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 1.2.0",
|
2022-02-21 23:02:30 +01:00
|
|
|
"httparse",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
2024-02-08 18:49:38 +01:00
|
|
|
"spin",
|
2022-02-21 23:02:30 +01:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2023-09-11 19:08:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2025-01-22 21:55:44 +00:00
|
|
|
version = "0.29.0"
|
2023-09-11 19:08:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-22 21:55:44 +00:00
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
2023-09-11 19:08:24 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"bitflags 2.8.0",
|
2023-09-11 19:08:24 +02:00
|
|
|
"cfg-if",
|
2025-01-22 21:55:44 +00:00
|
|
|
"cfg_aliases 0.2.1",
|
2023-09-11 19:08:24 +02:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-28 16:06:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "no-std-net"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
|
|
|
|
|
2022-01-17 10:55:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "7.1.3"
|
2022-01-17 10:55:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-01-17 10:55:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
2023-01-23 19:29:06 +00:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"overload",
|
2021-03-15 22:36:41 +01:00
|
|
|
"winapi",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-11-04 11:55:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2022-11-04 11:55:59 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2022-11-04 11:55:59 +01:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.46"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"num-traits",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2022-11-04 11:55:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.45"
|
2022-11-04 11:55:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
2022-11-04 11:55:59 +01:00
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2022-11-04 11:55:59 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2022-11-04 11:55:59 +01:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.19"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "1.16.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"hermit-abi 0.3.9",
|
2022-02-02 15:35:52 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-04 16:33:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.36.7"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2022-11-04 16:33:05 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-07-07 17:15:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.20.2"
|
2020-07-07 17:15:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2020-07-07 17:15:53 +02:00
|
|
|
|
2024-02-23 16:49:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.6"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2021-09-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dashmap",
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2022-02-22 17:34:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-contrib"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85637add8f60bb4cac673469c14f47a329c6cec7365c72d72cd32f2d104a721a"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"opentelemetry",
|
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2022-02-17 23:28:23 +01:00
|
|
|
"opentelemetry",
|
|
|
|
"prost",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
2021-09-28 08:57:20 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-prometheus"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9328977e479cebe12ce0d3fcecdaea4721d234895a9440c5b5dfd113f0594ac6"
|
|
|
|
dependencies = [
|
|
|
|
"opentelemetry",
|
|
|
|
"prometheus",
|
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "2.10.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "outref"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.5.2"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
2023-05-18 13:04:17 +02:00
|
|
|
|
2023-01-23 19:29:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
2022-05-18 22:24:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2022-05-18 22:24:09 +02:00
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "page_size"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-23 21:27:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.11.2"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-02-23 21:27:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2021-03-10 16:38:31 +01:00
|
|
|
"lock_api",
|
2023-01-23 19:29:06 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.12.3"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2025-01-28 15:12:03 +01:00
|
|
|
"parking_lot_core 0.9.10",
|
2021-02-23 21:27:28 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.8.6"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2021-02-23 21:27:28 +01:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2021-02-23 21:27:28 +01:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-06-25 21:12:26 +01:00
|
|
|
"redox_syscall 0.2.16",
|
2020-11-02 15:48:39 +01:00
|
|
|
"smallvec",
|
2021-03-15 22:36:41 +01:00
|
|
|
"winapi",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.9.10"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-02-17 23:28:23 +01:00
|
|
|
"libc",
|
2025-01-28 15:12:03 +01:00
|
|
|
"redox_syscall 0.5.8",
|
2022-02-17 23:28:23 +01:00
|
|
|
"smallvec",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-targets 0.52.6",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
2022-11-04 11:55:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parse_duration"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7037e5e93e0172a5a96874380bf73bc6ecef022e26fa25f2be26864d6b3ba95d"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"num",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2024-02-29 10:57:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-01-23 23:02:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.15"
|
2023-01-23 23:02:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-01-23 23:02:22 +00:00
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "3.0.4"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"base64 0.22.1",
|
2024-02-08 18:49:38 +01:00
|
|
|
"serde",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "2.3.1"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-04-24 17:46:52 +00:00
|
|
|
|
2024-02-08 18:49:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.7.15"
|
2024-02-08 18:49:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
2024-02-08 18:49:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 2.0.11",
|
2024-02-08 18:49:38 +01:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.7.15"
|
2024-02-08 18:49:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
2024-02-08 18:49:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.7.15"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
2024-02-08 18:49:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2024-02-08 18:49:38 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.7.15"
|
2024-02-08 18:49:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
2024-02-08 18:49:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"pest",
|
|
|
|
"sha2",
|
|
|
|
]
|
2020-04-24 17:46:52 +00:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.6.5"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2025-01-28 15:12:03 +01:00
|
|
|
"indexmap 2.7.1",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
2022-01-17 10:55:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.1.8"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project-internal",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.1.8"
|
2022-01-17 10:55:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
|
2022-01-17 10:55:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-01-17 10:55:31 +01:00
|
|
|
]
|
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.16"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-07-07 17:15:53 +02:00
|
|
|
version = "0.1.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.31"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2022-03-06 14:50:00 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pnet_base"
|
2024-02-05 13:10:56 +01:00
|
|
|
version = "0.34.0"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:10:56 +01:00
|
|
|
checksum = "fe4cf6fb3ab38b68d01ab2aea03ed3d1132b4868fa4e06285f29f16da01c5f4c"
|
2023-02-28 16:06:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"no-std-net",
|
|
|
|
]
|
2022-03-06 14:50:00 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pnet_datalink"
|
2024-02-05 13:10:56 +01:00
|
|
|
version = "0.34.0"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:10:56 +01:00
|
|
|
checksum = "ad5854abf0067ebbd3967f7d45ebc8976ff577ff0c7bd101c4973ae3c70f98fe"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"ipnetwork",
|
|
|
|
"libc",
|
|
|
|
"pnet_base",
|
|
|
|
"pnet_sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pnet_sys"
|
2024-02-05 13:10:56 +01:00
|
|
|
version = "0.34.0"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:10:56 +01:00
|
|
|
checksum = "417c0becd1b573f6d544f73671070b039051e5ad819cc64aa96377b536128d00"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-02-23 16:49:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2020-04-06 19:55:39 +02:00
|
|
|
[[package]]
|
2024-02-05 12:26:31 +01:00
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2020-04-06 19:55:39 +02:00
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
2020-04-06 19:55:39 +02:00
|
|
|
name = "ppv-lite86"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.20"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2020-04-21 12:54:55 +00:00
|
|
|
|
2024-02-13 13:54:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_env_logger"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2021-01-15 19:12:08 +01:00
|
|
|
version = "1.0.4"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 19:12:08 +01:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2020-11-02 15:48:39 +01:00
|
|
|
"version_check",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2021-01-15 19:12:08 +01:00
|
|
|
version = "1.0.4"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 19:12:08 +01:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.93"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-10-14 18:10:36 +02:00
|
|
|
"unicode-ident",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2021-09-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "prometheus"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.13.4"
|
2021-09-28 08:57:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
|
2021-09-28 08:57:20 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2021-09-28 08:57:20 +02:00
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
2025-01-28 15:12:03 +01:00
|
|
|
"parking_lot 0.12.3",
|
2021-09-28 08:57:20 +02:00
|
|
|
"protobuf",
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror 1.0.69",
|
2021-09-28 08:57:20 +02:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
|
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-17 23:28:23 +01:00
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
|
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-05-18 22:24:09 +02:00
|
|
|
"heck 0.3.3",
|
2023-01-23 19:29:06 +00:00
|
|
|
"itertools 0.10.5",
|
2022-02-17 23:28:23 +01:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-23 19:29:06 +00:00
|
|
|
"itertools 0.10.5",
|
2022-02-17 23:28:23 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
|
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-17 23:28:23 +01:00
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2021-09-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "2.28.0"
|
2021-09-28 08:57:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
2021-09-28 08:57:20 +02:00
|
|
|
|
2021-05-02 22:30:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-04-23 19:51:20 +01:00
|
|
|
version = "0.26.0"
|
2021-05-02 22:30:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-23 19:51:20 +01:00
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
2021-05-02 22:30:56 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.38"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2024-03-18 17:08:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
|
|
|
version = "0.8.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2025-01-28 15:12:03 +01:00
|
|
|
"parking_lot 0.12.3",
|
2024-03-18 17:08:54 +01:00
|
|
|
"scheduled-thread-pool",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2_sqlite"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a982edf65c129796dba72f8775b292ef482b40d035e827a9825b3bc07ccc5f2"
|
|
|
|
dependencies = [
|
|
|
|
"r2d2",
|
|
|
|
"rusqlite",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-04-06 19:55:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.8.5"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-04-06 19:55:39 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2022-07-08 13:30:26 +02:00
|
|
|
]
|
|
|
|
|
2020-04-06 19:55:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.3.1"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-04-06 19:55:39 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"ppv-lite86",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand_core",
|
2022-02-22 17:34:46 +01:00
|
|
|
]
|
|
|
|
|
2020-04-06 19:55:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.6.4"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-04-06 19:55:39 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"getrandom",
|
2020-04-06 19:55:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-06 14:50:00 +01:00
|
|
|
name = "redox_syscall"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.2.16"
|
2020-04-06 19:55:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2020-04-06 19:55:39 +02:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"bitflags 1.3.2",
|
2020-04-06 19:55:39 +02:00
|
|
|
]
|
|
|
|
|
2023-06-25 21:12:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.5.8"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2023-06-25 21:12:26 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"bitflags 2.8.0",
|
2020-04-06 19:55:39 +02:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:01:49 +02:00
|
|
|
[[package]]
|
2020-04-21 12:54:55 +00:00
|
|
|
name = "regex"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.11.1"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2025-01-28 15:12:03 +01:00
|
|
|
"regex-automata 0.4.9",
|
|
|
|
"regex-syntax 0.8.5",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2022-08-31 14:39:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"regex-syntax 0.6.29",
|
2022-08-31 14:39:12 +02:00
|
|
|
]
|
|
|
|
|
2023-08-01 14:20:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.9"
|
2023-08-01 14:20:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-08-01 14:20:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2025-01-28 15:12:03 +01:00
|
|
|
"regex-syntax 0.8.5",
|
2022-08-31 14:39:12 +02:00
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.6"
|
2024-02-05 14:02:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
2024-02-05 14:02:45 +01:00
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.6.29"
|
2020-04-08 23:01:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-04-08 23:01:49 +02:00
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
2023-06-25 21:12:26 +01:00
|
|
|
name = "regex-syntax"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.5"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2022-03-06 14:50:00 +01:00
|
|
|
|
2022-10-18 18:38:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.11.27"
|
2022-10-18 18:38:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2022-10-18 18:38:20 +02:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"base64 0.21.7",
|
2022-10-18 18:38:20 +02:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 0.14.32",
|
2024-02-05 12:26:31 +01:00
|
|
|
"hyper-rustls 0.24.2",
|
2022-10-18 18:38:20 +02:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.21.12",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pemfile 1.0.4",
|
2022-10-18 18:38:20 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-02-05 12:26:31 +01:00
|
|
|
"sync_wrapper",
|
|
|
|
"system-configuration",
|
2022-10-18 18:38:20 +02:00
|
|
|
"tokio",
|
2023-06-25 21:12:26 +01:00
|
|
|
"tokio-rustls 0.24.1",
|
2022-10-18 18:38:20 +02:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-bigint 0.4.9",
|
|
|
|
"hmac",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.17.8"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2025-01-28 15:12:03 +01:00
|
|
|
"cfg-if",
|
2024-02-05 12:26:31 +01:00
|
|
|
"getrandom",
|
2022-02-02 15:35:52 +01:00
|
|
|
"libc",
|
2024-02-08 18:49:38 +01:00
|
|
|
"spin",
|
2022-02-02 15:35:52 +01:00
|
|
|
"untrusted",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.14"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2023-01-23 23:02:22 +00:00
|
|
|
"paste",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2023-01-23 23:02:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.3.0"
|
2023-01-23 23:02:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
|
2023-01-23 23:02:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-05-01 15:52:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
2024-02-05 13:10:56 +01:00
|
|
|
version = "0.19.0"
|
2020-05-01 15:52:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 13:10:56 +01:00
|
|
|
checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
|
2020-07-07 17:15:53 +02:00
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2024-03-18 17:08:54 +01:00
|
|
|
version = "0.31.0"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-18 17:08:54 +01:00
|
|
|
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"bitflags 2.8.0",
|
2022-06-08 10:01:44 +02:00
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-11-04 16:33:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.24"
|
2022-11-04 16:33:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2022-11-04 16:33:05 +01:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.1"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-01-23 19:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.38.44"
|
2023-01-23 19:49:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2023-01-23 19:49:27 +00:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"bitflags 2.8.0",
|
2023-01-23 19:49:27 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.21.12"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-webpki 0.101.7",
|
2023-06-25 21:12:26 +01:00
|
|
|
"sct",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.22.4"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pki-types",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls-webpki 0.102.8",
|
2024-02-05 19:57:35 +01:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.6.3"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.7.3"
|
2024-02-05 19:57:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
2024-02-05 19:57:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls-pemfile 2.2.0",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pki-types",
|
2022-02-02 15:35:52 +01:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "1.0.4"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"base64 0.21.7",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
2024-02-05 19:57:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.2.0"
|
2024-02-05 19:57:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2024-02-05 19:57:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.11.0"
|
2024-02-05 19:57:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
2024-02-05 19:57:35 +01:00
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.101.7"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
2024-02-08 18:49:38 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.102.8"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pki-types",
|
2023-05-18 13:04:17 +02:00
|
|
|
"untrusted",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.19"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2020-04-09 18:43:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.19"
|
2020-07-07 17:15:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2020-07-07 17:15:53 +02:00
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.27"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2024-03-18 17:08:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"parking_lot 0.12.3",
|
2024-03-18 17:08:54 +01:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.21"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"dyn-clone",
|
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.21"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "1.2.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.7.1"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"der",
|
|
|
|
"generic-array",
|
|
|
|
"pkcs8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.11.1"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"bitflags 2.8.0",
|
2022-02-02 15:35:52 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.14.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.25"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.217"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde_derive",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-07 18:10:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.11.15"
|
2020-04-07 18:10:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
|
2020-04-07 18:10:20 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
2020-04-07 18:10:20 +02:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.217"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.29.1"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2020-04-09 18:43:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.137"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2025-01-28 15:12:03 +01:00
|
|
|
"memchr",
|
2022-03-06 14:50:00 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-23 22:00:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.6.8"
|
2023-01-23 22:00:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-01-23 22:00:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-10-18 18:38:20 +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",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.9.34+deprecated"
|
2020-04-09 18:43:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2020-04-09 18:43:53 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"indexmap 2.7.1",
|
2024-02-08 18:49:38 +01:00
|
|
|
"itoa",
|
2020-11-02 15:48:39 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2024-02-08 18:49:38 +01:00
|
|
|
"unsafe-libyaml",
|
2020-04-09 18:43:53 +02:00
|
|
|
]
|
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.10.6"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-10-14 18:10:36 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-10-14 18:10:36 +02:00
|
|
|
"cpufeatures",
|
2023-05-18 13:04:17 +02:00
|
|
|
"digest",
|
2022-10-14 18:10:36 +02:00
|
|
|
]
|
|
|
|
|
2020-04-06 21:02:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.10.8"
|
2022-07-18 17:18:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-07-18 17:18:47 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-07-18 17:18:47 +02:00
|
|
|
"cpufeatures",
|
2023-05-18 13:04:17 +02:00
|
|
|
"digest",
|
2022-07-18 17:18:47 +02:00
|
|
|
]
|
|
|
|
|
2022-08-31 14:24:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.1.7"
|
2022-08-31 14:24:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2022-08-31 14:24:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.4.2"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2024-02-05 14:02:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "1.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.4.9"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-01-23 19:29:06 +00:00
|
|
|
dependencies = [
|
2023-01-23 22:04:43 +00:00
|
|
|
"autocfg",
|
2023-01-23 19:29:06 +00:00
|
|
|
]
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.13.2"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2023-08-01 14:20:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.5.8"
|
2023-08-01 14:20:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2023-08-01 14:20:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-01 14:20:39 +01:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.9.8"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2022-02-21 23:02:30 +01:00
|
|
|
[[package]]
|
2024-02-05 14:02:45 +01:00
|
|
|
name = "spki"
|
|
|
|
version = "0.6.0"
|
2022-02-21 23:02:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:02:45 +01:00
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
2022-02-21 23:02:30 +01:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "static_init"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "1.0.3"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"bitflags 1.3.2",
|
2025-01-22 21:55:44 +00:00
|
|
|
"cfg_aliases 0.1.1",
|
2022-02-02 15:35:52 +01:00
|
|
|
"libc",
|
2022-02-17 23:28:23 +01:00
|
|
|
"parking_lot 0.11.2",
|
2023-01-23 19:29:06 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-02-02 15:35:52 +01:00
|
|
|
"static_init_macro",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_init_macro"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.4"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2025-01-22 21:55:44 +00:00
|
|
|
"cfg_aliases 0.1.1",
|
2022-02-02 15:35:52 +01:00
|
|
|
"memchr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.11.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2022-03-06 14:50:00 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.26"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-05-18 22:24:09 +02:00
|
|
|
"clap 2.34.0",
|
2020-11-02 15:48:39 +01:00
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.4.18"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-05-18 22:24:09 +02:00
|
|
|
"heck 0.3.3",
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2021-02-23 17:52:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.6.1"
|
2021-02-23 17:52:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2021-02-23 17:52:28 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-05-09 14:41:58 +01:00
|
|
|
version = "1.0.109"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-09 14:41:58 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"unicode-ident",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.0.96"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-01-23 19:29:06 +00:00
|
|
|
"unicode-ident",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "synchronoise"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "1.0.1"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-queue",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.12.6"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2020-11-02 15:48:39 +01:00
|
|
|
"unicode-xid",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
|
|
|
|
2024-03-20 14:21:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syslog-tracing"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.1"
|
2024-03-20 14:21:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d349bc2df408b4bf656709a29643641cef7f1795d708f88b105c626a8f64f6e4"
|
2024-03-20 14:21:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
2024-02-05 12:26:31 +01:00
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
2024-02-05 12:26:31 +01:00
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "3.15.0"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2024-02-05 14:02:45 +01:00
|
|
|
"fastrand",
|
2025-01-28 15:12:03 +01:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
2023-06-25 21:12:26 +01:00
|
|
|
"rustix",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
2024-02-13 13:54:37 +01:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"unicode-width",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.11"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"thiserror-impl 2.0.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
2021-10-14 11:50:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.0.11"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2021-10-14 11:50:12 +02:00
|
|
|
]
|
|
|
|
|
2022-08-31 14:24:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.1.8"
|
2022-08-31 14:24:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2022-08-31 14:24:41 +02:00
|
|
|
dependencies = [
|
2023-06-25 21:12:26 +01:00
|
|
|
"cfg-if",
|
2022-08-31 14:24:41 +02:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.37"
|
2023-01-23 23:02:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2023-01-23 23:02:22 +00:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"deranged",
|
2024-02-05 12:26:31 +01:00
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
2023-01-23 19:29:06 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.1.2"
|
2023-01-23 19:29:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-01-23 19:29:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.19"
|
2023-01-23 19:29:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2023-01-23 19:29:06 +00:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"num-conv",
|
2023-01-23 19:29:06 +00:00
|
|
|
"time-core",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2022-07-08 13:30:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "timeago"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.4.2"
|
2022-07-08 13:30:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6"
|
2022-07-08 13:30:26 +02:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2020-07-07 17:15:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.8.1"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
2021-01-15 19:12:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.1.1"
|
2020-07-07 17:15:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-07-07 17:15:53 +02:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.43.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2023-06-28 11:16:41 +01:00
|
|
|
"backtrace",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
|
|
|
"mio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"parking_lot 0.12.3",
|
2021-03-15 22:36:41 +01:00
|
|
|
"pin-project-lite",
|
2020-11-02 15:48:39 +01:00
|
|
|
"signal-hook-registry",
|
2024-02-05 12:26:31 +01:00
|
|
|
"socket2",
|
2020-11-02 15:48:39 +01:00
|
|
|
"tokio-macros",
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.52.0",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.5.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.24.1"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.21.12",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-02-05 19:57:35 +01:00
|
|
|
version = "0.25.0"
|
2023-05-18 13:04:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 19:57:35 +01:00
|
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
2023-05-18 13:04:17 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"rustls 0.22.4",
|
2024-02-05 19:57:35 +01:00
|
|
|
"rustls-pki-types",
|
2023-05-18 13:04:17 +02:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-03-15 22:36:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.17"
|
2021-03-15 22:36:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2021-03-15 22:36:41 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.6.10"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-03-15 22:36:41 +01:00
|
|
|
"pin-project-lite",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.7.13"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-03-06 14:50:00 +01:00
|
|
|
"futures-core",
|
2022-09-06 19:45:00 +02:00
|
|
|
"futures-io",
|
2022-03-06 14:50:00 +01:00
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
2022-10-14 18:10:36 +02:00
|
|
|
"slab",
|
2020-11-02 15:48:39 +01:00
|
|
|
"tokio",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.19"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
2023-01-23 22:00:17 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.6.8"
|
2023-01-23 22:00:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-01-23 22:00:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.22.22"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"indexmap 2.7.1",
|
2020-11-02 15:48:39 +01:00
|
|
|
"serde",
|
2023-01-23 22:00:17 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-02-15 10:39:06 +01:00
|
|
|
"winnow",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2023-01-23 19:29:06 +00:00
|
|
|
"base64 0.13.1",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-02-17 23:28:23 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2025-01-28 15:12:03 +01:00
|
|
|
"hyper 0.14.32",
|
2022-02-17 23:28:23 +01:00
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2022-02-17 23:28:23 +01:00
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2023-01-23 19:29:06 +00:00
|
|
|
"tokio-util 0.6.10",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
2023-05-09 14:41:58 +01:00
|
|
|
"syn 1.0.109",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2023-01-23 19:29:06 +00:00
|
|
|
version = "0.4.13"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 19:29:06 +00:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-06-25 21:12:26 +01:00
|
|
|
"indexmap 1.9.3",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2022-02-02 15:35:52 +01:00
|
|
|
"pin-project-lite",
|
2023-01-23 22:04:43 +00:00
|
|
|
"rand",
|
2022-02-17 23:28:23 +01:00
|
|
|
"slab",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tokio",
|
2025-01-28 15:12:03 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2024-02-08 18:49:38 +01:00
|
|
|
version = "0.4.4"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 18:49:38 +01:00
|
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-08 18:49:38 +01:00
|
|
|
"base64 0.21.7",
|
2025-01-28 15:12:03 +01:00
|
|
|
"bitflags 2.8.0",
|
2022-09-08 15:49:17 +02:00
|
|
|
"bytes",
|
2022-03-06 14:50:00 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-01-28 15:12:03 +01:00
|
|
|
"http 0.2.12",
|
2024-02-05 18:49:54 +01:00
|
|
|
"http-body 0.4.6",
|
2022-10-14 18:10:36 +02:00
|
|
|
"http-range-header",
|
2024-02-08 18:49:38 +01:00
|
|
|
"mime",
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project-lite",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.3"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.3"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.41"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2021-01-15 19:12:08 +01:00
|
|
|
dependencies = [
|
2022-02-02 15:35:52 +01:00
|
|
|
"log",
|
2021-03-15 22:36:41 +01:00
|
|
|
"pin-project-lite",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing-attributes",
|
2021-01-15 19:12:08 +01:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.28"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.33"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2021-01-15 19:12:08 +01:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"once_cell",
|
2022-08-31 14:24:41 +02:00
|
|
|
"valuable",
|
2021-01-15 19:12:08 +01:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
2022-10-14 18:10:36 +02:00
|
|
|
"pin-project",
|
2022-02-17 23:28:23 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-08-31 14:24:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.2.0"
|
2022-08-31 14:24:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2022-08-31 14:24:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-02-05 12:26:31 +01:00
|
|
|
"once_cell",
|
2022-08-31 14:24:41 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.19"
|
2022-08-31 14:24:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2022-08-31 14:24:41 +02:00
|
|
|
dependencies = [
|
2022-08-31 14:39:12 +02:00
|
|
|
"matchers",
|
2023-01-23 19:29:06 +00:00
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
2022-08-31 14:39:12 +02:00
|
|
|
"regex",
|
2022-08-31 14:24:41 +02:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2022-08-31 14:39:12 +02:00
|
|
|
"tracing",
|
2022-08-31 14:24:41 +02:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.2.5"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2020-04-06 21:02:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "1.17.0"
|
2020-04-06 21:02:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-04-06 21:02:15 +02:00
|
|
|
|
2024-02-08 18:49:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.7"
|
2020-04-06 21:02:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
2020-04-06 21:02:15 +02:00
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.18"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
2020-04-24 17:46:52 +00:00
|
|
|
|
2022-10-14 18:10:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.0.16"
|
2022-10-14 18:10:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
2022-10-14 18:10:36 +02:00
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.24"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"tinyvec",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.12.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.14"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.6"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2024-02-23 16:49:50 +01: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",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
2024-02-08 18:49:38 +01:00
|
|
|
name = "unsafe-libyaml"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.11"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.9.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.5.4"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2021-01-15 19:12:08 +01:00
|
|
|
"form_urlencoded",
|
2025-01-28 15:12:03 +01:00
|
|
|
"idna 1.0.3",
|
2020-11-02 15:48:39 +01:00
|
|
|
"percent-encoding",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2023-06-25 21:12:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "2.1.3"
|
2023-06-25 21:12:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-06-25 21:12:26 +01:00
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.2"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-04-25 12:34:26 +02:00
|
|
|
|
2022-06-08 10:01:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "1.4.1"
|
2022-06-08 10:01:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2022-06-08 10:01:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2024-03-18 17:08:54 +01:00
|
|
|
"rand",
|
2022-06-08 10:01:44 +02:00
|
|
|
]
|
|
|
|
|
2022-08-31 14:24:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.1"
|
2022-08-31 14:24:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
2022-08-31 14:24:41 +02:00
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.9.5"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2023-05-18 13:04:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vsimd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.5.0"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-25 21:12:26 +01:00
|
|
|
version = "0.3.1"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 21:12:26 +01:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"try-lock",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-01-15 19:12:08 +01:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.100"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2025-01-28 15:12:03 +01:00
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
2022-02-02 15:35:52 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.100"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-02-02 15:35:52 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2022-10-18 18:38:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.4.50"
|
2022-10-18 18:38:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
2022-10-18 18:38:20 +02:00
|
|
|
dependencies = [
|
2023-01-23 19:29:06 +00:00
|
|
|
"cfg-if",
|
2022-10-18 18:38:20 +02:00
|
|
|
"js-sys",
|
2025-01-28 15:12:03 +01:00
|
|
|
"once_cell",
|
2022-10-18 18:38:20 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.100"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.100"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
2022-02-02 15:35:52 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.2.100"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2022-02-02 15:35:52 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.3.77"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "4.4.2"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2024-02-05 12:26:31 +01:00
|
|
|
"home",
|
2023-01-23 19:29:06 +00:00
|
|
|
"once_cell",
|
2024-02-05 12:26:31 +01:00
|
|
|
"rustix",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-07 17:15:53 +02:00
|
|
|
version = "0.3.9"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.1.9"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-sys 0.59.0",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
2024-02-05 12:26:31 +01:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-04-25 12:34:26 +02:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-04-25 12:34:26 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
2023-04-25 12:34:26 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2022-02-17 23:28:23 +01:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-02-05 12:26:31 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2022-02-17 23:28:23 +01:00
|
|
|
]
|
|
|
|
|
2023-01-23 19:29:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-01-23 19:29:06 +00:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-02-17 23:28:23 +01:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-25 12:34:26 +02:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-25 12:34:26 +02:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-25 12:34:26 +02:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2023-04-25 12:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2023-04-25 12:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-02-17 23:28:23 +01:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.48.5"
|
2022-02-17 23:28:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-02-17 23:28:23 +01:00
|
|
|
|
2024-02-05 12:26:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.52.6"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-02-05 12:26:31 +01:00
|
|
|
|
2024-02-15 10:39:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.6.25"
|
2024-02-15 10:39:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ad699df48212c6cc6eb4435f35500ac6fd3b9913324f938aea302022ce19d310"
|
2024-02-15 10:39:06 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-10-18 18:38:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-08-01 14:20:39 +01:00
|
|
|
version = "0.50.0"
|
2022-10-18 18:38:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 14:20:39 +01:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2022-10-18 18:38:20 +02:00
|
|
|
dependencies = [
|
2023-08-01 14:20:39 +01:00
|
|
|
"cfg-if",
|
2024-02-05 12:26:31 +01:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-18 18:38:20 +02:00
|
|
|
]
|
|
|
|
|
2025-01-28 15:12:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2020-05-01 15:52:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
2024-02-05 12:26:31 +01:00
|
|
|
version = "0.13.6"
|
2020-05-01 15:52:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 12:26:31 +01:00
|
|
|
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
2021-02-23 17:52:28 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-19 12:19:40 +01:00
|
|
|
name = "xxhash-rust"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.8.15"
|
2021-02-23 17:52:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
"synstructure 0.13.1",
|
|
|
|
]
|
2022-03-06 14:50:00 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-05 12:26:31 +01:00
|
|
|
name = "zerocopy"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.7.35"
|
2024-02-05 12:26:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-02-05 12:26:31 +01:00
|
|
|
dependencies = [
|
2025-01-28 15:12:03 +01:00
|
|
|
"byteorder",
|
2024-02-05 12:26:31 +01:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.7.35"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2022-03-06 14:50:00 +01:00
|
|
|
dependencies = [
|
2024-02-05 12:26:31 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-28 15:12:03 +01:00
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
"synstructure 0.13.1",
|
2022-03-06 14:50:00 +01:00
|
|
|
]
|
2021-12-15 11:26:43 +01:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "1.8.1"
|
2021-12-15 11:26:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
2022-02-02 15:35:52 +01:00
|
|
|
|
2021-12-15 11:26:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "0.13.2"
|
2021-12-15 11:26:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2021-12-15 11:26:43 +01:00
|
|
|
dependencies = [
|
2023-06-28 11:17:16 +01:00
|
|
|
"zstd-safe",
|
2021-12-15 11:26:43 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "7.2.1"
|
2021-12-15 11:26:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2021-12-15 11:26:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2025-01-28 15:12:03 +01:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2021-12-15 11:26:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 15:12:03 +01:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2021-12-15 11:26:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2022-09-03 18:37:24 +02:00
|
|
|
"pkg-config",
|
2021-12-15 11:26:43 +01:00
|
|
|
]
|