magic-nix-cache/Cargo.lock

5972 lines
140 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-02-19 16:45:06 +00:00
version = 4
2024-02-29 15:26:10 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "addr2line"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-02-29 15:26:10 +00:00
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
2024-02-29 15:26:10 +00:00
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
2024-08-08 00:44:18 +00:00
version = "0.8.11"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2024-02-29 15:26:10 +00:00
dependencies = [
"cfg-if",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
2024-02-29 15:26:10 +00:00
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "aho-corasick"
2025-02-19 16:45:06 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "allocator-api2"
2025-02-19 16:45:06 +00:00
version = "0.2.21"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-02-29 15:26:10 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
2025-02-19 16:45:06 +00:00
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2025-02-19 16:45:06 +00:00
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2025-02-19 16:45:06 +00:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "anstyle-parse"
2025-02-19 16:45:06 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-02-19 16:45:06 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "anstyle-wincon"
2025-02-19 16:45:06 +00:00
version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
dependencies = [
"anstyle",
2025-02-19 16:45:06 +00:00
"once_cell",
"windows-sys 0.59.0",
]
[[package]]
name = "anyhow"
2025-02-19 16:45:06 +00:00
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
2024-02-29 15:26:10 +00:00
[[package]]
name = "arrayvec"
2025-02-19 16:45:06 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "async-channel"
2024-08-08 00:44:18 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
dependencies = [
"concurrent-queue",
2024-08-08 00:44:18 +00:00
"event-listener-strategy",
"futures-core",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "async-compression"
2025-02-19 16:45:06 +00:00
version = "0.4.18"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
2024-02-29 15:26:10 +00:00
dependencies = [
"brotli",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"xz2",
"zstd",
"zstd-safe",
]
[[package]]
name = "async-stream"
2025-02-19 16:45:06 +00:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
2025-02-19 16:45:06 +00:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "async-trait"
2025-02-19 16:45:06 +00:00
version = "0.1.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "atoi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
]
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2024-08-08 00:44:18 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "attic"
version = "0.1.0"
2024-12-04 20:44:22 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#0a8d39427498b33c6fac4610faa2406ba83653aa"
dependencies = [
"async-stream",
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
"bytes",
"cxx",
"cxx-build",
"digest",
"displaydoc",
"ed25519-compact",
"futures",
"hex",
"lazy_static",
"log",
"nix-base32",
"pkg-config",
"regex",
"serde",
"serde_with",
"serde_yaml",
"sha2",
"tempfile",
"tokio",
2024-12-04 20:44:22 +00:00
"tracing",
"wildmatch",
"xdg",
]
[[package]]
name = "attic-client"
version = "0.1.0"
2024-12-04 20:44:22 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#0a8d39427498b33c6fac4610faa2406ba83653aa"
dependencies = [
"anyhow",
"async-channel",
"attic",
"bytes",
"clap",
"clap_complete",
"const_format",
"dialoguer",
"displaydoc",
2024-08-08 00:44:18 +00:00
"enum-as-inner",
"futures",
"humantime",
"indicatif",
"lazy_static",
"notify",
"regex",
"reqwest",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
"xdg",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "attic-server"
version = "0.1.0"
2024-12-04 20:44:22 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#0a8d39427498b33c6fac4610faa2406ba83653aa"
dependencies = [
2024-02-29 15:26:10 +00:00
"anyhow",
"async-compression",
"async-stream",
"async-trait",
2024-02-29 15:26:10 +00:00
"attic",
"attic-token",
"aws-config",
"aws-sdk-s3",
2025-02-19 16:45:06 +00:00
"axum 0.7.9",
2024-02-29 15:26:10 +00:00
"axum-macros",
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
"bytes",
2024-02-29 15:26:10 +00:00
"chrono",
"clap",
"console-subscriber",
"derivative",
"digest",
"displaydoc",
2024-08-08 00:44:18 +00:00
"enum-as-inner",
2024-02-29 15:26:10 +00:00
"fastcdc",
"futures",
"hex",
2024-08-08 00:44:18 +00:00
"http-body-util",
2024-02-29 15:26:10 +00:00
"humantime",
"humantime-serde",
"itoa",
"maybe-owned",
2024-02-29 15:26:10 +00:00
"rand",
"regex",
2024-02-29 15:26:10 +00:00
"ryu",
"sea-orm",
"sea-orm-migration",
"serde",
"serde_json",
2024-02-29 15:26:10 +00:00
"serde_with",
"sha2",
"tokio",
2024-02-29 15:26:10 +00:00
"tokio-util",
"toml",
"tower-http",
"tracing",
"tracing-error",
"tracing-subscriber",
"uuid",
"xdg",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "attic-token"
version = "0.1.0"
2024-12-04 20:44:22 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#0a8d39427498b33c6fac4610faa2406ba83653aa"
2024-02-29 15:26:10 +00:00
dependencies = [
"attic",
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
2024-02-29 15:26:10 +00:00
"chrono",
"displaydoc",
2025-02-19 16:45:06 +00:00
"indexmap 2.7.1",
"jwt-simple",
2024-02-29 15:26:10 +00:00
"lazy_static",
"regex",
"serde",
"serde_with",
"tracing",
]
[[package]]
name = "autocfg"
2025-02-19 16:45:06 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-config"
2025-02-19 16:45:06 +00:00
version = "1.5.16"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-sdk-sso",
"aws-sdk-ssooidc",
2024-02-29 15:26:10 +00:00
"aws-sdk-sts",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand",
2024-02-29 15:26:10 +00:00
"hex",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"ring",
2024-02-29 15:26:10 +00:00
"time",
"tokio",
2024-02-29 15:26:10 +00:00
"tracing",
2024-08-08 00:44:18 +00:00
"url",
2024-02-29 15:26:10 +00:00
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-credential-types"
2025-02-19 16:45:06 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-async",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"zeroize",
]
[[package]]
name = "aws-runtime"
2025-02-19 16:45:06 +00:00
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-eventstream",
2024-02-29 15:26:10 +00:00
"aws-smithy-http",
2025-02-19 16:45:06 +00:00
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
2024-08-08 00:44:18 +00:00
"bytes",
"fastrand",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"once_cell",
2024-02-29 15:26:10 +00:00
"percent-encoding",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
2024-02-29 15:26:10 +00:00
"tracing",
"uuid",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-sdk-s3"
2025-02-19 16:45:06 +00:00
version = "1.76.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
2024-02-29 15:26:10 +00:00
dependencies = [
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-checksums",
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
"bytes",
2024-08-08 00:44:18 +00:00
"fastrand",
"hex",
"hmac",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-08-08 00:44:18 +00:00
"lru",
2024-02-29 15:26:10 +00:00
"once_cell",
"percent-encoding",
2024-08-08 00:44:18 +00:00
"regex-lite",
"sha2",
2024-02-29 15:26:10 +00:00
"tracing",
"url",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-sdk-sso"
2025-02-19 16:45:06 +00:00
version = "1.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "00a35fc7e74f5be45839eb753568535c074a592185dd0a2d406685018d581c43"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2024-08-08 00:44:18 +00:00
"once_cell",
"regex-lite",
2024-02-29 15:26:10 +00:00
"tracing",
]
[[package]]
name = "aws-sdk-ssooidc"
2025-02-19 16:45:06 +00:00
version = "1.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f8fa655b4f313124ce272cbc38c5fef13793c832279cec750103e5e6b71a54b8"
2024-02-29 15:26:10 +00:00
dependencies = [
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2024-08-08 00:44:18 +00:00
"once_cell",
"regex-lite",
2024-02-29 15:26:10 +00:00
"tracing",
]
[[package]]
name = "aws-sdk-sts"
2025-02-19 16:45:06 +00:00
version = "1.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dc1cfe5e16b90421ea031f4c6348b534ef442e76f6bf4a1b2b592c12cc2c6af9"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
2024-02-29 15:26:10 +00:00
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-query",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-smithy-xml",
2024-02-29 15:26:10 +00:00
"aws-types",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2024-08-08 00:44:18 +00:00
"once_cell",
"regex-lite",
2024-02-29 15:26:10 +00:00
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-sigv4"
2025-02-19 16:45:06 +00:00
version = "1.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
dependencies = [
"aws-credential-types",
2024-02-29 15:26:10 +00:00
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-runtime-api",
2024-08-08 00:44:18 +00:00
"aws-smithy-types",
2024-02-29 15:26:10 +00:00
"bytes",
2024-08-08 00:44:18 +00:00
"crypto-bigint 0.5.5",
2024-02-29 15:26:10 +00:00
"form_urlencoded",
"hex",
"hmac",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http 1.2.0",
2024-02-29 15:26:10 +00:00
"once_cell",
"p256 0.11.1",
2024-02-29 15:26:10 +00:00
"percent-encoding",
2025-02-19 16:45:06 +00:00
"ring",
2024-02-29 15:26:10 +00:00
"sha2",
2024-08-08 00:44:18 +00:00
"subtle",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-async"
2025-02-19 16:45:06 +00:00
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
2024-02-29 15:26:10 +00:00
dependencies = [
"futures-util",
"pin-project-lite",
"tokio",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-checksums"
2025-02-19 16:45:06 +00:00
version = "0.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-http",
"aws-smithy-types",
"bytes",
"crc32c",
"crc32fast",
2025-02-19 16:45:06 +00:00
"crc64fast-nvme",
2024-02-29 15:26:10 +00:00
"hex",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-02-29 15:26:10 +00:00
"md-5",
"pin-project-lite",
"sha1",
"sha2",
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-eventstream"
2025-02-19 16:45:06 +00:00
version = "0.60.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"bytes",
"crc32fast",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-http"
2025-02-19 16:45:06 +00:00
version = "0.60.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-eventstream",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"bytes",
"bytes-utils",
"futures-core",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-02-29 15:26:10 +00:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"pin-utils",
"tracing",
]
[[package]]
name = "aws-smithy-json"
2025-02-19 16:45:06 +00:00
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
]
[[package]]
name = "aws-smithy-query"
2024-08-08 00:44:18 +00:00
version = "0.60.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
2024-02-29 15:26:10 +00:00
dependencies = [
"aws-smithy-types",
"urlencoding",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "aws-smithy-runtime"
2025-02-19 16:45:06 +00:00
version = "1.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"bytes",
"fastrand",
2024-08-08 00:44:18 +00:00
"h2 0.3.26",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"httparse",
2025-02-19 16:45:06 +00:00
"hyper 0.14.32",
"hyper-rustls 0.24.2",
"once_cell",
"pin-project-lite",
"pin-utils",
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
"tokio",
"tracing",
]
[[package]]
name = "aws-smithy-runtime-api"
2025-02-19 16:45:06 +00:00
version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
"bytes",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http 1.2.0",
"pin-project-lite",
"tokio",
"tracing",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-types"
2025-02-19 16:45:06 +00:00
version = "1.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
2024-02-29 15:26:10 +00:00
dependencies = [
"base64-simd",
"bytes",
"bytes-utils",
"futures-core",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http 1.2.0",
"http-body 0.4.6",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
2024-02-29 15:26:10 +00:00
"itoa",
"num-integer",
"pin-project-lite",
"pin-utils",
2024-02-29 15:26:10 +00:00
"ryu",
"serde",
2024-02-29 15:26:10 +00:00
"time",
"tokio",
"tokio-util",
2024-02-29 15:26:10 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-xml"
2025-02-19 16:45:06 +00:00
version = "0.60.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
dependencies = [
2024-02-29 15:26:10 +00:00
"xmlparser",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-types"
2025-02-19 16:45:06 +00:00
version = "1.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-smithy-async",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"rustc_version",
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "axum"
2025-02-19 16:45:06 +00:00
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-trait",
2024-08-08 00:44:18 +00:00
"axum-core 0.3.4",
2024-02-29 15:26:10 +00:00
"bitflags 1.3.2",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.32",
2024-08-08 00:44:18 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper 0.1.2",
2025-02-19 16:45:06 +00:00
"tower 0.4.13",
2024-08-08 00:44:18 +00:00
"tower-layer",
"tower-service",
]
[[package]]
name = "axum"
2025-02-19 16:45:06 +00:00
version = "0.7.9"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
2024-08-08 00:44:18 +00:00
dependencies = [
"async-trait",
2025-02-19 16:45:06 +00:00
"axum-core 0.4.5",
2024-08-08 00:44:18 +00:00
"axum-macros",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"hyper-util",
2024-02-29 15:26:10 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2025-02-19 16:45:06 +00:00
"sync_wrapper 1.0.2",
2024-02-29 15:26:10 +00:00
"tokio",
2025-02-19 16:45:06 +00:00
"tower 0.5.2",
2024-02-29 15:26:10 +00:00
"tower-layer",
"tower-service",
2024-08-08 00:44:18 +00:00
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-trait",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-02-29 15:26:10 +00:00
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "axum-core"
2025-02-19 16:45:06 +00:00
version = "0.4.5"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
2024-08-08 00:44:18 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
2025-02-19 16:45:06 +00:00
"sync_wrapper 1.0.2",
2024-08-08 00:44:18 +00:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "axum-macros"
2025-02-19 16:45:06 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
2024-02-29 15:26:10 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets 0.52.6",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "base16ct"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
[[package]]
name = "base16ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
[[package]]
2024-02-29 15:26:10 +00:00
name = "base64"
2025-02-19 16:45:06 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-08-08 00:44:18 +00:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
2024-02-29 15:26:10 +00:00
name = "base64-simd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
dependencies = [
2024-02-29 15:26:10 +00:00
"outref",
"vsimd",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bigdecimal"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
dependencies = [
2024-02-29 15:26:10 +00:00
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "binstring"
2025-02-19 16:45:06 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ed79c2a8151273c70956b5e3cdfdc1ff6c1a8b9779ba59c6807d281b32ee2f86"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bitflags"
2025-02-19 16:45:06 +00:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
2024-02-29 15:26:10 +00:00
dependencies = [
"serde",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
2024-02-29 15:26:10 +00:00
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2024-02-29 15:26:10 +00:00
"generic-array",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "borsh"
2025-02-19 16:45:06 +00:00
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc"
dependencies = [
2024-02-29 15:26:10 +00:00
"borsh-derive",
"cfg_aliases",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "borsh-derive"
2025-02-19 16:45:06 +00:00
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f8b668d39970baad5356d7c83a86fee3a539e6f93bf6764c97368243e17a0487"
dependencies = [
2024-02-29 15:26:10 +00:00
"once_cell",
"proc-macro-crate",
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "brotli"
2025-02-19 16:45:06 +00:00
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
dependencies = [
2024-02-29 15:26:10 +00:00
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "brotli-decompressor"
2025-02-19 16:45:06 +00:00
version = "4.0.2"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
2024-02-29 15:26:10 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "bumpalo"
2025-02-19 16:45:06 +00:00
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2024-02-29 15:26:10 +00:00
[[package]]
name = "bytecheck"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bytes"
2025-02-19 16:45:06 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
2024-02-29 15:26:10 +00:00
[[package]]
name = "bytes-utils"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
dependencies = [
2024-02-29 15:26:10 +00:00
"bytes",
"either",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "cc"
2025-02-19 16:45:06 +00:00
version = "1.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9"
dependencies = [
2025-02-19 16:45:06 +00:00
"jobserver",
2024-02-29 15:26:10 +00:00
"libc",
2025-02-19 16:45:06 +00:00
"shlex",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
2025-02-19 16:45:06 +00:00
version = "0.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-02-29 15:26:10 +00:00
[[package]]
name = "chrono"
2025-02-19 16:45:06 +00:00
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
"android-tzdata",
"iana-time-zone",
2024-02-29 15:26:10 +00:00
"js-sys",
"num-traits",
"serde",
2024-02-29 15:26:10 +00:00
"wasm-bindgen",
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "clap"
2025-02-19 16:45:06 +00:00
version = "4.5.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2025-02-19 16:45:06 +00:00
version = "4.5.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
2023-06-28 20:37:35 +00:00
"terminal_size",
]
[[package]]
name = "clap_complete"
2025-02-19 16:45:06 +00:00
version = "4.5.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e3040c8291884ddf39445dc033c70abc2bc44a42f0a3a00571a0f483a83f0cd"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
2025-02-19 16:45:06 +00:00
version = "4.5.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "clap_lex"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2023-06-28 20:37:35 +00:00
[[package]]
name = "coarsetime"
2025-02-19 16:45:06 +00:00
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2"
2024-02-29 15:26:10 +00:00
dependencies = [
"libc",
"wasix",
"wasm-bindgen",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
2025-02-19 16:45:06 +00:00
"unicode-width 0.1.14",
]
[[package]]
name = "colorchoice"
2025-02-19 16:45:06 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "concurrent-queue"
2024-08-08 00:44:18 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console"
2025-02-19 16:45:06 +00:00
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
dependencies = [
"encode_unicode",
"libc",
2025-02-19 16:45:06 +00:00
"once_cell",
"unicode-width 0.2.0",
"windows-sys 0.59.0",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "console-api"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
dependencies = [
"futures-core",
2024-02-29 15:26:10 +00:00
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "console-subscriber"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
2024-02-29 15:26:10 +00:00
dependencies = [
"console-api",
"crossbeam-channel",
"crossbeam-utils",
"futures-task",
2024-02-29 15:26:10 +00:00
"hdrhistogram",
"humantime",
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"tracing-core",
"tracing-subscriber",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "const_format"
2025-02-19 16:45:06 +00:00
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2025-02-19 16:45:06 +00:00
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "core-foundation"
2025-02-19 16:45:06 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
dependencies = [
2024-02-29 15:26:10 +00:00
"core-foundation-sys",
"libc",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "core-foundation-sys"
2025-02-19 16:45:06 +00:00
version = "0.8.7"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-02-29 15:26:10 +00:00
[[package]]
name = "cpufeatures"
2025-02-19 16:45:06 +00:00
version = "0.2.17"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
2024-02-29 15:26:10 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
2025-02-19 16:45:06 +00:00
version = "3.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2024-02-29 15:26:10 +00:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32c"
2024-08-08 00:44:18 +00:00
version = "0.6.8"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
2024-02-29 15:26:10 +00:00
dependencies = [
"rustc_version",
]
[[package]]
name = "crc32fast"
2025-02-19 16:45:06 +00:00
version = "1.4.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-02-29 15:26:10 +00:00
dependencies = [
"cfg-if",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "crc64fast-nvme"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
dependencies = [
"crc",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "crossbeam-channel"
2025-02-19 16:45:06 +00:00
version = "0.5.14"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
2024-02-29 15:26:10 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
2025-02-19 16:45:06 +00:00
version = "0.3.12"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
2024-02-29 15:26:10 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "crossbeam-utils"
2025-02-19 16:45:06 +00:00
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crypto-bigint"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
dependencies = [
"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 = [
"generic-array",
"rand_core",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "ct-codecs"
2025-02-19 16:45:06 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b916ba8ce9e4182696896f015e8a5ae6081b305f74690baa8465e35f5a142ea4"
[[package]]
name = "cxx"
2025-02-19 16:45:06 +00:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dc49567e08c72902f4cbc7242ee8d874ec9cbe97fbabf77b4e0e1f447513e13a"
dependencies = [
"cc",
2025-02-19 16:45:06 +00:00
"cxxbridge-cmd",
"cxxbridge-flags",
"cxxbridge-macro",
2025-02-19 16:45:06 +00:00
"foldhash",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2025-02-19 16:45:06 +00:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fe46b5309c99e9775e7a338c98e4097455f52db5b684fd793ca22848fde6e371"
dependencies = [
"cc",
"codespan-reporting",
"proc-macro2",
"quote",
"scratch",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "cxxbridge-cmd"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4315c4ce8d23c26d87f2f83698725fd5718d8e6ace4a9093da2664d23294d372"
dependencies = [
"clap",
"codespan-reporting",
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[package]]
name = "cxxbridge-flags"
2025-02-19 16:45:06 +00:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f55d69deb3a92f610a60ecc524a72c7374b6dc822f8fb7bb4e5d9473f10530c4"
[[package]]
name = "cxxbridge-macro"
2025-02-19 16:45:06 +00:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5bee7a1d9b5091462002c2b8de2a4ed0f0fde011d503cc272633f66075bd5141"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"rustversion",
"syn 2.0.98",
]
[[package]]
name = "daemonize"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
dependencies = [
"libc",
]
[[package]]
name = "darling"
2025-02-19 16:45:06 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2025-02-19 16:45:06 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "darling_macro"
2025-02-19 16:45:06 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "der"
version = "0.6.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
2024-02-29 15:26:10 +00:00
dependencies = [
"const-oid",
"pem-rfc7468 0.6.0",
"zeroize",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "der"
2025-02-19 16:45:06 +00:00
version = "0.7.9"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2024-02-29 15:26:10 +00:00
dependencies = [
"const-oid",
"pem-rfc7468 0.7.0",
2024-02-29 15:26:10 +00:00
"zeroize",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "dialoguer"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
dependencies = [
"console",
"shell-words",
"tempfile",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"zeroize",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
2024-02-29 15:26:10 +00:00
"const-oid",
"crypto-common",
2024-02-29 15:26:10 +00:00
"subtle",
]
[[package]]
name = "displaydoc"
2025-02-19 16:45:06 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "ecdsa"
version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
dependencies = [
"der 0.6.1",
"elliptic-curve 0.12.3",
"rfc6979 0.3.1",
"signature 1.6.4",
]
[[package]]
name = "ecdsa"
version = "0.16.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
dependencies = [
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"digest",
"elliptic-curve 0.13.8",
"rfc6979 0.4.0",
"signature 2.2.0",
"spki 0.7.3",
]
[[package]]
name = "ed25519-compact"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190"
dependencies = [
"ct-codecs",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "either"
2025-02-19 16:45:06 +00:00
version = "1.13.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-02-29 15:26:10 +00:00
dependencies = [
"serde",
]
[[package]]
name = "elliptic-curve"
version = "0.12.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
dependencies = [
"base16ct 0.1.1",
"crypto-bigint 0.4.9",
"der 0.6.1",
"digest",
"ff 0.12.1",
"generic-array",
"group 0.12.1",
"pkcs8 0.9.0",
"rand_core",
"sec1 0.3.0",
"subtle",
"zeroize",
]
[[package]]
name = "elliptic-curve"
version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
dependencies = [
"base16ct 0.2.0",
"crypto-bigint 0.5.5",
"digest",
"ff 0.13.0",
"generic-array",
"group 0.13.0",
"hkdf",
"pem-rfc7468 0.7.0",
"pkcs8 0.10.2",
"rand_core",
"sec1 0.7.3",
"subtle",
"zeroize",
]
[[package]]
name = "encode_unicode"
2025-02-19 16:45:06 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[package]]
name = "enum-as-inner"
2025-02-19 16:45:06 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "equivalent"
2025-02-19 16:45:06 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2023-06-28 20:37:35 +00:00
[[package]]
name = "errno"
2025-02-19 16:45:06 +00:00
version = "0.3.10"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
2023-06-28 20:37:35 +00:00
dependencies = [
"libc",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
2023-06-28 20:37:35 +00:00
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2024-08-08 00:44:18 +00:00
[[package]]
name = "event-listener"
2025-02-19 16:45:06 +00:00
version = "5.4.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
2024-08-08 00:44:18 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2025-02-19 16:45:06 +00:00
version = "0.5.3"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"event-listener 5.4.0",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "fastcdc"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a71061d097bfa9a5a4d2efdec57990d9a88745020b365191d37e48541a1628f2"
[[package]]
name = "fastrand"
2025-02-19 16:45:06 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-02-29 15:26:10 +00:00
[[package]]
name = "ff"
version = "0.12.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
dependencies = [
"rand_core",
"subtle",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "ff"
version = "0.13.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2024-02-29 15:26:10 +00:00
dependencies = [
"rand_core",
"subtle",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "filetime"
2025-02-19 16:45:06 +00:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
"cfg-if",
"libc",
2025-02-19 16:45:06 +00:00
"libredox",
"windows-sys 0.59.0",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "flate2"
2025-02-19 16:45:06 +00:00
version = "1.0.35"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
2024-02-29 15:26:10 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flume"
2025-02-19 16:45:06 +00:00
version = "0.11.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
2024-02-29 15:26:10 +00:00
dependencies = [
"futures-core",
"futures-sink",
2025-02-19 16:45:06 +00:00
"spin",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2025-02-19 16:45:06 +00:00
[[package]]
name = "foldhash"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
[[package]]
name = "form_urlencoded"
2025-02-19 16:45:06 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-05-08 18:59:57 +00:00
[[package]]
name = "futures"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
2023-05-08 18:59:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2023-05-08 18:59:57 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
2023-05-08 18:59:57 +00:00
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
2023-05-08 18:59:57 +00:00
"futures-sink",
]
[[package]]
name = "futures-core"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "futures-intrusive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
[[package]]
name = "futures-io"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "futures-sink"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-util"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
"zeroize",
]
[[package]]
name = "getrandom"
2025-02-19 16:45:06 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
"libc",
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "getrandom"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
dependencies = [
"cfg-if",
"libc",
"wasi 0.13.3+wasi-0.2.2",
"windows-targets 0.52.6",
]
[[package]]
name = "gha-cache"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"derivative",
2023-05-08 18:59:57 +00:00
"futures",
"hex",
"rand",
"reqwest",
"serde",
"serde_json",
"sha2",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"tokio",
"tracing",
"unicode-bom",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-02-29 15:26:10 +00:00
[[package]]
name = "glob"
2025-02-19 16:45:06 +00:00
version = "0.3.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2024-02-29 15:26:10 +00:00
[[package]]
name = "group"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
dependencies = [
"ff 0.12.1",
"rand_core",
"subtle",
]
[[package]]
name = "group"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff 0.13.0",
"rand_core",
"subtle",
]
[[package]]
name = "h2"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"indexmap 2.7.1",
2024-08-08 00:44:18 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
2025-02-19 16:45:06 +00:00
version = "0.4.8"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
2024-08-08 00:44:18 +00:00
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
"indexmap 2.7.1",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-02-29 15:26:10 +00:00
dependencies = [
"ahash 0.7.8",
]
[[package]]
name = "hashbrown"
2025-02-19 16:45:06 +00:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-02-29 15:26:10 +00:00
dependencies = [
2024-08-08 00:44:18 +00:00
"ahash 0.8.11",
2024-02-29 15:26:10 +00:00
"allocator-api2",
]
2025-02-19 16:45:06 +00: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",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "hashlink"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
2025-02-19 16:45:06 +00:00
"hashbrown 0.14.5",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "hdrhistogram"
version = "7.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
dependencies = [
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"byteorder",
"flate2",
"nom",
"num-traits",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-02-29 15:26:10 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "heck"
version = "0.5.0"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-06-28 20:37:35 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-02-29 15:26:10 +00:00
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "hmac-sha1-compact"
2025-02-19 16:45:06 +00:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "18492c9f6f9a560e0d346369b665ad2bdbc89fa9bceca75796584e79042694c3"
[[package]]
name = "hmac-sha256"
2025-02-19 16:45:06 +00:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb"
dependencies = [
"digest",
]
[[package]]
name = "hmac-sha512"
2025-02-19 16:45:06 +00:00
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b0b3a0f572aa8389d325f5852b9e0a333a15b0f86ecccbb3fdb6e97cd86dc67c"
dependencies = [
"digest",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "home"
2025-02-19 16:45:06 +00:00
version = "0.5.11"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
2024-02-29 15:26:10 +00:00
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-08-08 00:44:18 +00:00
name = "http"
2025-02-19 16:45:06 +00:00
version = "0.2.12"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-08-08 00:44:18 +00:00
"bytes",
"fnv",
"itoa",
2023-06-23 02:29:57 +00:00
]
[[package]]
name = "http"
2025-02-19 16:45:06 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2025-02-19 16:45:06 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"pin-project-lite",
]
[[package]]
2024-08-08 00:44:18 +00:00
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"pin-project-lite",
]
[[package]]
name = "httparse"
2025-02-19 16:45:06 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
[[package]]
name = "httpdate"
2025-02-19 16:45:06 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2024-02-29 15:26:10 +00:00
[[package]]
name = "humantime-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime",
"serde",
]
[[package]]
name = "hyper"
2025-02-19 16:45:06 +00:00
version = "0.14.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
2024-08-08 00:44:18 +00:00
"h2 0.3.26",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2025-02-19 16:45:06 +00:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "hyper"
2025-02-19 16:45:06 +00:00
version = "1.6.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2025-02-19 16:45:06 +00:00
"h2 0.4.8",
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2025-02-19 16:45:06 +00:00
"smallvec",
2024-08-08 00:44:18 +00:00
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
2025-02-19 16:45:06 +00:00
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
2025-02-19 16:45:06 +00:00
"futures-util",
"http 0.2.12",
"hyper 0.14.32",
2024-02-29 15:26:10 +00:00
"log",
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
2024-08-08 00:44:18 +00:00
"rustls-native-certs 0.6.3",
"tokio",
2024-08-08 00:44:18 +00:00
"tokio-rustls 0.24.1",
]
[[package]]
name = "hyper-rustls"
2025-02-19 16:45:06 +00:00
version = "0.27.5"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
2024-08-08 00:44:18 +00:00
dependencies = [
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"hyper-util",
2025-02-19 16:45:06 +00:00
"rustls 0.23.23",
"rustls-native-certs 0.8.1",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
"tokio",
2025-02-19 16:45:06 +00:00
"tokio-rustls 0.26.1",
2024-08-08 00:44:18 +00:00
"tower-service",
2025-02-19 16:45:06 +00:00
"webpki-roots 0.26.8",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
2025-02-19 16:45:06 +00:00
"hyper 0.14.32",
2024-02-29 15:26:10 +00:00
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "hyper-util"
2025-02-19 16:45:06 +00:00
version = "0.1.10"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
2025-02-19 16:45:06 +00:00
"socket2",
2024-08-08 00:44:18 +00:00
"tokio",
"tower-service",
"tracing",
]
[[package]]
name = "iana-time-zone"
2025-02-19 16:45:06 +00:00
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
2024-02-29 15:26:10 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_normalizer_data"
version = "1.5.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
2024-02-29 15:26:10 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
2025-02-19 16:45:06 +00:00
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
2025-02-19 16:45:06 +00:00
name = "idna"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
2025-02-19 16:45:06 +00:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "indexmap"
version = "1.9.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
2025-02-19 16:45:06 +00:00
"autocfg",
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
dependencies = [
"equivalent",
"hashbrown 0.15.2",
"serde",
]
[[package]]
name = "indicatif"
version = "0.17.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
dependencies = [
"console",
"number_prefix",
"portable-atomic",
"unicode-width 0.2.0",
"web-time",
]
[[package]]
name = "inherent"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2024-02-29 15:26:10 +00:00
2025-02-19 16:45:06 +00:00
[[package]]
name = "ipnet"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "is_ci"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-02-29 15:26:10 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2025-02-19 16:45:06 +00:00
[[package]]
name = "jobserver"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "js-sys"
2025-02-19 16:45:06 +00:00
version = "0.3.77"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"once_cell",
2024-02-29 15:26:10 +00:00
"wasm-bindgen",
]
[[package]]
name = "jwt-simple"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357892bb32159d763abdea50733fadcb9a8e1c319a9aa77592db8555d05af83e"
2024-02-29 15:26:10 +00:00
dependencies = [
"anyhow",
"binstring",
"coarsetime",
"ct-codecs",
"ed25519-compact",
"hmac-sha1-compact",
"hmac-sha256",
"hmac-sha512",
"k256",
"p256 0.13.2",
"p384",
"rand",
"rsa 0.7.2",
2024-02-29 15:26:10 +00:00
"serde",
"serde_json",
"spki 0.6.0",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"zeroize",
]
[[package]]
name = "k256"
2025-02-19 16:45:06 +00:00
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
dependencies = [
"cfg-if",
"ecdsa 0.16.9",
"elliptic-curve 0.13.8",
"once_cell",
"sha2",
"signature 2.2.0",
]
[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "lazy_static"
2025-02-19 16:45:06 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"spin",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "libc"
2025-02-19 16:45:06 +00:00
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "libm"
2025-02-19 16:45:06 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
[[package]]
name = "libredox"
version = "0.1.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.8.0",
"libc",
"redox_syscall",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
dependencies = [
"cc",
]
2023-06-28 20:37:35 +00:00
[[package]]
name = "linux-raw-sys"
2025-02-19 16:45:06 +00:00
version = "0.4.15"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
2025-02-19 16:45:06 +00:00
name = "litemap"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2023-06-23 02:29:57 +00:00
[[package]]
name = "lock_api"
2025-02-19 16:45:06 +00:00
version = "0.4.12"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-06-23 02:29:57 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2025-02-19 16:45:06 +00:00
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2023-06-23 02:29:57 +00:00
[[package]]
2024-08-08 00:44:18 +00:00
name = "lru"
2025-02-19 16:45:06 +00:00
version = "0.12.5"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2023-06-23 02:29:57 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"hashbrown 0.15.2",
2023-06-23 02:29:57 +00:00
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "lzma-sys"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2023-06-24 22:24:52 +00:00
[[package]]
name = "magic-nix-cache"
2024-03-09 15:51:56 +00:00
version = "0.2.0"
2023-06-24 22:24:52 +00:00
dependencies = [
2023-12-14 20:35:50 +00:00
"anyhow",
2024-02-29 19:43:25 +00:00
"async-compression",
"attic",
"attic-client",
2024-02-29 15:26:10 +00:00
"attic-server",
2025-02-19 16:45:06 +00:00
"axum 0.7.9",
2023-06-24 22:24:52 +00:00
"clap",
"daemonize",
2024-02-29 15:26:10 +00:00
"futures",
2023-06-24 22:24:52 +00:00
"gha-cache",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body-util",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"hyper-util",
"indicatif",
"is_ci",
"netrc-rs",
"reqwest",
2023-06-24 22:24:52 +00:00
"serde",
"serde_json",
"sha2",
"tempfile",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2023-06-24 22:24:52 +00:00
"tokio",
"tokio-stream",
"tokio-util",
"tower-http",
"tracing",
"tracing-appender",
2023-06-24 22:24:52 +00:00
"tracing-subscriber",
"uuid",
"xdg",
2023-06-24 22:24:52 +00:00
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2025-02-19 16:45:06 +00:00
"regex-automata 0.1.10",
]
[[package]]
name = "matchit"
2025-02-19 16:45:06 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "maybe-owned"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2024-02-29 15:26:10 +00:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
[[package]]
name = "memchr"
2025-02-19 16:45:06 +00:00
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2025-02-19 16:45:06 +00:00
version = "0.8.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"adler2",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
]
2024-08-09 17:05:08 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "mio"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
dependencies = [
"libc",
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "netrc-rs"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2970fbbc8c785e8246234a7bd004ed66cd1ed1a35ec73669a92545e419b836"
[[package]]
name = "nix-base32"
version = "0.1.2-alpha.0"
source = "git+https://github.com/zhaofengli/nix-base32.git?rev=b850c6e9273d1c39bd93abb704a53345f5be92eb#b850c6e9273d1c39bd93abb704a53345f5be92eb"
2024-02-29 15:26:10 +00:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
"filetime",
"inotify",
"kqueue",
"libc",
"log",
2025-02-19 16:45:06 +00:00
"mio 0.8.11",
"walkdir",
"windows-sys 0.48.0",
]
2023-06-23 01:28:35 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "num-bigint"
2025-02-19 16:45:06 +00:00
version = "0.4.6"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2024-02-29 15:26:10 +00:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2024-02-29 15:26:10 +00:00
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2025-02-19 16:45:06 +00:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
2024-02-29 15:26:10 +00:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2025-02-19 16:45:06 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
2024-02-29 15:26:10 +00:00
"libm",
]
2024-08-09 17:05:08 +00:00
[[package]]
name = "number_prefix"
version = "0.4.0"
2024-08-09 17:05:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2024-08-09 17:05:08 +00:00
2025-02-19 16:45:06 +00:00
[[package]]
name = "object"
version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2025-02-19 16:45:06 +00:00
version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
[[package]]
name = "openssl-probe"
2025-02-19 16:45:06 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
2024-02-29 15:26:10 +00:00
name = "ordered-float"
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ouroboros"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
dependencies = [
2024-02-29 15:26:10 +00:00
"aliasable",
"ouroboros_macro",
"static_assertions",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ouroboros_macro"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "outref"
2025-02-19 16:45:06 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
2023-06-23 01:28:35 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
"ecdsa 0.14.8",
"elliptic-curve 0.12.3",
"sha2",
]
[[package]]
name = "p256"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
dependencies = [
"ecdsa 0.16.9",
"elliptic-curve 0.13.8",
"primeorder",
"sha2",
]
[[package]]
name = "p384"
2025-02-19 16:45:06 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
dependencies = [
"ecdsa 0.16.9",
"elliptic-curve 0.13.8",
"primeorder",
"sha2",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "parking"
2025-02-19 16:45:06 +00:00
version = "2.2.1"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2024-08-08 00:44:18 +00:00
2023-06-23 02:29:57 +00:00
[[package]]
name = "parking_lot"
2025-02-19 16:45:06 +00:00
version = "0.12.3"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-06-23 02:29:57 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2025-02-19 16:45:06 +00:00
version = "0.9.10"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-06-23 02:29:57 +00:00
dependencies = [
"cfg-if",
"libc",
2025-02-19 16:45:06 +00:00
"redox_syscall",
2023-06-23 02:29:57 +00:00
"smallvec",
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
2023-06-23 02:29:57 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "paste"
2025-02-19 16:45:06 +00:00
version = "1.0.15"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "pem-rfc7468"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
dependencies = [
"base64ct",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
2024-02-29 15:26:10 +00:00
"base64ct",
]
[[package]]
name = "percent-encoding"
2025-02-19 16:45:06 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pin-project"
2025-02-19 16:45:06 +00:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
dependencies = [
"pin-project-internal",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pin-project-internal"
2025-02-19 16:45:06 +00:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pin-project-lite"
2025-02-19 16:45:06 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "pin-utils"
version = "0.1.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-06-23 02:29:57 +00:00
[[package]]
name = "pkcs1"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
dependencies = [
"der 0.6.1",
"pkcs8 0.9.0",
"spki 0.6.0",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"pkcs8 0.10.2",
"spki 0.7.3",
]
[[package]]
name = "pkcs8"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
dependencies = [
"der 0.6.1",
"spki 0.6.0",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"spki 0.7.3",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pkg-config"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
2024-02-29 15:26:10 +00:00
name = "portable-atomic"
2025-02-19 16:45:06 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
[[package]]
2024-02-29 15:26:10 +00:00
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
2024-02-29 15:26:10 +00:00
name = "ppv-lite86"
2025-02-19 16:45:06 +00:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
[[package]]
name = "primeorder"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
dependencies = [
"elliptic-curve 0.13.8",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro-crate"
2025-02-19 16:45:06 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
dependencies = [
2025-02-19 16:45:06 +00:00
"toml_edit",
]
2023-06-28 20:37:35 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro-error"
version = "1.0.4"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2023-06-28 20:37:35 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
2023-06-28 20:37:35 +00:00
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
2024-02-29 15:26:10 +00:00
"version_check",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro2"
2025-02-19 16:45:06 +00:00
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2024-02-29 15:26:10 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "prost"
2025-02-19 16:45:06 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
dependencies = [
2024-02-29 15:26:10 +00:00
"bytes",
"prost-derive",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "prost-derive"
2025-02-19 16:45:06 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
2024-02-29 15:26:10 +00:00
dependencies = [
"anyhow",
2025-02-19 16:45:06 +00:00
"itertools",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
2024-02-29 15:26:10 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "prost-types"
2025-02-19 16:45:06 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
2024-02-29 15:26:10 +00:00
dependencies = [
"prost",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
2024-02-29 15:26:10 +00:00
"ptr_meta_derive",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-08-08 00:44:18 +00:00
name = "quinn"
2025-02-19 16:45:06 +00:00
version = "0.11.6"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
2025-02-19 16:45:06 +00:00
"rustls 0.23.23",
"socket2",
"thiserror 2.0.11",
2024-08-08 00:44:18 +00:00
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
2025-02-19 16:45:06 +00:00
version = "0.11.9"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
2024-08-08 00:44:18 +00:00
"rand",
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustc-hash",
2025-02-19 16:45:06 +00:00
"rustls 0.23.23",
"rustls-pki-types",
2024-08-08 00:44:18 +00:00
"slab",
2025-02-19 16:45:06 +00:00
"thiserror 2.0.11",
2024-08-08 00:44:18 +00:00
"tinyvec",
"tracing",
2025-02-19 16:45:06 +00:00
"web-time",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "quinn-udp"
2025-02-19 16:45:06 +00:00
version = "0.5.10"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"cfg_aliases",
2024-08-08 00:44:18 +00:00
"libc",
"once_cell",
2025-02-19 16:45:06 +00:00
"socket2",
2024-08-08 00:44:18 +00:00
"tracing",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
2024-08-08 00:44:18 +00:00
]
2023-06-23 02:29:57 +00:00
[[package]]
name = "quote"
2025-02-19 16:45:06 +00:00
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
"proc-macro2",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "radium"
version = "0.7.0"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2023-06-28 20:37:35 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
]
2023-06-23 02:29:57 +00:00
[[package]]
name = "redox_syscall"
2025-02-19 16:45:06 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
dependencies = [
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
]
[[package]]
name = "regex"
2025-02-19 16:45:06 +00:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
2025-02-19 16:45:06 +00:00
"regex-automata 0.4.9",
"regex-syntax 0.8.5",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.5",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "regex-lite"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2025-02-19 16:45:06 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
2024-02-29 15:26:10 +00:00
name = "rend"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
[[package]]
name = "reqwest"
2025-02-19 16:45:06 +00:00
version = "0.12.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
dependencies = [
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
"bytes",
2024-08-08 00:44:18 +00:00
"futures-channel",
"futures-core",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
"hyper-rustls 0.27.5",
2024-08-08 00:44:18 +00:00
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-08-08 00:44:18 +00:00
"quinn",
2025-02-19 16:45:06 +00:00
"rustls 0.23.23",
"rustls-native-certs 0.8.1",
"rustls-pemfile 2.2.0",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
2025-02-19 16:45:06 +00:00
"sync_wrapper 1.0.2",
"tokio",
2025-02-19 16:45:06 +00:00
"tokio-rustls 0.26.1",
"tokio-util",
2025-02-19 16:45:06 +00:00
"tower 0.5.2",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
2025-02-19 16:45:06 +00:00
"webpki-roots 0.26.8",
"windows-registry",
]
[[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",
]
[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
"hmac",
"subtle",
]
[[package]]
name = "ring"
2025-02-19 16:45:06 +00:00
version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24"
dependencies = [
"cc",
"cfg-if",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
"libc",
2025-02-19 16:45:06 +00:00
"untrusted",
"windows-sys 0.52.0",
]
2023-06-23 01:28:35 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "rkyv"
2025-02-19 16:45:06 +00:00
version = "0.7.45"
2023-06-23 01:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
2023-06-23 01:28:35 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"bitvec",
"bytecheck",
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
2023-06-23 01:28:35 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rkyv_derive"
2025-02-19 16:45:06 +00:00
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "rsa"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
dependencies = [
"byteorder",
"digest",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
"pkcs1 0.4.1",
"pkcs8 0.9.0",
"rand_core",
"signature 1.6.4",
"smallvec",
"subtle",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rsa"
2025-02-19 16:45:06 +00:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
dependencies = [
2024-02-29 15:26:10 +00:00
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1 0.7.5",
"pkcs8 0.10.2",
2024-02-29 15:26:10 +00:00
"rand_core",
"signature 2.2.0",
"spki 0.7.3",
2024-02-29 15:26:10 +00:00
"subtle",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rust_decimal"
2025-02-19 16:45:06 +00:00
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
2024-02-29 15:26:10 +00:00
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
2024-08-08 00:44:18 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "rustc-demangle"
version = "0.1.24"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-08-08 00:44:18 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2023-06-28 20:37:35 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "rustc_version"
version = "0.4.1"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2023-06-28 20:37:35 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"semver",
]
[[package]]
name = "rustix"
2025-02-19 16:45:06 +00:00
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
"errno",
"libc",
2025-02-19 16:45:06 +00:00
"linux-raw-sys",
"windows-sys 0.59.0",
]
[[package]]
name = "rustls"
2025-02-19 16:45:06 +00:00
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustls-webpki 0.101.7",
"sct",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "rustls"
2025-02-19 16:45:06 +00:00
version = "0.23.23"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
2024-08-08 00:44:18 +00:00
dependencies = [
"once_cell",
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
2025-02-19 16:45:06 +00:00
"rustls-webpki 0.102.8",
2024-08-08 00:44:18 +00:00
"subtle",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rustls-native-certs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
2024-02-29 15:26:10 +00:00
"openssl-probe",
2025-02-19 16:45:06 +00:00
"rustls-pemfile 1.0.4",
2024-08-08 00:44:18 +00:00
"schannel",
2025-02-19 16:45:06 +00:00
"security-framework 2.11.1",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "rustls-native-certs"
2025-02-19 16:45:06 +00:00
version = "0.8.1"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
2024-08-08 00:44:18 +00:00
dependencies = [
"openssl-probe",
"rustls-pki-types",
2024-02-29 15:26:10 +00:00
"schannel",
2025-02-19 16:45:06 +00:00
"security-framework 3.2.0",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rustls-pemfile"
2025-02-19 16:45:06 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "rustls-pemfile"
2025-02-19 16:45:06 +00:00
version = "2.2.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2024-08-08 00:44:18 +00:00
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2025-02-19 16:45:06 +00:00
version = "1.11.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
dependencies = [
"web-time",
]
2024-08-08 00:44:18 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
2025-02-19 16:45:06 +00:00
"ring",
"untrusted",
2024-02-29 15:26:10 +00:00
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "rustls-webpki"
2025-02-19 16:45:06 +00:00
version = "0.102.8"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
2025-02-19 16:45:06 +00:00
"untrusted",
2024-08-08 00:44:18 +00:00
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "rustversion"
2025-02-19 16:45:06 +00:00
version = "1.0.19"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
[[package]]
2024-02-29 15:26:10 +00:00
name = "ryu"
2025-02-19 16:45:06 +00:00
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
[[package]]
2024-02-29 15:26:10 +00:00
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "schannel"
2025-02-19 16:45:06 +00:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "scopeguard"
2025-02-19 16:45:06 +00:00
version = "1.2.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "scratch"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
[[package]]
2024-02-29 15:26:10 +00:00
name = "sct"
2025-02-19 16:45:06 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
2025-02-19 16:45:06 +00:00
"ring",
"untrusted",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-bae"
2025-02-19 16:45:06 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
"proc-macro-error2",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-stream",
"async-trait",
"bigdecimal",
"chrono",
"futures",
"log",
"ouroboros",
"rust_decimal",
"sea-orm-macros",
"sea-query",
"sea-query-binder",
"serde",
"serde_json",
"sqlx",
"strum",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"url",
"uuid",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm-cli"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "620bc560062ae251b1366bde43b3f1508445cab5c2c8cbdb397034638ab1b357"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"chrono",
"clap",
"dotenvy",
"glob",
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
2023-06-23 02:29:57 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm-macros"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"sea-bae",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
2024-02-29 15:26:10 +00:00
"unicode-ident",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm-migration"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ee8269bc6ff71afd6b78aa4333ac237a69eebd2cdb439036291e64fb4b8db23c"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-trait",
"clap",
"dotenvy",
"futures",
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-query"
version = "0.30.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
dependencies = [
2024-02-29 15:26:10 +00:00
"bigdecimal",
"chrono",
"derivative",
"inherent",
"ordered-float",
"rust_decimal",
"sea-query-derive",
"serde_json",
"time",
"uuid",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-query-binder"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
dependencies = [
2024-02-29 15:26:10 +00:00
"bigdecimal",
"chrono",
"rust_decimal",
"sea-query",
"serde_json",
2024-02-29 15:26:10 +00:00
"sqlx",
"time",
"uuid",
2023-06-23 02:29:57 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-query-derive"
2025-02-19 16:45:06 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9834af2c4bd8c5162f00c89f1701fb6886119a88062cf76fe842ea9e232b9839"
2023-06-23 02:29:57 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"darling",
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
"thiserror 1.0.69",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-schema"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "30d148608012d25222442d1ebbfafd1228dbc5221baf4ec35596494e27a2394e"
dependencies = [
2024-02-29 15:26:10 +00:00
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-schema-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "c6f686050f76bffc4f635cda8aea6df5548666b830b52387e8bc7de11056d11e"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-23 02:29:57 +00:00
[[package]]
name = "seahash"
version = "4.1.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2023-06-23 02:29:57 +00:00
[[package]]
name = "sec1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
2024-02-29 15:26:10 +00:00
dependencies = [
"base16ct 0.1.1",
"der 0.6.1",
"generic-array",
"pkcs8 0.9.0",
"subtle",
"zeroize",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "sec1"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
dependencies = [
"base16ct 0.2.0",
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"generic-array",
"pkcs8 0.10.2",
"subtle",
"zeroize",
]
[[package]]
name = "security-framework"
2025-02-19 16:45:06 +00:00
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
"core-foundation 0.9.4",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
dependencies = [
"bitflags 2.8.0",
"core-foundation 0.10.0",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2025-02-19 16:45:06 +00:00
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2025-02-19 16:45:06 +00:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
[[package]]
name = "serde"
2025-02-19 16:45:06 +00:00
version = "1.0.217"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-02-19 16:45:06 +00:00
version = "1.0.217"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "serde_json"
2025-02-19 16:45:06 +00:00
version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
dependencies = [
"itoa",
2025-02-19 16:45:06 +00:00
"memchr",
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2025-02-19 16:45:06 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
dependencies = [
2025-02-19 16:45:06 +00:00
"itoa",
"serde",
]
[[package]]
name = "serde_spanned"
2025-02-19 16:45:06 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
2025-02-19 16:45:06 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
dependencies = [
2025-02-19 16:45:06 +00:00
"base64 0.22.1",
"chrono",
"hex",
"indexmap 1.9.3",
2025-02-19 16:45:06 +00:00
"indexmap 2.7.1",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
2025-02-19 16:45:06 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
dependencies = [
"darling",
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "serde_yaml"
2025-02-19 16:45:06 +00:00
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
2025-02-19 16:45:06 +00:00
"indexmap 2.7.1",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2025-02-19 16:45:06 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2024-02-29 15:26:10 +00:00
"sha2-asm",
]
[[package]]
name = "sha2-asm"
2025-02-19 16:45:06 +00:00
version = "0.6.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b845214d6175804686b2bd482bcffe96651bb2d1200742b712003504a2dac1ab"
2024-02-29 15:26:10 +00:00
dependencies = [
"cc",
]
[[package]]
name = "sharded-slab"
2025-02-19 16:45:06 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2025-02-19 16:45:06 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook-registry"
2025-02-19 16:45:06 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
dependencies = [
"digest",
"rand_core",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
[[package]]
name = "simdutf8"
2025-02-19 16:45:06 +00:00
version = "0.1.5"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2024-02-29 15:26:10 +00:00
[[package]]
name = "slab"
2025-02-19 16:45:06 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2025-02-19 16:45:06 +00:00
version = "1.14.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
[[package]]
name = "socket2"
2025-02-19 16:45:06 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
dependencies = [
"libc",
2025-02-19 16:45:06 +00:00
"windows-sys 0.52.0",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
dependencies = [
"base64ct",
"der 0.6.1",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
2025-02-19 16:45:06 +00:00
"der 0.7.9",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "sqlformat"
2025-02-19 16:45:06 +00:00
version = "0.2.6"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
2024-02-29 15:26:10 +00:00
dependencies = [
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
2024-02-29 15:26:10 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
]
[[package]]
name = "sqlx-core"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
2024-02-29 15:26:10 +00:00
dependencies = [
2024-08-08 00:44:18 +00:00
"ahash 0.8.11",
2024-02-29 15:26:10 +00:00
"atoi",
"bigdecimal",
"byteorder",
"bytes",
"chrono",
"crc",
"crossbeam-queue",
"either",
2024-08-08 00:44:18 +00:00
"event-listener 2.5.3",
2024-02-29 15:26:10 +00:00
"futures-channel",
"futures-core",
"futures-intrusive",
"futures-io",
"futures-util",
"hashlink",
"hex",
2025-02-19 16:45:06 +00:00
"indexmap 2.7.1",
2024-02-29 15:26:10 +00:00
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rust_decimal",
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
2024-02-29 15:26:10 +00:00
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlformat",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tokio",
"tokio-stream",
"tracing",
"url",
"uuid",
"webpki-roots 0.25.4",
]
[[package]]
name = "sqlx-macros"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
2024-02-29 15:26:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
2024-02-29 15:26:10 +00:00
dependencies = [
"dotenvy",
"either",
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
"syn 1.0.109",
"tempfile",
"tokio",
"url",
]
[[package]]
name = "sqlx-mysql"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
dependencies = [
2024-02-29 15:26:10 +00:00
"atoi",
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"bigdecimal",
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
2024-02-29 15:26:10 +00:00
"byteorder",
"bytes",
"chrono",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array",
"hex",
"hkdf",
"hmac",
"itoa",
"log",
"md-5",
"memchr",
"once_cell",
"percent-encoding",
"rand",
2025-02-19 16:45:06 +00:00
"rsa 0.9.7",
2024-02-29 15:26:10 +00:00
"rust_decimal",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sqlx-postgres"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
dependencies = [
2024-02-29 15:26:10 +00:00
"atoi",
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"bigdecimal",
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
2024-02-29 15:26:10 +00:00
"byteorder",
"chrono",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"rand",
"rust_decimal",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sqlx-sqlite"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"atoi",
"chrono",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"serde",
"sqlx-core",
"time",
"tracing",
"url",
"urlencoding",
"uuid",
2023-06-23 02:29:57 +00:00
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
2024-02-29 15:26:10 +00:00
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "stringprep"
2025-02-19 16:45:06 +00:00
version = "0.1.5"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"unicode-bidi",
"unicode-normalization",
2025-02-19 16:45:06 +00:00
"unicode-properties",
2023-06-23 02:29:57 +00:00
]
[[package]]
name = "strsim"
2025-02-19 16:45:06 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
2024-02-29 15:26:10 +00:00
name = "strum"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
[[package]]
2024-02-29 15:26:10 +00:00
name = "subtle"
2025-02-19 16:45:06 +00:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2025-02-19 16:45:06 +00:00
version = "2.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-08-08 00:44:18 +00:00
[[package]]
name = "sync_wrapper"
2025-02-19 16:45:06 +00:00
version = "1.0.2"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
dependencies = [
"futures-core",
]
[[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.98",
]
2024-08-08 00:44:18 +00:00
2024-02-29 15:26:10 +00:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tempfile"
2025-02-19 16:45:06 +00:00
version = "3.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
dependencies = [
"cfg-if",
"fastrand",
2025-02-19 16:45:06 +00:00
"getrandom 0.3.1",
"once_cell",
"rustix",
"windows-sys 0.59.0",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
2023-06-28 20:37:35 +00:00
[[package]]
name = "terminal_size"
2025-02-19 16:45:06 +00:00
version = "0.4.1"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
2023-06-28 20:37:35 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"rustix",
"windows-sys 0.59.0",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
2023-06-28 20:37:35 +00:00
]
[[package]]
name = "thiserror"
2025-02-19 16:45:06 +00:00
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [
"thiserror-impl 2.0.11",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
2025-02-19 16:45:06 +00:00
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[package]]
name = "thiserror-impl"
2025-02-19 16:45:06 +00:00
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "thread_local"
2025-02-19 16:45:06 +00:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2025-02-19 16:45:06 +00:00
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2025-02-19 16:45:06 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
dependencies = [
"num-conv",
"time-core",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
[[package]]
name = "tinyvec"
2025-02-19 16:45:06 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2025-02-19 16:45:06 +00:00
version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
dependencies = [
2025-02-19 16:45:06 +00:00
"backtrace",
"bytes",
"libc",
2025-02-19 16:45:06 +00:00
"mio 1.0.3",
"pin-project-lite",
"signal-hook-registry",
2025-02-19 16:45:06 +00:00
"socket2",
"tokio-macros",
2024-02-29 15:26:10 +00:00
"tracing",
2025-02-19 16:45:06 +00:00
"windows-sys 0.52.0",
]
2024-02-29 15:26:10 +00: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",
]
[[package]]
name = "tokio-macros"
2025-02-19 16:45:06 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
2024-08-08 00:44:18 +00:00
"tokio",
]
[[package]]
name = "tokio-rustls"
2025-02-19 16:45:06 +00:00
version = "0.26.1"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"rustls 0.23.23",
"tokio",
]
[[package]]
name = "tokio-stream"
2025-02-19 16:45:06 +00:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2025-02-19 16:45:06 +00:00
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
dependencies = [
"bytes",
"futures-core",
2024-02-29 20:22:29 +00:00
"futures-io",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2025-02-19 16:45:06 +00:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2025-02-19 16:45:06 +00:00
"toml_edit",
]
[[package]]
name = "toml_datetime"
2025-02-19 16:45:06 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2025-02-19 16:45:06 +00:00
version = "0.22.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
dependencies = [
2025-02-19 16:45:06 +00:00
"indexmap 2.7.1",
"serde",
"serde_spanned",
"toml_datetime",
2025-02-19 16:45:06 +00:00
"winnow",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "tonic"
version = "0.10.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
2024-02-29 15:26:10 +00:00
dependencies = [
"async-stream",
2024-02-29 15:26:10 +00:00
"async-trait",
2025-02-19 16:45:06 +00:00
"axum 0.6.20",
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"bytes",
2024-08-08 00:44:18 +00:00
"h2 0.3.26",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.32",
2024-02-29 15:26:10 +00:00
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
2025-02-19 16:45:06 +00:00
"tower 0.4.13",
2024-02-29 15:26:10 +00:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
2024-02-29 15:26:10 +00:00
"indexmap 1.9.3",
"pin-project",
"pin-project-lite",
2024-02-29 15:26:10 +00:00
"rand",
"slab",
"tokio",
2024-02-29 15:26:10 +00:00
"tokio-util",
"tower-layer",
"tower-service",
2024-02-29 15:26:10 +00:00
"tracing",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "tower"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
"sync_wrapper 1.0.2",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2024-08-08 00:44:18 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 1.2.0",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2025-02-19 16:45:06 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
2025-02-19 16:45:06 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tracing"
2024-12-04 20:44:22 +00:00
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-04 20:44:22 +00:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
2024-02-29 15:26:10 +00:00
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"time",
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
2024-12-04 20:44:22 +00:00
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-04 20:44:22 +00:00
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
]
[[package]]
name = "tracing-core"
2024-12-04 20:44:22 +00:00
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-04 20:44:22 +00:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
"valuable",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "tracing-error"
2025-02-19 16:45:06 +00:00
version = "0.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
2024-02-29 15:26:10 +00:00
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "tracing-serde"
2025-02-19 16:45:06 +00:00
version = "0.2.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
2024-02-29 15:26:10 +00:00
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2025-02-19 16:45:06 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers",
2023-06-23 01:28:35 +00:00
"nu-ansi-term",
"once_cell",
"regex",
2024-02-29 15:26:10 +00:00
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
2024-02-29 15:26:10 +00:00
"tracing-serde",
]
[[package]]
name = "try-lock"
2025-02-19 16:45:06 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "typenum"
2025-02-19 16:45:06 +00:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "unicode-bidi"
2025-02-19 16:45:06 +00:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
[[package]]
name = "unicode-bom"
2025-02-19 16:45:06 +00:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
[[package]]
name = "unicode-ident"
2025-02-19 16:45:06 +00:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
[[package]]
name = "unicode-normalization"
2025-02-19 16:45:06 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
dependencies = [
"tinyvec",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "unicode-properties"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
2024-02-29 15:26:10 +00:00
[[package]]
name = "unicode-segmentation"
2025-02-19 16:45:06 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.1.14"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2024-02-29 15:26:10 +00:00
[[package]]
name = "unicode-width"
2025-02-19 16:45:06 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
name = "unicode-xid"
2025-02-19 16:45:06 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2024-02-29 15:26:10 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unsafe-libyaml"
2025-02-19 16:45:06 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
2025-02-19 16:45:06 +00:00
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
2024-08-08 00:44:18 +00:00
"idna",
"percent-encoding",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2025-02-19 16:45:06 +00: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"
[[package]]
name = "utf8parse"
2025-02-19 16:45:06 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
dependencies = [
"atomic",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
"rand",
"serde",
]
[[package]]
name = "valuable"
2025-02-19 16:45:06 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2024-02-29 15:26:10 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2025-02-19 16:45:06 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "vsimd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
[[package]]
name = "walkdir"
2025-02-19 16:45:06 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2025-02-19 16:45:06 +00:00
[[package]]
name = "wasi"
version = "0.13.3+wasi-0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
dependencies = [
"wit-bindgen-rt",
]
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasix"
version = "0.12.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d"
dependencies = [
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "wasm-bindgen"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if",
2025-02-19 16:45:06 +00:00
"once_cell",
"rustversion",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2025-02-19 16:45:06 +00:00
version = "0.4.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
dependencies = [
"cfg-if",
"js-sys",
2025-02-19 16:45:06 +00:00
"once_cell",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
[[package]]
name = "wasm-streams"
2025-02-19 16:45:06 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
2025-02-19 16:45:06 +00:00
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
2024-08-08 00:44:18 +00:00
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
2025-02-19 16:45:06 +00:00
version = "0.26.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
dependencies = [
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "whoami"
2025-02-19 16:45:06 +00:00
version = "1.5.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
dependencies = [
2025-02-19 16:45:06 +00:00
"redox_syscall",
"wasite",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "wildmatch"
2025-02-19 16:45:06 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2025-02-19 16:45:06 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.48.5",
]
[[package]]
2024-08-09 17:05:08 +00:00
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
2024-08-09 17:05:08 +00:00
name = "windows-targets"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2024-08-09 17:05:08 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2024-08-09 17:05:08 +00:00
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"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",
]
[[package]]
name = "windows_aarch64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
2025-02-19 16:45:06 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "59690dea168f2198d1a3b0cac23b8063efcd11012f10ae4698f284808c8ef603"
dependencies = [
"memchr",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "wit-bindgen-rt"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
dependencies = [
2025-02-19 16:45:06 +00:00
"bitflags 2.8.0",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "write16"
version = "1.0.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "wyz"
version = "0.5.1"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"tap",
2023-06-23 02:29:57 +00:00
]
[[package]]
name = "xdg"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2024-02-29 15:26:10 +00:00
[[package]]
name = "xmlparser"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
]
2025-02-19 16:45:06 +00:00
[[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.98",
"synstructure",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "zerocopy"
2025-02-19 16:45:06 +00:00
version = "0.7.35"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"byteorder",
2024-02-29 15:26:10 +00:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2025-02-19 16:45:06 +00:00
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[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"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
2024-02-29 15:26:10 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"syn 2.0.98",
"synstructure",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "zeroize"
2025-02-19 16:45:06 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2025-02-19 16:45:06 +00:00
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.98",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "zstd"
2025-02-19 16:45:06 +00:00
version = "0.13.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
2024-02-29 15:26:10 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2025-02-19 16:45:06 +00:00
version = "7.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
2024-02-29 15:26:10 +00:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2025-02-19 16:45:06 +00:00
version = "2.0.13+zstd.1.5.6"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
2024-02-29 15:26:10 +00:00
dependencies = [
"cc",
"pkg-config",
]