|
@@ -1,5836 +0,0 @@
|
|
|
-# This file is automatically @generated by Cargo.
|
|
|
-# It is not intended for manual editing.
|
|
|
-version = 3
|
|
|
-
|
|
|
-[[package]]
|
|
|
-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"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aead"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
-dependencies = [
|
|
|
- "crypto-common",
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cipher",
|
|
|
- "cpufeatures",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ahash"
|
|
|
-version = "0.7.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
- "once_cell",
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ahash"
|
|
|
-version = "0.8.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "once_cell",
|
|
|
- "version_check",
|
|
|
- "zerocopy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aho-corasick"
|
|
|
-version = "1.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "0.2.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
-
|
|
|
-[[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 = "anes"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstream"
|
|
|
-version = "0.6.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
|
-dependencies = [
|
|
|
- "anstyle",
|
|
|
- "anstyle-parse",
|
|
|
- "anstyle-query",
|
|
|
- "anstyle-wincon",
|
|
|
- "colorchoice",
|
|
|
- "is_terminal_polyfill",
|
|
|
- "utf8parse",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle"
|
|
|
-version = "1.0.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle-parse"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
|
-dependencies = [
|
|
|
- "utf8parse",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle-query"
|
|
|
-version = "1.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
|
-dependencies = [
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle-wincon"
|
|
|
-version = "3.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
|
-dependencies = [
|
|
|
- "anstyle",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anyhow"
|
|
|
-version = "1.0.95"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arc-swap"
|
|
|
-version = "1.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.7.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-compression"
|
|
|
-version = "0.4.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
|
|
-dependencies = [
|
|
|
- "brotli",
|
|
|
- "flate2",
|
|
|
- "futures-core",
|
|
|
- "memchr",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
- "zstd",
|
|
|
- "zstd-safe",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-io"
|
|
|
-version = "1.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
|
-dependencies = [
|
|
|
- "async-lock",
|
|
|
- "autocfg",
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "futures-lite",
|
|
|
- "log",
|
|
|
- "parking",
|
|
|
- "polling",
|
|
|
- "rustix 0.37.28",
|
|
|
- "slab",
|
|
|
- "socket2 0.4.10",
|
|
|
- "waker-fn",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-lock"
|
|
|
-version = "2.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
-dependencies = [
|
|
|
- "event-listener",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-stream"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
|
-dependencies = [
|
|
|
- "async-stream-impl",
|
|
|
- "futures-core",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-stream-impl"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-trait"
|
|
|
-version = "0.1.85"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-utility"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a349201d80b4aa18d17a34a182bdd7f8ddf845e9e57d2ea130a12e10ef1e3a47"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "gloo-timers",
|
|
|
- "tokio",
|
|
|
- "wasm-bindgen-futures",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-wsocket"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c0984bead67f20366bc8dd46018dfbe189b67eeefb0e5b86b9eade18d7c3c3b"
|
|
|
-dependencies = [
|
|
|
- "async-utility",
|
|
|
- "futures",
|
|
|
- "futures-util",
|
|
|
- "js-sys",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.26.1",
|
|
|
- "tokio-socks",
|
|
|
- "tokio-tungstenite 0.24.0",
|
|
|
- "url",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "atoi"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
|
|
|
-dependencies = [
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "atomic-destructor"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d919cb60ba95c87ba42777e9e246c4e8d658057299b437b7512531ce0a09a23"
|
|
|
-dependencies = [
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "1.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "axum"
|
|
|
-version = "0.6.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "axum-core",
|
|
|
- "base64 0.21.7",
|
|
|
- "bitflags 1.3.2",
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "http 0.2.12",
|
|
|
- "http-body 0.4.6",
|
|
|
- "hyper 0.14.32",
|
|
|
- "itoa",
|
|
|
- "matchit",
|
|
|
- "memchr",
|
|
|
- "mime",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "rustversion",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_path_to_error",
|
|
|
- "serde_urlencoded",
|
|
|
- "sha1",
|
|
|
- "sync_wrapper 0.1.2",
|
|
|
- "tokio",
|
|
|
- "tokio-tungstenite 0.20.1",
|
|
|
- "tower 0.4.13",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "axum-core"
|
|
|
-version = "0.3.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "http 0.2.12",
|
|
|
- "http-body 0.4.6",
|
|
|
- "mime",
|
|
|
- "rustversion",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base58ck"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f"
|
|
|
-dependencies = [
|
|
|
- "bitcoin-internals 0.3.0",
|
|
|
- "bitcoin_hashes 0.14.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.13.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.21.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.22.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64ct"
|
|
|
-version = "1.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bech32"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bech32"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bip39"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387"
|
|
|
-dependencies = [
|
|
|
- "bitcoin_hashes 0.13.0",
|
|
|
- "rand",
|
|
|
- "rand_core",
|
|
|
- "serde",
|
|
|
- "unicode-normalization",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin"
|
|
|
-version = "0.30.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1945a5048598e4189e239d3f809b19bdad4845c4b2ba400d304d2dcf26d2c462"
|
|
|
-dependencies = [
|
|
|
- "bech32 0.9.1",
|
|
|
- "bitcoin-private",
|
|
|
- "bitcoin_hashes 0.12.0",
|
|
|
- "hex_lit",
|
|
|
- "secp256k1 0.27.0",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin"
|
|
|
-version = "0.32.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026"
|
|
|
-dependencies = [
|
|
|
- "base58ck",
|
|
|
- "base64 0.21.7",
|
|
|
- "bech32 0.11.0",
|
|
|
- "bitcoin-internals 0.3.0",
|
|
|
- "bitcoin-io",
|
|
|
- "bitcoin-units",
|
|
|
- "bitcoin_hashes 0.14.0",
|
|
|
- "hex-conservative 0.2.1",
|
|
|
- "hex_lit",
|
|
|
- "secp256k1 0.29.1",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin-internals"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin-internals"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin-io"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin-private"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin-units"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2"
|
|
|
-dependencies = [
|
|
|
- "bitcoin-internals 0.3.0",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin_hashes"
|
|
|
-version = "0.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501"
|
|
|
-dependencies = [
|
|
|
- "bitcoin-private",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin_hashes"
|
|
|
-version = "0.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"
|
|
|
-dependencies = [
|
|
|
- "bitcoin-internals 0.2.0",
|
|
|
- "hex-conservative 0.1.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin_hashes"
|
|
|
-version = "0.14.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
|
|
|
-dependencies = [
|
|
|
- "bitcoin-io",
|
|
|
- "hex-conservative 0.2.1",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoincore-rpc"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "aedd23ae0fd321affb4bbbc36126c6f49a32818dc6b979395d24da8c9d4e80ee"
|
|
|
-dependencies = [
|
|
|
- "bitcoincore-rpc-json",
|
|
|
- "jsonrpc",
|
|
|
- "log",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoincore-rpc-json"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d8909583c5fab98508e80ef73e5592a651c954993dc6b7739963257d19f0e71a"
|
|
|
-dependencies = [
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "1.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "2.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-buffer"
|
|
|
-version = "0.10.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-padding"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "brotli"
|
|
|
-version = "7.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
|
-dependencies = [
|
|
|
- "alloc-no-stdlib",
|
|
|
- "alloc-stdlib",
|
|
|
- "brotli-decompressor",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "brotli-decompressor"
|
|
|
-version = "4.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
|
|
-dependencies = [
|
|
|
- "alloc-no-stdlib",
|
|
|
- "alloc-stdlib",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bs58"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
|
-dependencies = [
|
|
|
- "tinyvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bumpalo"
|
|
|
-version = "3.16.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bytecount"
|
|
|
-version = "0.6.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bytes"
|
|
|
-version = "1.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "camino"
|
|
|
-version = "1.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cargo-platform"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cargo_metadata"
|
|
|
-version = "0.14.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
|
|
-dependencies = [
|
|
|
- "camino",
|
|
|
- "cargo-platform",
|
|
|
- "semver",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cashu"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "bip39",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cbor-diag",
|
|
|
- "ciborium",
|
|
|
- "instant",
|
|
|
- "lightning-invoice",
|
|
|
- "once_cell",
|
|
|
- "rand",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_with",
|
|
|
- "thiserror 2.0.11",
|
|
|
- "tracing",
|
|
|
- "url",
|
|
|
- "utoipa",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cast"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cbc"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cbor-diag"
|
|
|
-version = "0.1.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
|
|
-dependencies = [
|
|
|
- "bs58",
|
|
|
- "chrono",
|
|
|
- "data-encoding",
|
|
|
- "half",
|
|
|
- "nom",
|
|
|
- "num-bigint",
|
|
|
- "num-rational",
|
|
|
- "num-traits",
|
|
|
- "separator",
|
|
|
- "url",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cc"
|
|
|
-version = "1.2.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ad0cf6e91fde44c773c6ee7ec6bba798504641a8bc2eb7e37a04ffbf4dfaa55a"
|
|
|
-dependencies = [
|
|
|
- "jobserver",
|
|
|
- "libc",
|
|
|
- "shlex",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "arc-swap",
|
|
|
- "async-trait",
|
|
|
- "bech32 0.9.1",
|
|
|
- "bip39",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cbor-diag",
|
|
|
- "cdk-common",
|
|
|
- "ciborium",
|
|
|
- "criterion",
|
|
|
- "futures",
|
|
|
- "getrandom",
|
|
|
- "lightning-invoice",
|
|
|
- "rand",
|
|
|
- "regex",
|
|
|
- "reqwest",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_with",
|
|
|
- "sync_wrapper 0.1.2",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-tungstenite 0.19.0",
|
|
|
- "tracing",
|
|
|
- "url",
|
|
|
- "utoipa",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-axum"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "cdk",
|
|
|
- "futures",
|
|
|
- "moka",
|
|
|
- "paste",
|
|
|
- "redis",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "sha2",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "utoipa",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-cli"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "bip39",
|
|
|
- "cdk",
|
|
|
- "cdk-redb",
|
|
|
- "cdk-sqlite",
|
|
|
- "clap",
|
|
|
- "home",
|
|
|
- "nostr-sdk",
|
|
|
- "rand",
|
|
|
- "reqwest",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-cln"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cdk",
|
|
|
- "cln-rpc 0.2.0",
|
|
|
- "futures",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-common"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "bip39",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cashu",
|
|
|
- "cbor-diag",
|
|
|
- "ciborium",
|
|
|
- "futures",
|
|
|
- "instant",
|
|
|
- "lightning-invoice",
|
|
|
- "rand",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_with",
|
|
|
- "thiserror 2.0.11",
|
|
|
- "tracing",
|
|
|
- "url",
|
|
|
- "utoipa",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-fake-wallet"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cdk",
|
|
|
- "futures",
|
|
|
- "lightning-invoice",
|
|
|
- "rand",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-stream",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-integration-tests"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "bip39",
|
|
|
- "cdk",
|
|
|
- "cdk-axum",
|
|
|
- "cdk-cln",
|
|
|
- "cdk-fake-wallet",
|
|
|
- "cdk-redb",
|
|
|
- "cdk-sqlite",
|
|
|
- "futures",
|
|
|
- "getrandom",
|
|
|
- "instant",
|
|
|
- "lightning-invoice",
|
|
|
- "ln-regtest-rs",
|
|
|
- "once_cell",
|
|
|
- "rand",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "tokio",
|
|
|
- "tokio-tungstenite 0.24.0",
|
|
|
- "tower-http",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-lnbits"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cdk",
|
|
|
- "futures",
|
|
|
- "lnbits-rs",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-lnd"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "cdk",
|
|
|
- "fedimint-tonic-lnd",
|
|
|
- "futures",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-mintd"
|
|
|
-version = "0.6.1"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "axum",
|
|
|
- "bip39",
|
|
|
- "cdk",
|
|
|
- "cdk-axum",
|
|
|
- "cdk-cln",
|
|
|
- "cdk-fake-wallet",
|
|
|
- "cdk-lnbits",
|
|
|
- "cdk-lnd",
|
|
|
- "cdk-phoenixd",
|
|
|
- "cdk-redb",
|
|
|
- "cdk-sqlite",
|
|
|
- "cdk-strike",
|
|
|
- "clap",
|
|
|
- "config",
|
|
|
- "futures",
|
|
|
- "home",
|
|
|
- "lightning-invoice",
|
|
|
- "rand",
|
|
|
- "serde",
|
|
|
- "tokio",
|
|
|
- "tower-http",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
- "url",
|
|
|
- "utoipa",
|
|
|
- "utoipa-swagger-ui",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-phoenixd"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cdk",
|
|
|
- "futures",
|
|
|
- "phoenixd-rs",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-redb"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "cdk-common",
|
|
|
- "lightning-invoice",
|
|
|
- "redb",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tracing",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-rexie"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "cdk",
|
|
|
- "rexie",
|
|
|
- "serde",
|
|
|
- "serde-wasm-bindgen",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-sqlite"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cdk-common",
|
|
|
- "lightning-invoice",
|
|
|
- "serde_json",
|
|
|
- "sqlx",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cdk-strike"
|
|
|
-version = "0.6.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cdk",
|
|
|
- "futures",
|
|
|
- "strike-rs",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg_aliases"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "chacha20"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cipher",
|
|
|
- "cpufeatures",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "chacha20poly1305"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
|
|
-dependencies = [
|
|
|
- "aead",
|
|
|
- "chacha20",
|
|
|
- "cipher",
|
|
|
- "poly1305",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "chrono"
|
|
|
-version = "0.4.39"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
|
|
-dependencies = [
|
|
|
- "android-tzdata",
|
|
|
- "iana-time-zone",
|
|
|
- "num-traits",
|
|
|
- "serde",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ciborium"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
|
-dependencies = [
|
|
|
- "ciborium-io",
|
|
|
- "ciborium-ll",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ciborium-io"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ciborium-ll"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
|
-dependencies = [
|
|
|
- "ciborium-io",
|
|
|
- "half",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cipher"
|
|
|
-version = "0.4.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
-dependencies = [
|
|
|
- "crypto-common",
|
|
|
- "inout",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap"
|
|
|
-version = "4.5.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
|
|
|
-dependencies = [
|
|
|
- "clap_builder",
|
|
|
- "clap_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap_builder"
|
|
|
-version = "4.5.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
|
|
|
-dependencies = [
|
|
|
- "anstream",
|
|
|
- "anstyle",
|
|
|
- "clap_lex",
|
|
|
- "strsim",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap_derive"
|
|
|
-version = "4.5.24"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
|
|
-dependencies = [
|
|
|
- "heck 0.5.0",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap_lex"
|
|
|
-version = "0.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cln-rpc"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "974dac6f40275b7b828087f4f9973c39658f9b4a46cc589c083a2c6c27cf67cb"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "bitcoin 0.30.2",
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "hex",
|
|
|
- "log",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cln-rpc"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3374857a63bde21f5cc54ed3884476f3118dd5e26d792d16dfa21d8a4acb23e8"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "bitcoin 0.30.2",
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "hex",
|
|
|
- "log",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "colorchoice"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "combine"
|
|
|
-version = "4.6.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "memchr",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "concurrent-queue"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "config"
|
|
|
-version = "0.13.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "json5",
|
|
|
- "lazy_static",
|
|
|
- "nom",
|
|
|
- "pathdiff",
|
|
|
- "ron",
|
|
|
- "rust-ini",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "toml",
|
|
|
- "yaml-rust",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core-foundation"
|
|
|
-version = "0.9.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core-foundation"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core-foundation-sys"
|
|
|
-version = "0.8.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cpufeatures"
|
|
|
-version = "0.2.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crc"
|
|
|
-version = "3.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
-dependencies = [
|
|
|
- "crc-catalog",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crc-catalog"
|
|
|
-version = "2.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crc32fast"
|
|
|
-version = "1.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "criterion"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
|
|
-dependencies = [
|
|
|
- "anes",
|
|
|
- "cast",
|
|
|
- "ciborium",
|
|
|
- "clap",
|
|
|
- "criterion-plot",
|
|
|
- "is-terminal",
|
|
|
- "itertools 0.10.5",
|
|
|
- "num-traits",
|
|
|
- "once_cell",
|
|
|
- "oorandom",
|
|
|
- "plotters",
|
|
|
- "rayon",
|
|
|
- "regex",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "serde_json",
|
|
|
- "tinytemplate",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "criterion-plot"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
|
-dependencies = [
|
|
|
- "cast",
|
|
|
- "itertools 0.10.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-channel"
|
|
|
-version = "0.5.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-deque"
|
|
|
-version = "0.8.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-epoch",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-epoch"
|
|
|
-version = "0.9.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-queue"
|
|
|
-version = "0.3.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-utils"
|
|
|
-version = "0.8.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crunchy"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crypto-common"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
- "rand_core",
|
|
|
- "typenum",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "darling"
|
|
|
-version = "0.20.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
|
|
-dependencies = [
|
|
|
- "darling_core",
|
|
|
- "darling_macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "darling_core"
|
|
|
-version = "0.20.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
|
|
-dependencies = [
|
|
|
- "fnv",
|
|
|
- "ident_case",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "strsim",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "darling_macro"
|
|
|
-version = "0.20.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
-dependencies = [
|
|
|
- "darling_core",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "data-encoding"
|
|
|
-version = "2.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "deranged"
|
|
|
-version = "0.3.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
-dependencies = [
|
|
|
- "powerfmt",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.10.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
-dependencies = [
|
|
|
- "block-buffer",
|
|
|
- "crypto-common",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs"
|
|
|
-version = "5.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
-dependencies = [
|
|
|
- "dirs-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs-sys"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "option-ext",
|
|
|
- "redox_users",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "displaydoc"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dlv-list"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dotenvy"
|
|
|
-version = "0.15.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "either"
|
|
|
-version = "1.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "equivalent"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "erased-serde"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "typeid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "errno"
|
|
|
-version = "0.3.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "error-chain"
|
|
|
-version = "0.12.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
|
|
-dependencies = [
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "event-listener"
|
|
|
-version = "2.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fastrand"
|
|
|
-version = "1.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
-dependencies = [
|
|
|
- "instant",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fastrand"
|
|
|
-version = "2.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fedimint-tonic-lnd"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df03ca33b5116de3051c1e233fe341e23b04c4913c7b16042497924559bc2a2e"
|
|
|
-dependencies = [
|
|
|
- "hex",
|
|
|
- "http-body 0.4.6",
|
|
|
- "hyper 0.14.32",
|
|
|
- "hyper-rustls 0.24.2",
|
|
|
- "prost",
|
|
|
- "rustls 0.21.12",
|
|
|
- "rustls-pemfile 1.0.4",
|
|
|
- "tokio",
|
|
|
- "tokio-stream",
|
|
|
- "tonic",
|
|
|
- "tonic-build",
|
|
|
- "tower 0.4.13",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fixedbitset"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "flate2"
|
|
|
-version = "1.0.35"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
|
|
-dependencies = [
|
|
|
- "crc32fast",
|
|
|
- "miniz_oxide",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "flume"
|
|
|
-version = "0.10.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "pin-project",
|
|
|
- "spin 0.9.8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fnv"
|
|
|
-version = "1.0.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "foldhash"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "form_urlencoded"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
-dependencies = [
|
|
|
- "percent-encoding",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
|
-dependencies = [
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-executor",
|
|
|
- "futures-io",
|
|
|
- "futures-sink",
|
|
|
- "futures-task",
|
|
|
- "futures-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-channel"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-core"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-executor"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-task",
|
|
|
- "futures-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-intrusive"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "lock_api",
|
|
|
- "parking_lot 0.11.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-io"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-lite"
|
|
|
-version = "1.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
-dependencies = [
|
|
|
- "fastrand 1.9.0",
|
|
|
- "futures-core",
|
|
|
- "futures-io",
|
|
|
- "memchr",
|
|
|
- "parking",
|
|
|
- "pin-project-lite",
|
|
|
- "waker-fn",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-macro"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-sink"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-task"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-util"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.2.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "js-sys",
|
|
|
- "libc",
|
|
|
- "wasi",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "gimli"
|
|
|
-version = "0.31.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "glob"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "gloo-timers"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
|
|
-dependencies = [
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "js-sys",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
- "http 0.2.12",
|
|
|
- "indexmap 2.7.0",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "half"
|
|
|
-version = "2.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "crunchy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
-dependencies = [
|
|
|
- "ahash 0.7.8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.14.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
-dependencies = [
|
|
|
- "ahash 0.8.11",
|
|
|
- "allocator-api2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.15.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
-dependencies = [
|
|
|
- "allocator-api2",
|
|
|
- "equivalent",
|
|
|
- "foldhash",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashlink"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
|
-dependencies = [
|
|
|
- "hashbrown 0.14.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heck"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
-dependencies = [
|
|
|
- "unicode-segmentation",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heck"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-conservative"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-conservative"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
|
|
|
-dependencies = [
|
|
|
- "arrayvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex_lit"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac"
|
|
|
-version = "0.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
-dependencies = [
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "home"
|
|
|
-version = "0.5.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
-dependencies = [
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http"
|
|
|
-version = "0.2.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "itoa",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "itoa",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-body"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "http 0.2.12",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-body"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "http 1.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-body-util"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "http 1.2.0",
|
|
|
- "http-body 1.0.1",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-range-header"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "httparse"
|
|
|
-version = "1.9.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "httpdate"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper"
|
|
|
-version = "0.14.32"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "h2",
|
|
|
- "http 0.2.12",
|
|
|
- "http-body 0.4.6",
|
|
|
- "httparse",
|
|
|
- "httpdate",
|
|
|
- "itoa",
|
|
|
- "pin-project-lite",
|
|
|
- "socket2 0.5.8",
|
|
|
- "tokio",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
- "want",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper"
|
|
|
-version = "1.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-util",
|
|
|
- "http 1.2.0",
|
|
|
- "http-body 1.0.1",
|
|
|
- "httparse",
|
|
|
- "itoa",
|
|
|
- "pin-project-lite",
|
|
|
- "smallvec",
|
|
|
- "tokio",
|
|
|
- "want",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-rustls"
|
|
|
-version = "0.24.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "http 0.2.12",
|
|
|
- "hyper 0.14.32",
|
|
|
- "rustls 0.21.12",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.24.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-rustls"
|
|
|
-version = "0.27.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "http 1.2.0",
|
|
|
- "hyper 1.5.2",
|
|
|
- "hyper-util",
|
|
|
- "rustls 0.23.21",
|
|
|
- "rustls-native-certs 0.8.1",
|
|
|
- "rustls-pki-types",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.26.1",
|
|
|
- "tower-service",
|
|
|
- "webpki-roots 0.26.7",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-timeout"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
-dependencies = [
|
|
|
- "hyper 0.14.32",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
- "tokio-io-timeout",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-util"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-util",
|
|
|
- "http 1.2.0",
|
|
|
- "http-body 1.0.1",
|
|
|
- "hyper 1.5.2",
|
|
|
- "pin-project-lite",
|
|
|
- "socket2 0.5.8",
|
|
|
- "tokio",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iana-time-zone"
|
|
|
-version = "0.1.61"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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]]
|
|
|
-name = "icu_collections"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "yoke",
|
|
|
- "zerofrom",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_locid"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "litemap",
|
|
|
- "tinystr",
|
|
|
- "writeable",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_locid_transform"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_locid",
|
|
|
- "icu_locid_transform_data",
|
|
|
- "icu_provider",
|
|
|
- "tinystr",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_locid_transform_data"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_normalizer"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_collections",
|
|
|
- "icu_normalizer_data",
|
|
|
- "icu_properties",
|
|
|
- "icu_provider",
|
|
|
- "smallvec",
|
|
|
- "utf16_iter",
|
|
|
- "utf8_iter",
|
|
|
- "write16",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_normalizer_data"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_properties"
|
|
|
-version = "1.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_collections",
|
|
|
- "icu_locid_transform",
|
|
|
- "icu_properties_data",
|
|
|
- "icu_provider",
|
|
|
- "tinystr",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_properties_data"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_provider"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_locid",
|
|
|
- "icu_provider_macros",
|
|
|
- "stable_deref_trait",
|
|
|
- "tinystr",
|
|
|
- "writeable",
|
|
|
- "yoke",
|
|
|
- "zerofrom",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_provider_macros"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idb"
|
|
|
-version = "0.6.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3afe8830d5802f769dc0be20a87f9f116798c896650cb6266eb5c19a3c109eed"
|
|
|
-dependencies = [
|
|
|
- "js-sys",
|
|
|
- "num-traits",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ident_case"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
-dependencies = [
|
|
|
- "idna_adapter",
|
|
|
- "smallvec",
|
|
|
- "utf8_iter",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna_adapter"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
-dependencies = [
|
|
|
- "icu_normalizer",
|
|
|
- "icu_properties",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "1.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "hashbrown 0.12.3",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "2.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
|
|
-dependencies = [
|
|
|
- "equivalent",
|
|
|
- "hashbrown 0.15.2",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "inout"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
-dependencies = [
|
|
|
- "block-padding",
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "instant"
|
|
|
-version = "0.1.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "js-sys",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "io-lifetimes"
|
|
|
-version = "1.0.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi 0.3.9",
|
|
|
- "libc",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ipnet"
|
|
|
-version = "2.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "is-terminal"
|
|
|
-version = "0.4.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi 0.4.0",
|
|
|
- "libc",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "is_terminal_polyfill"
|
|
|
-version = "1.70.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itertools"
|
|
|
-version = "0.10.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
-[[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.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "jobserver"
|
|
|
-version = "0.1.32"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "js-sys"
|
|
|
-version = "0.3.76"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "json5"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
|
|
-dependencies = [
|
|
|
- "pest",
|
|
|
- "pest_derive",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "jsonrpc"
|
|
|
-version = "0.18.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
|
|
|
-dependencies = [
|
|
|
- "base64 0.13.1",
|
|
|
- "minreq",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy_static"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libc"
|
|
|
-version = "0.2.169"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libredox"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.7.0",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libsqlite3-sys"
|
|
|
-version = "0.24.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "pkg-config",
|
|
|
- "vcpkg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lightning-invoice"
|
|
|
-version = "0.32.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "90ab9f6ea77e20e3129235e62a2e6bd64ed932363df104e864ee65ccffb54a8f"
|
|
|
-dependencies = [
|
|
|
- "bech32 0.9.1",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "lightning-types",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lightning-types"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1083b8d9137000edf3bfcb1ff011c0d25e0cdd2feb98cc21d6765e64a494148f"
|
|
|
-dependencies = [
|
|
|
- "bech32 0.9.1",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "hex-conservative 0.2.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "linked-hash-map"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "linux-raw-sys"
|
|
|
-version = "0.3.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "linux-raw-sys"
|
|
|
-version = "0.4.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "litemap"
|
|
|
-version = "0.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ln-regtest-rs"
|
|
|
-version = "0.1.0"
|
|
|
-source = "git+https://github.com/thesimplekid/ln-regtest-rs?rev=e0ac418675#e0ac418675e66aa12f7c44a545ea5a831e2e3f69"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "bitcoincore-rpc",
|
|
|
- "cln-rpc 0.1.9",
|
|
|
- "fedimint-tonic-lnd",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "tempfile",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lnbits-rs"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "de0781184bc1ef37a5096191ab2cec74e7b467876547e067a61c515192cabfe7"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "axum",
|
|
|
- "log",
|
|
|
- "reqwest",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "tokio",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lock_api"
|
|
|
-version = "0.4.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "scopeguard",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.4.24"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3d6ea2a48c204030ee31a7d7fc72c93294c92fe87ecb1789881c9543516e1a0d"
|
|
|
-dependencies = [
|
|
|
- "value-bag",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lru"
|
|
|
-version = "0.12.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
|
-dependencies = [
|
|
|
- "hashbrown 0.15.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mach2"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matchers"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
-dependencies = [
|
|
|
- "regex-automata 0.1.10",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matchit"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mime"
|
|
|
-version = "0.3.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mime_guess"
|
|
|
-version = "2.0.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
|
-dependencies = [
|
|
|
- "mime",
|
|
|
- "unicase",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "minimal-lexical"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miniz_oxide"
|
|
|
-version = "0.8.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
|
|
-dependencies = [
|
|
|
- "adler2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "minreq"
|
|
|
-version = "2.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "36a8e50e917e18a37d500d27d40b7bc7d127e71c0c94fb2d83f43b4afd308390"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "wasi",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "moka"
|
|
|
-version = "0.11.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f"
|
|
|
-dependencies = [
|
|
|
- "async-io",
|
|
|
- "async-lock",
|
|
|
- "crossbeam-channel",
|
|
|
- "crossbeam-epoch",
|
|
|
- "crossbeam-utils",
|
|
|
- "futures-util",
|
|
|
- "once_cell",
|
|
|
- "parking_lot 0.12.3",
|
|
|
- "quanta",
|
|
|
- "rustc_version",
|
|
|
- "scheduled-thread-pool",
|
|
|
- "skeptic",
|
|
|
- "smallvec",
|
|
|
- "tagptr",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "triomphe",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "multimap"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "negentropy"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "negentropy"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932"
|
|
|
-
|
|
|
-[[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 = "nostr"
|
|
|
-version = "0.35.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56db234b2e07901e372f34e9463f91590579cd8e6dbd34ed2ccc7e461e4ba639"
|
|
|
-dependencies = [
|
|
|
- "aes",
|
|
|
- "base64 0.22.1",
|
|
|
- "bech32 0.11.0",
|
|
|
- "bip39",
|
|
|
- "bitcoin 0.32.5",
|
|
|
- "cbc",
|
|
|
- "chacha20",
|
|
|
- "chacha20poly1305",
|
|
|
- "getrandom",
|
|
|
- "instant",
|
|
|
- "negentropy 0.3.1",
|
|
|
- "negentropy 0.4.3",
|
|
|
- "once_cell",
|
|
|
- "scrypt",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "unicode-normalization",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nostr-database"
|
|
|
-version = "0.35.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "50de8cc5e77e7dafa7e2e0d0d67187ef19e191dcd1a68efffd3e05152d91b3c3"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "lru",
|
|
|
- "nostr",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nostr-relay-pool"
|
|
|
-version = "0.35.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "800b9ca169902977366f8243ec645b1fa4a128ab621331796d4a26bd7bc22a88"
|
|
|
-dependencies = [
|
|
|
- "async-utility",
|
|
|
- "async-wsocket",
|
|
|
- "atomic-destructor",
|
|
|
- "negentropy 0.3.1",
|
|
|
- "negentropy 0.4.3",
|
|
|
- "nostr",
|
|
|
- "nostr-database",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-stream",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nostr-sdk"
|
|
|
-version = "0.35.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d93036bf4c1e35145ca2cd6ee4cb7bb9c74f41cbca9cc4caff1e87b5e192f253"
|
|
|
-dependencies = [
|
|
|
- "async-utility",
|
|
|
- "atomic-destructor",
|
|
|
- "nostr",
|
|
|
- "nostr-database",
|
|
|
- "nostr-relay-pool",
|
|
|
- "nostr-signer",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nostr-signer"
|
|
|
-version = "0.35.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c1e132975a677a1c97a7695ef1161291dc06517a588b6e17e3aa05d3fb4056a0"
|
|
|
-dependencies = [
|
|
|
- "async-utility",
|
|
|
- "nostr",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nu-ansi-term"
|
|
|
-version = "0.46.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
-dependencies = [
|
|
|
- "overload",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-bigint"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
|
-dependencies = [
|
|
|
- "num-integer",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-conv"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
-
|
|
|
-[[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-rational"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
|
-dependencies = [
|
|
|
- "num-bigint",
|
|
|
- "num-integer",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-traits"
|
|
|
-version = "0.2.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "1.20.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "oorandom"
|
|
|
-version = "11.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opaque-debug"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl-probe"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "option-ext"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ordered-multimap"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
|
-dependencies = [
|
|
|
- "dlv-list",
|
|
|
- "hashbrown 0.12.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "overload"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking"
|
|
|
-version = "2.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
-dependencies = [
|
|
|
- "instant",
|
|
|
- "lock_api",
|
|
|
- "parking_lot_core 0.8.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
|
-dependencies = [
|
|
|
- "lock_api",
|
|
|
- "parking_lot_core 0.9.10",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.8.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "instant",
|
|
|
- "libc",
|
|
|
- "redox_syscall 0.2.16",
|
|
|
- "smallvec",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.9.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "redox_syscall 0.5.8",
|
|
|
- "smallvec",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "password-hash"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
|
-dependencies = [
|
|
|
- "base64ct",
|
|
|
- "rand_core",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "paste"
|
|
|
-version = "1.0.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pathdiff"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pbkdf2"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
|
-dependencies = [
|
|
|
- "digest",
|
|
|
- "hmac",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "percent-encoding"
|
|
|
-version = "2.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pest"
|
|
|
-version = "2.7.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
- "thiserror 2.0.11",
|
|
|
- "ucd-trie",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pest_derive"
|
|
|
-version = "2.7.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
|
|
-dependencies = [
|
|
|
- "pest",
|
|
|
- "pest_generator",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pest_generator"
|
|
|
-version = "2.7.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
|
|
-dependencies = [
|
|
|
- "pest",
|
|
|
- "pest_meta",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pest_meta"
|
|
|
-version = "2.7.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "pest",
|
|
|
- "sha2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "petgraph"
|
|
|
-version = "0.6.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
|
-dependencies = [
|
|
|
- "fixedbitset",
|
|
|
- "indexmap 2.7.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "phoenixd-rs"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "06f3fb00880034c8199fa10d4635e984ccb09bad0ad294b869d63d3f2d15cc24"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "log",
|
|
|
- "reqwest",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project"
|
|
|
-version = "1.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
|
|
|
-dependencies = [
|
|
|
- "pin-project-internal",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project-internal"
|
|
|
-version = "1.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project-lite"
|
|
|
-version = "0.2.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-utils"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pkg-config"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plotters"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
|
-dependencies = [
|
|
|
- "num-traits",
|
|
|
- "plotters-backend",
|
|
|
- "plotters-svg",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plotters-backend"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plotters-svg"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
|
-dependencies = [
|
|
|
- "plotters-backend",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "polling"
|
|
|
-version = "2.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "bitflags 1.3.2",
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "poly1305"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
|
|
-dependencies = [
|
|
|
- "cpufeatures",
|
|
|
- "opaque-debug",
|
|
|
- "universal-hash",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "powerfmt"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ppv-lite86"
|
|
|
-version = "0.2.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
-dependencies = [
|
|
|
- "zerocopy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prettyplease"
|
|
|
-version = "0.2.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "483f8c21f64f3ea09fe0f30f5d48c3e8eefe5dac9129f0075f76593b4c1da705"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-error"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-error-attr",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 1.0.109",
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-error-attr"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "1.0.93"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
|
|
-dependencies = [
|
|
|
- "unicode-ident",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prost"
|
|
|
-version = "0.12.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "prost-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prost-build"
|
|
|
-version = "0.12.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "heck 0.5.0",
|
|
|
- "itertools 0.12.1",
|
|
|
- "log",
|
|
|
- "multimap",
|
|
|
- "once_cell",
|
|
|
- "petgraph",
|
|
|
- "prettyplease",
|
|
|
- "prost",
|
|
|
- "prost-types",
|
|
|
- "regex",
|
|
|
- "syn 2.0.96",
|
|
|
- "tempfile",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prost-derive"
|
|
|
-version = "0.12.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "itertools 0.12.1",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prost-types"
|
|
|
-version = "0.12.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
|
|
|
-dependencies = [
|
|
|
- "prost",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pulldown-cmark"
|
|
|
-version = "0.9.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.7.0",
|
|
|
- "memchr",
|
|
|
- "unicase",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quanta"
|
|
|
-version = "0.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
- "libc",
|
|
|
- "mach2",
|
|
|
- "once_cell",
|
|
|
- "raw-cpuid",
|
|
|
- "wasi",
|
|
|
- "web-sys",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn"
|
|
|
-version = "0.11.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "pin-project-lite",
|
|
|
- "quinn-proto",
|
|
|
- "quinn-udp",
|
|
|
- "rustc-hash",
|
|
|
- "rustls 0.23.21",
|
|
|
- "socket2 0.5.8",
|
|
|
- "thiserror 2.0.11",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn-proto"
|
|
|
-version = "0.11.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "getrandom",
|
|
|
- "rand",
|
|
|
- "ring 0.17.8",
|
|
|
- "rustc-hash",
|
|
|
- "rustls 0.23.21",
|
|
|
- "rustls-pki-types",
|
|
|
- "slab",
|
|
|
- "thiserror 2.0.11",
|
|
|
- "tinyvec",
|
|
|
- "tracing",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn-udp"
|
|
|
-version = "0.5.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
|
|
|
-dependencies = [
|
|
|
- "cfg_aliases",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "socket2 0.5.8",
|
|
|
- "tracing",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "1.0.38"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "rand_chacha",
|
|
|
- "rand_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
-dependencies = [
|
|
|
- "ppv-lite86",
|
|
|
- "rand_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.6.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "raw-cpuid"
|
|
|
-version = "10.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
- "rayon-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon-core"
|
|
|
-version = "1.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redb"
|
|
|
-version = "2.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea0a72cd7140de9fc3e318823b883abf819c20d478ec89ce880466dc2ef263c6"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redis"
|
|
|
-version = "0.23.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bytes",
|
|
|
- "combine",
|
|
|
- "futures-util",
|
|
|
- "itoa",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "rustls 0.21.12",
|
|
|
- "rustls-native-certs 0.6.3",
|
|
|
- "ryu",
|
|
|
- "sha1_smol",
|
|
|
- "socket2 0.4.10",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.24.1",
|
|
|
- "tokio-util",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.2.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.5.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.7.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_users"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
- "libredox",
|
|
|
- "thiserror 1.0.69",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex"
|
|
|
-version = "1.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick",
|
|
|
- "memchr",
|
|
|
- "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",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.6.29"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "reqwest"
|
|
|
-version = "0.12.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
|
|
-dependencies = [
|
|
|
- "async-compression",
|
|
|
- "base64 0.22.1",
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "http 1.2.0",
|
|
|
- "http-body 1.0.1",
|
|
|
- "http-body-util",
|
|
|
- "hyper 1.5.2",
|
|
|
- "hyper-rustls 0.27.5",
|
|
|
- "hyper-util",
|
|
|
- "ipnet",
|
|
|
- "js-sys",
|
|
|
- "log",
|
|
|
- "mime",
|
|
|
- "once_cell",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "quinn",
|
|
|
- "rustls 0.23.21",
|
|
|
- "rustls-native-certs 0.8.1",
|
|
|
- "rustls-pemfile 2.2.0",
|
|
|
- "rustls-pki-types",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_urlencoded",
|
|
|
- "sync_wrapper 1.0.2",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.26.1",
|
|
|
- "tokio-socks",
|
|
|
- "tokio-util",
|
|
|
- "tower 0.5.2",
|
|
|
- "tower-service",
|
|
|
- "url",
|
|
|
- "wasm-bindgen",
|
|
|
- "wasm-bindgen-futures",
|
|
|
- "web-sys",
|
|
|
- "webpki-roots 0.26.7",
|
|
|
- "windows-registry",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rexie"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "887466cfa8a12c08ee4b174998135cea8ff0fd84858627cd793e56535a045bc9"
|
|
|
-dependencies = [
|
|
|
- "idb",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ring"
|
|
|
-version = "0.16.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "spin 0.5.2",
|
|
|
- "untrusted 0.7.1",
|
|
|
- "web-sys",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ring"
|
|
|
-version = "0.17.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "cfg-if",
|
|
|
- "getrandom",
|
|
|
- "libc",
|
|
|
- "spin 0.9.8",
|
|
|
- "untrusted 0.9.0",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ron"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
|
|
-dependencies = [
|
|
|
- "base64 0.13.1",
|
|
|
- "bitflags 1.3.2",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rust-embed"
|
|
|
-version = "8.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
|
|
|
-dependencies = [
|
|
|
- "rust-embed-impl",
|
|
|
- "rust-embed-utils",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rust-embed-impl"
|
|
|
-version = "8.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "rust-embed-utils",
|
|
|
- "shellexpand",
|
|
|
- "syn 2.0.96",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rust-embed-utils"
|
|
|
-version = "8.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
|
|
|
-dependencies = [
|
|
|
- "sha2",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rust-ini"
|
|
|
-version = "0.18.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "ordered-multimap",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-demangle"
|
|
|
-version = "0.1.24"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-hash"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
-dependencies = [
|
|
|
- "semver",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustix"
|
|
|
-version = "0.37.28"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "errno",
|
|
|
- "io-lifetimes",
|
|
|
- "libc",
|
|
|
- "linux-raw-sys 0.3.8",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustix"
|
|
|
-version = "0.38.43"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.7.0",
|
|
|
- "errno",
|
|
|
- "libc",
|
|
|
- "linux-raw-sys 0.4.15",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls"
|
|
|
-version = "0.20.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "ring 0.16.20",
|
|
|
- "sct",
|
|
|
- "webpki",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls"
|
|
|
-version = "0.21.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "ring 0.17.8",
|
|
|
- "rustls-webpki 0.101.7",
|
|
|
- "sct",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls"
|
|
|
-version = "0.23.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "ring 0.17.8",
|
|
|
- "rustls-pki-types",
|
|
|
- "rustls-webpki 0.102.8",
|
|
|
- "subtle",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-native-certs"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
-dependencies = [
|
|
|
- "openssl-probe",
|
|
|
- "rustls-pemfile 1.0.4",
|
|
|
- "schannel",
|
|
|
- "security-framework 2.11.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-native-certs"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
|
|
-dependencies = [
|
|
|
- "openssl-probe",
|
|
|
- "rustls-pki-types",
|
|
|
- "schannel",
|
|
|
- "security-framework 3.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-pemfile"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
-dependencies = [
|
|
|
- "base64 0.21.7",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-pemfile"
|
|
|
-version = "2.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
|
-dependencies = [
|
|
|
- "rustls-pki-types",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-pki-types"
|
|
|
-version = "1.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
|
|
-dependencies = [
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-webpki"
|
|
|
-version = "0.101.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
-dependencies = [
|
|
|
- "ring 0.17.8",
|
|
|
- "untrusted 0.9.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-webpki"
|
|
|
-version = "0.102.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
|
-dependencies = [
|
|
|
- "ring 0.17.8",
|
|
|
- "rustls-pki-types",
|
|
|
- "untrusted 0.9.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustversion"
|
|
|
-version = "1.0.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ryu"
|
|
|
-version = "1.0.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "salsa20"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "same-file"
|
|
|
-version = "1.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "schannel"
|
|
|
-version = "0.1.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
|
-dependencies = [
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scheduled-thread-pool"
|
|
|
-version = "0.2.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
|
|
-dependencies = [
|
|
|
- "parking_lot 0.12.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scopeguard"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scrypt"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
|
-dependencies = [
|
|
|
- "password-hash",
|
|
|
- "pbkdf2",
|
|
|
- "salsa20",
|
|
|
- "sha2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sct"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
|
-dependencies = [
|
|
|
- "ring 0.17.8",
|
|
|
- "untrusted 0.9.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "secp256k1"
|
|
|
-version = "0.27.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
|
|
-dependencies = [
|
|
|
- "bitcoin_hashes 0.12.0",
|
|
|
- "secp256k1-sys 0.8.1",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "secp256k1"
|
|
|
-version = "0.29.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
|
|
-dependencies = [
|
|
|
- "bitcoin_hashes 0.14.0",
|
|
|
- "rand",
|
|
|
- "secp256k1-sys 0.10.1",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "secp256k1-sys"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "secp256k1-sys"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "security-framework"
|
|
|
-version = "2.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.7.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.7.0",
|
|
|
- "core-foundation 0.10.0",
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
- "security-framework-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "security-framework-sys"
|
|
|
-version = "2.14.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "1.0.24"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "separator"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde"
|
|
|
-version = "1.0.217"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
|
|
-dependencies = [
|
|
|
- "serde_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde-wasm-bindgen"
|
|
|
-version = "0.6.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
|
|
|
-dependencies = [
|
|
|
- "js-sys",
|
|
|
- "serde",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_derive"
|
|
|
-version = "1.0.217"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_fmt"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_json"
|
|
|
-version = "1.0.135"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
|
|
|
-dependencies = [
|
|
|
- "indexmap 2.7.0",
|
|
|
- "itoa",
|
|
|
- "memchr",
|
|
|
- "ryu",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_path_to_error"
|
|
|
-version = "0.1.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "3.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
|
|
|
-dependencies = [
|
|
|
- "base64 0.22.1",
|
|
|
- "chrono",
|
|
|
- "hex",
|
|
|
- "indexmap 1.9.3",
|
|
|
- "indexmap 2.7.0",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "serde_json",
|
|
|
- "serde_with_macros",
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_with_macros"
|
|
|
-version = "3.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
|
|
|
-dependencies = [
|
|
|
- "darling",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 = "sha1_smol"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha2"
|
|
|
-version = "0.10.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sharded-slab"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "shellexpand"
|
|
|
-version = "3.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
|
|
-dependencies = [
|
|
|
- "dirs",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "shlex"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "signal-hook-registry"
|
|
|
-version = "1.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "skeptic"
|
|
|
-version = "0.13.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
|
|
|
-dependencies = [
|
|
|
- "bytecount",
|
|
|
- "cargo_metadata",
|
|
|
- "error-chain",
|
|
|
- "glob",
|
|
|
- "pulldown-cmark",
|
|
|
- "tempfile",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slab"
|
|
|
-version = "0.4.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "1.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "socket2"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "socket2"
|
|
|
-version = "0.5.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "spin"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "spin"
|
|
|
-version = "0.9.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
-dependencies = [
|
|
|
- "lock_api",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sqlformat"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
|
|
|
-dependencies = [
|
|
|
- "nom",
|
|
|
- "unicode_categories",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sqlx"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
|
|
|
-dependencies = [
|
|
|
- "sqlx-core",
|
|
|
- "sqlx-macros",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sqlx-core"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
|
|
|
-dependencies = [
|
|
|
- "ahash 0.7.8",
|
|
|
- "atoi",
|
|
|
- "bitflags 1.3.2",
|
|
|
- "byteorder",
|
|
|
- "bytes",
|
|
|
- "crc",
|
|
|
- "crossbeam-queue",
|
|
|
- "dotenvy",
|
|
|
- "either",
|
|
|
- "event-listener",
|
|
|
- "flume",
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-executor",
|
|
|
- "futures-intrusive",
|
|
|
- "futures-util",
|
|
|
- "hashlink",
|
|
|
- "hex",
|
|
|
- "indexmap 1.9.3",
|
|
|
- "itoa",
|
|
|
- "libc",
|
|
|
- "libsqlite3-sys",
|
|
|
- "log",
|
|
|
- "memchr",
|
|
|
- "once_cell",
|
|
|
- "paste",
|
|
|
- "percent-encoding",
|
|
|
- "rustls 0.20.9",
|
|
|
- "rustls-pemfile 1.0.4",
|
|
|
- "sha2",
|
|
|
- "smallvec",
|
|
|
- "sqlformat",
|
|
|
- "sqlx-rt",
|
|
|
- "stringprep",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio-stream",
|
|
|
- "url",
|
|
|
- "uuid",
|
|
|
- "webpki-roots 0.22.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sqlx-macros"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
|
|
|
-dependencies = [
|
|
|
- "dotenvy",
|
|
|
- "either",
|
|
|
- "heck 0.4.1",
|
|
|
- "once_cell",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "sha2",
|
|
|
- "sqlx-core",
|
|
|
- "sqlx-rt",
|
|
|
- "syn 1.0.109",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sqlx-rt"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.23.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stable_deref_trait"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strike-rs"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "50bd122f8342d272c6818e216972295810297fb6681eae8d8f3357446860e928"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "http-body-util",
|
|
|
- "hyper 0.14.32",
|
|
|
- "log",
|
|
|
- "rand",
|
|
|
- "reqwest",
|
|
|
- "ring 0.17.8",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tower 0.4.13",
|
|
|
- "tower-http",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stringprep"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
|
-dependencies = [
|
|
|
- "unicode-bidi",
|
|
|
- "unicode-normalization",
|
|
|
- "unicode-properties",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strsim"
|
|
|
-version = "0.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "2.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_buffer"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
|
|
|
-dependencies = [
|
|
|
- "sval",
|
|
|
- "sval_ref",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_dynamic"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
|
|
|
-dependencies = [
|
|
|
- "sval",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_fmt"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "ryu",
|
|
|
- "sval",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_json"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "ryu",
|
|
|
- "sval",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_nested"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
|
|
|
-dependencies = [
|
|
|
- "sval",
|
|
|
- "sval_buffer",
|
|
|
- "sval_ref",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_ref"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
|
|
|
-dependencies = [
|
|
|
- "sval",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sval_serde"
|
|
|
-version = "2.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "sval",
|
|
|
- "sval_nested",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "2.0.96"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
|
|
-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"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sync_wrapper"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tagptr"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tempfile"
|
|
|
-version = "3.15.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "fastrand 2.3.0",
|
|
|
- "getrandom",
|
|
|
- "once_cell",
|
|
|
- "rustix 0.38.43",
|
|
|
- "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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thiserror"
|
|
|
-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"
|
|
|
-checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thiserror-impl"
|
|
|
-version = "2.0.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thread_local"
|
|
|
-version = "1.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "once_cell",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "time"
|
|
|
-version = "0.3.37"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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"
|
|
|
-version = "0.2.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
|
|
-dependencies = [
|
|
|
- "num-conv",
|
|
|
- "time-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinystr"
|
|
|
-version = "0.7.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinytemplate"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinyvec"
|
|
|
-version = "1.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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"
|
|
|
-version = "1.43.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
- "bytes",
|
|
|
- "libc",
|
|
|
- "mio",
|
|
|
- "parking_lot 0.12.3",
|
|
|
- "pin-project-lite",
|
|
|
- "signal-hook-registry",
|
|
|
- "socket2 0.5.8",
|
|
|
- "tokio-macros",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-rustls"
|
|
|
-version = "0.23.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
-dependencies = [
|
|
|
- "rustls 0.20.9",
|
|
|
- "tokio",
|
|
|
- "webpki",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-rustls"
|
|
|
-version = "0.24.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
-dependencies = [
|
|
|
- "rustls 0.21.12",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-rustls"
|
|
|
-version = "0.26.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
|
|
-dependencies = [
|
|
|
- "rustls 0.23.21",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-socks"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
- "futures-util",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-stream"
|
|
|
-version = "0.1.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-tungstenite"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "log",
|
|
|
- "rustls 0.21.12",
|
|
|
- "rustls-native-certs 0.6.3",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.24.1",
|
|
|
- "tungstenite 0.19.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-tungstenite"
|
|
|
-version = "0.20.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "log",
|
|
|
- "tokio",
|
|
|
- "tungstenite 0.20.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-tungstenite"
|
|
|
-version = "0.24.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "log",
|
|
|
- "rustls 0.23.21",
|
|
|
- "rustls-pki-types",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.26.1",
|
|
|
- "tungstenite 0.24.0",
|
|
|
- "webpki-roots 0.26.7",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-util"
|
|
|
-version = "0.7.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "toml"
|
|
|
-version = "0.5.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tonic"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
|
|
|
-dependencies = [
|
|
|
- "async-stream",
|
|
|
- "async-trait",
|
|
|
- "axum",
|
|
|
- "base64 0.21.7",
|
|
|
- "bytes",
|
|
|
- "h2",
|
|
|
- "http 0.2.12",
|
|
|
- "http-body 0.4.6",
|
|
|
- "hyper 0.14.32",
|
|
|
- "hyper-timeout",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project",
|
|
|
- "prost",
|
|
|
- "rustls 0.21.12",
|
|
|
- "rustls-pemfile 1.0.4",
|
|
|
- "tokio",
|
|
|
- "tokio-rustls 0.24.1",
|
|
|
- "tokio-stream",
|
|
|
- "tower 0.4.13",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tonic-build"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
|
|
|
-dependencies = [
|
|
|
- "prettyplease",
|
|
|
- "proc-macro2",
|
|
|
- "prost-build",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower"
|
|
|
-version = "0.4.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "indexmap 1.9.3",
|
|
|
- "pin-project",
|
|
|
- "pin-project-lite",
|
|
|
- "rand",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower-http"
|
|
|
-version = "0.4.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
|
-dependencies = [
|
|
|
- "async-compression",
|
|
|
- "bitflags 2.7.0",
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "http 0.2.12",
|
|
|
- "http-body 0.4.6",
|
|
|
- "http-range-header",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tower 0.4.13",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower-layer"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower-service"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing"
|
|
|
-version = "0.1.41"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "tracing-attributes",
|
|
|
- "tracing-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-attributes"
|
|
|
-version = "0.1.28"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-core"
|
|
|
-version = "0.1.33"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "valuable",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-subscriber"
|
|
|
-version = "0.3.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
|
-dependencies = [
|
|
|
- "matchers",
|
|
|
- "nu-ansi-term",
|
|
|
- "once_cell",
|
|
|
- "regex",
|
|
|
- "sharded-slab",
|
|
|
- "smallvec",
|
|
|
- "thread_local",
|
|
|
- "tracing",
|
|
|
- "tracing-core",
|
|
|
- "tracing-log",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "triomphe"
|
|
|
-version = "0.1.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "try-lock"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tungstenite"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "bytes",
|
|
|
- "data-encoding",
|
|
|
- "http 0.2.12",
|
|
|
- "httparse",
|
|
|
- "log",
|
|
|
- "rand",
|
|
|
- "rustls 0.21.12",
|
|
|
- "sha1",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "url",
|
|
|
- "utf-8",
|
|
|
- "webpki",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tungstenite"
|
|
|
-version = "0.20.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "bytes",
|
|
|
- "data-encoding",
|
|
|
- "http 0.2.12",
|
|
|
- "httparse",
|
|
|
- "log",
|
|
|
- "rand",
|
|
|
- "sha1",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "url",
|
|
|
- "utf-8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tungstenite"
|
|
|
-version = "0.24.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "bytes",
|
|
|
- "data-encoding",
|
|
|
- "http 1.2.0",
|
|
|
- "httparse",
|
|
|
- "log",
|
|
|
- "rand",
|
|
|
- "rustls 0.23.21",
|
|
|
- "rustls-pki-types",
|
|
|
- "sha1",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "utf-8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typeid"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typenum"
|
|
|
-version = "1.17.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ucd-trie"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicase"
|
|
|
-version = "2.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-bidi"
|
|
|
-version = "0.3.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-ident"
|
|
|
-version = "1.0.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-normalization"
|
|
|
-version = "0.1.22"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
-dependencies = [
|
|
|
- "tinyvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-properties"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-segmentation"
|
|
|
-version = "1.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode_categories"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "universal-hash"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
|
-dependencies = [
|
|
|
- "crypto-common",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "untrusted"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "untrusted"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "url"
|
|
|
-version = "2.5.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
|
-dependencies = [
|
|
|
- "form_urlencoded",
|
|
|
- "idna",
|
|
|
- "percent-encoding",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "utf-8"
|
|
|
-version = "0.7.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "utoipa"
|
|
|
-version = "4.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23"
|
|
|
-dependencies = [
|
|
|
- "indexmap 2.7.0",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "utoipa-gen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "utoipa-gen"
|
|
|
-version = "4.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "20c24e8ab68ff9ee746aad22d39b5535601e6416d1b0feeabf78be986a5c4392"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-error",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "utoipa-swagger-ui"
|
|
|
-version = "4.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "154517adf0d0b6e22e8e1f385628f14fcaa3db43531dc74303d3edef89d6dfe5"
|
|
|
-dependencies = [
|
|
|
- "axum",
|
|
|
- "mime_guess",
|
|
|
- "regex",
|
|
|
- "rust-embed",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "utoipa",
|
|
|
- "zip",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "uuid"
|
|
|
-version = "1.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "valuable"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "value-bag"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
|
|
-dependencies = [
|
|
|
- "value-bag-serde1",
|
|
|
- "value-bag-sval2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "value-bag-serde1"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
|
|
|
-dependencies = [
|
|
|
- "erased-serde",
|
|
|
- "serde",
|
|
|
- "serde_fmt",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "value-bag-sval2"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
|
|
|
-dependencies = [
|
|
|
- "sval",
|
|
|
- "sval_buffer",
|
|
|
- "sval_dynamic",
|
|
|
- "sval_fmt",
|
|
|
- "sval_json",
|
|
|
- "sval_ref",
|
|
|
- "sval_serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vcpkg"
|
|
|
-version = "0.2.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "version_check"
|
|
|
-version = "0.9.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "waker-fn"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "walkdir"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen"
|
|
|
-version = "0.2.99"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "once_cell",
|
|
|
- "wasm-bindgen-macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-backend"
|
|
|
-version = "0.2.99"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
|
|
-dependencies = [
|
|
|
- "bumpalo",
|
|
|
- "log",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
- "wasm-bindgen-shared",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-futures"
|
|
|
-version = "0.4.49"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "js-sys",
|
|
|
- "once_cell",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-macro"
|
|
|
-version = "0.2.99"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
|
|
-dependencies = [
|
|
|
- "quote",
|
|
|
- "wasm-bindgen-macro-support",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-macro-support"
|
|
|
-version = "0.2.99"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
- "wasm-bindgen-backend",
|
|
|
- "wasm-bindgen-shared",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-shared"
|
|
|
-version = "0.2.99"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "web-sys"
|
|
|
-version = "0.3.76"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
|
|
|
-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]]
|
|
|
-name = "webpki"
|
|
|
-version = "0.22.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
|
|
-dependencies = [
|
|
|
- "ring 0.17.8",
|
|
|
- "untrusted 0.9.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "webpki-roots"
|
|
|
-version = "0.22.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
|
|
-dependencies = [
|
|
|
- "webpki",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "webpki-roots"
|
|
|
-version = "0.26.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
|
|
-dependencies = [
|
|
|
- "rustls-pki-types",
|
|
|
-]
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
|
-dependencies = [
|
|
|
- "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 = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-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"
|
|
|
-checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
-dependencies = [
|
|
|
- "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 = [
|
|
|
- "windows-targets 0.48.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.52.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.59.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-targets"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_gnullvm 0.48.5",
|
|
|
- "windows_aarch64_msvc 0.48.5",
|
|
|
- "windows_i686_gnu 0.48.5",
|
|
|
- "windows_i686_msvc 0.48.5",
|
|
|
- "windows_x86_64_gnu 0.48.5",
|
|
|
- "windows_x86_64_gnullvm 0.48.5",
|
|
|
- "windows_x86_64_msvc 0.48.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-targets"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-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"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_gnullvm"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnullvm"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnullvm"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnullvm"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "write16"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "writeable"
|
|
|
-version = "0.5.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yaml-rust"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
-dependencies = [
|
|
|
- "linked-hash-map",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yoke"
|
|
|
-version = "0.7.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "stable_deref_trait",
|
|
|
- "yoke-derive",
|
|
|
- "zerofrom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yoke-derive"
|
|
|
-version = "0.7.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerocopy"
|
|
|
-version = "0.7.35"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "zerocopy-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerocopy-derive"
|
|
|
-version = "0.7.35"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerofrom"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
-dependencies = [
|
|
|
- "zerofrom-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerofrom-derive"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize"
|
|
|
-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"
|
|
|
-checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.96",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zip"
|
|
|
-version = "0.6.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "crc32fast",
|
|
|
- "crossbeam-utils",
|
|
|
- "flate2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zstd"
|
|
|
-version = "0.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
|
-dependencies = [
|
|
|
- "zstd-safe",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zstd-safe"
|
|
|
-version = "7.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
|
-dependencies = [
|
|
|
- "zstd-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zstd-sys"
|
|
|
-version = "2.0.13+zstd.1.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "pkg-config",
|
|
|
-]
|