2022-11-12 09:47:05 -03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "addr2line"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.24.2"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"gimli",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "adler2"
|
|
|
|
|
version = "2.0.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "aead"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ahash"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.7.8"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"getrandom 0.2.15",
|
2022-11-12 09:47:05 -03:00
|
|
|
"once_cell",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "1.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ansi_term"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.95"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "arrayvec"
|
|
|
|
|
version = "0.7.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "asn1-rs"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.6.2"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"asn1-rs-derive",
|
|
|
|
|
"asn1-rs-impl",
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"nom",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"rusticata-macros",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"time",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "asn1-rs-derive"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.5.1"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
|
|
|
|
"synstructure",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "asn1-rs-impl"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "assert-json-diff"
|
|
|
|
|
version = "2.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-stream"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"async-stream-impl",
|
|
|
|
|
"futures-core",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-stream-impl"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-trait"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.85"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
|
|
|
|
version = "0.2.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
|
dependencies = [
|
2023-01-10 13:57:38 +01:00
|
|
|
"hermit-abi 0.1.19",
|
2022-11-12 09:47:05 -03:00
|
|
|
"libc",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.4.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "axum"
|
|
|
|
|
version = "0.6.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
|
|
|
|
"axum-core",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"bytes 1.9.0",
|
2024-03-20 14:46:37 -04:00
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
2024-03-20 14:46:37 -04:00
|
|
|
"http-body 0.4.6",
|
2025-01-30 13:50:57 +01:00
|
|
|
"hyper 0.14.32",
|
|
|
|
|
"itoa 1.0.14",
|
2024-03-20 14:46:37 -04:00
|
|
|
"matchit",
|
|
|
|
|
"memchr",
|
|
|
|
|
"mime",
|
|
|
|
|
"percent-encoding",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
2024-03-20 14:46:37 -04:00
|
|
|
"rustversion",
|
|
|
|
|
"serde",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tower",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-core"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2024-03-20 14:46:37 -04:00
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
2024-03-20 14:46:37 -04:00
|
|
|
"http-body 0.4.6",
|
|
|
|
|
"mime",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "backoff"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2025-01-30 13:50:57 +01:00
|
|
|
"getrandom 0.2.15",
|
2022-11-12 09:47:05 -03:00
|
|
|
"instant",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
"rand 0.8.5",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.74"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"addr2line",
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"libc",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
"object",
|
|
|
|
|
"rustc-demangle",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-targets 0.52.6",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "base32"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "base58ck"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin-internals",
|
|
|
|
|
"bitcoin_hashes",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.13.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-07-18 15:57:53 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.21.7"
|
2023-07-18 15:57:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-07-18 15:57:53 -04:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "base64"
|
|
|
|
|
version = "0.22.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bech32"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.11.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitcoin"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.32.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"base58ck",
|
2022-11-12 09:47:05 -03:00
|
|
|
"bech32",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitcoin-internals",
|
|
|
|
|
"bitcoin-io",
|
|
|
|
|
"bitcoin-units",
|
2022-11-12 09:47:05 -03:00
|
|
|
"bitcoin_hashes",
|
2025-01-30 13:50:57 +01:00
|
|
|
"hex-conservative",
|
|
|
|
|
"hex_lit",
|
2022-11-12 09:47:05 -03:00
|
|
|
"secp256k1",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[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-units"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin-internals",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitcoin_hashes"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.14.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitcoin-io",
|
|
|
|
|
"hex-conservative",
|
2022-11-12 09:47:05 -03:00
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitcoincore-rpc"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.19.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "aedd23ae0fd321affb4bbbc36126c6f49a32818dc6b979395d24da8c9d4e80ee"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitcoincore-rpc-json",
|
|
|
|
|
"jsonrpc",
|
|
|
|
|
"log",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitcoincore-rpc-json"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.19.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d8909583c5fab98508e80ef73e5592a651c954993dc6b7739963257d19f0e71a"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "2.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-padding",
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.10.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-padding"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bstr"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.11.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
2025-01-30 13:50:57 +01:00
|
|
|
"serde",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "3.17.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
|
|
|
|
version = "0.5.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.9.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.2.10"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"shlex",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "chacha20"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.7.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"cipher",
|
2023-12-29 11:46:33 -05:00
|
|
|
"cpufeatures 0.1.5",
|
2022-11-12 09:47:05 -03:00
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "chacha20poly1305"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.8.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"aead",
|
|
|
|
|
"chacha20",
|
|
|
|
|
"cipher",
|
|
|
|
|
"poly1305",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "chunked_transfer"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cipher"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
|
|
|
|
version = "2.34.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term",
|
|
|
|
|
"atty",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-11-12 09:47:05 -03:00
|
|
|
"strsim",
|
|
|
|
|
"textwrap",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
"vec_map",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cln-plugin"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "55eefc811f7d5280586dec7342824a84ab81f1d7e0cdb4cd579c1470e3e236cc"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"futures",
|
|
|
|
|
"log",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-stream",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio-util 0.7.13",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "colored"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "convert_case"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.9.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.8.7"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.17"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crypto-common"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
"typenum",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crypto-mac"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.11.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "curve25519-dalek"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "3.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"digest 0.9.0",
|
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
|
"subtle",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "data-encoding"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.7.0"
|
2023-02-20 17:29:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
|
2023-02-20 17:29:04 +01:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2023-12-29 11:46:33 -05:00
|
|
|
name = "der-parser"
|
|
|
|
|
version = "9.0.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"asn1-rs",
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"nom",
|
2022-11-12 09:47:05 -03:00
|
|
|
"num-bigint",
|
|
|
|
|
"num-traits",
|
2023-12-29 11:46:33 -05:00
|
|
|
"rusticata-macros",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-29 11:46:33 -05:00
|
|
|
name = "deranged"
|
|
|
|
|
version = "0.3.11"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"powerfmt",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "derive_more"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.99.18"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"convert_case",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"rustc_version",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
2023-07-18 15:57:53 -04:00
|
|
|
version = "0.10.7"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 15:57:53 -04:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"block-buffer 0.10.4",
|
2022-11-12 09:47:05 -03:00
|
|
|
"crypto-common",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "displaydoc"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.5"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "dnssec-prover"
|
|
|
|
|
version = "0.6.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "96487aad690d45a83f2b9876828ba856c5430bbb143cb5730d8a5d04a4805179"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ed25519"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.5.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"signature",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ed25519-dalek"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"curve25519-dalek",
|
|
|
|
|
"ed25519",
|
|
|
|
|
"rand 0.7.3",
|
|
|
|
|
"serde",
|
|
|
|
|
"sha2",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.13.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "encoding_rs"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.8.35"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.10"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-01-10 13:57:38 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-01-10 13:57:38 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "fallible-iterator"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.3.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fixedbitset"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "form_urlencoded"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.2.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-11-12 09:47:05 -03:00
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-channel"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-core"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-macro",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"memchr",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "generic-array"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.14.7"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.1.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.15"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"libc",
|
2023-12-29 11:46:33 -05:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "gimli"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.31.1"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "globset"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.15"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"aho-corasick",
|
2022-11-12 09:47:05 -03:00
|
|
|
"bstr",
|
|
|
|
|
"log",
|
2025-01-30 13:50:57 +01:00
|
|
|
"regex-automata 0.4.9",
|
|
|
|
|
"regex-syntax 0.8.5",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.6",
|
|
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
|
"indexmap 1.9.3",
|
2022-11-12 09:47:05 -03:00
|
|
|
"slab",
|
|
|
|
|
"tokio 0.2.25",
|
|
|
|
|
"tokio-util 0.3.1",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-futures",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.26"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
|
"indexmap 2.7.1",
|
2022-11-12 09:47:05 -03:00
|
|
|
"slab",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
|
|
|
|
"tokio-util 0.7.13",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ahash",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.13.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.15.2"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashlink"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
|
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"hashbrown 0.11.2",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "headers"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.9"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.21.7",
|
|
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"headers-core",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
|
"httpdate 1.0.3",
|
2022-11-12 09:47:05 -03:00
|
|
|
"mime",
|
2025-01-30 13:50:57 +01:00
|
|
|
"sha1",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "headers-core"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-segmentation",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.5.0"
|
2024-03-20 14:46:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-03-20 14:46:37 -04:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.1.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.9"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[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"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hmac"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crypto-mac",
|
|
|
|
|
"digest 0.9.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "home"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.5.11"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.2.12"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
|
|
|
|
"fnv",
|
|
|
|
|
"itoa 1.0.14",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"fnv",
|
2025-01-30 13:50:57 +01:00
|
|
|
"itoa 1.0.14",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.6",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.4.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
|
|
|
|
"http 0.2.12",
|
|
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httparse"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.10.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpdate"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpdate"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.3"
|
2022-11-16 13:00:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-11-16 13:00:16 -06:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
|
|
|
|
version = "0.13.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.6",
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"h2 0.2.7",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
2022-11-12 09:47:05 -03:00
|
|
|
"http-body 0.3.1",
|
|
|
|
|
"httparse",
|
|
|
|
|
"httpdate 0.3.2",
|
|
|
|
|
"itoa 0.4.8",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"socket2 0.3.19",
|
|
|
|
|
"tokio 0.2.25",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
"want",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.14.32"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"h2 0.3.26",
|
|
|
|
|
"http 0.2.12",
|
2023-12-29 11:46:33 -05:00
|
|
|
"http-body 0.4.6",
|
2022-11-12 09:47:05 -03:00
|
|
|
"httparse",
|
2025-01-30 13:50:57 +01:00
|
|
|
"httpdate 1.0.3",
|
|
|
|
|
"itoa 1.0.14",
|
|
|
|
|
"pin-project-lite 0.2.16",
|
|
|
|
|
"socket2 0.5.8",
|
|
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
"want",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-timeout"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"hyper 0.14.32",
|
|
|
|
|
"pin-project-lite 0.2.16",
|
|
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-io-timeout",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-tls"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
|
|
|
|
"hyper 0.14.32",
|
2022-11-12 09:47:05 -03:00
|
|
|
"native-tls",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-native-tls",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_collections"
|
|
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_locid"
|
|
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"litemap",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"writeable",
|
|
|
|
|
"zerovec",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_locid_transform"
|
|
|
|
|
version = "1.5.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"icu_locid",
|
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"zerovec",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_normalizer"
|
|
|
|
|
version = "1.5.0"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
2023-01-10 13:57:38 +01:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"icu_collections",
|
|
|
|
|
"icu_normalizer_data",
|
|
|
|
|
"icu_properties",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"utf16_iter",
|
|
|
|
|
"utf8_iter",
|
|
|
|
|
"write16",
|
|
|
|
|
"zerovec",
|
2023-01-10 13:57:38 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_normalizer_data"
|
|
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_properties"
|
|
|
|
|
version = "1.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"icu_collections",
|
|
|
|
|
"icu_locid_transform",
|
|
|
|
|
"icu_properties_data",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"zerovec",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_properties_data"
|
|
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_provider"
|
|
|
|
|
version = "1.5.0"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
2023-01-10 13:57:38 +01:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"icu_locid",
|
|
|
|
|
"icu_provider_macros",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"writeable",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec",
|
2023-01-10 13:57:38 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "icu_provider_macros"
|
|
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "idna"
|
|
|
|
|
version = "1.0.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"idna_adapter",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"utf8_iter",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "idna_adapter"
|
|
|
|
|
version = "1.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"icu_normalizer",
|
|
|
|
|
"icu_properties",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "indexmap"
|
|
|
|
|
version = "1.9.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"autocfg",
|
|
|
|
|
"hashbrown 0.12.3",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "indexmap"
|
|
|
|
|
version = "2.7.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"equivalent",
|
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "instant"
|
|
|
|
|
version = "0.1.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iovec"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ipnet"
|
|
|
|
|
version = "2.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
|
|
|
|
|
|
|
[[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 = "0.4.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
|
|
|
|
version = "0.3.77"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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 = "jsonrpc-core"
|
|
|
|
|
version = "17.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d4467ab6dfa369b69e52bd0692e480c4d117410538526a57a304a0f2250fd95e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"log",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-http-server"
|
|
|
|
|
version = "17.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "522a047cac0958097ee71d047dd71cb84979fd2fa21c7a68fbe12736bef870a2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"hyper 0.13.10",
|
|
|
|
|
"jsonrpc-core",
|
|
|
|
|
"jsonrpc-server-utils",
|
|
|
|
|
"log",
|
|
|
|
|
"net2",
|
2023-02-20 17:29:04 +01:00
|
|
|
"parking_lot 0.11.2",
|
2022-11-12 09:47:05 -03:00
|
|
|
"unicase",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jsonrpc-server-utils"
|
|
|
|
|
version = "17.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bce68fa279a2822b3619369cd024f8a4f8e5ce485468834f8679a3c7919aae2d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.6",
|
|
|
|
|
"futures",
|
|
|
|
|
"globset",
|
|
|
|
|
"jsonrpc-core",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"tokio 0.2.25",
|
|
|
|
|
"tokio-util 0.3.1",
|
|
|
|
|
"unicase",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "keccak"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cpufeatures 0.2.17",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "kernel32-sys"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.2.8",
|
|
|
|
|
"winapi-build",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.169"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libm"
|
|
|
|
|
version = "0.2.11"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
|
version = "0.23.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lightning"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "b3224b577def19c2bb3dcf2c35a95d94909183204c061746d1245ecc6e889e8e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bech32",
|
2022-11-12 09:47:05 -03:00
|
|
|
"bitcoin",
|
2025-01-30 13:50:57 +01:00
|
|
|
"dnssec-prover",
|
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
|
"libm",
|
|
|
|
|
"lightning-invoice",
|
|
|
|
|
"lightning-types",
|
|
|
|
|
"possiblyrandom",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lightning-block-sync"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "baab5bdee174a2047d939a4ca0dc2e1c23caa0f8cab0b4380aed77a20e116f1e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin",
|
|
|
|
|
"chunked_transfer",
|
|
|
|
|
"lightning",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lightning-invoice"
|
|
|
|
|
version = "0.33.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d4254e7d05961a3728bc90737c522e7091735ba6f2f71014096d4b3eb4ee5d89"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bech32",
|
|
|
|
|
"bitcoin",
|
|
|
|
|
"lightning-types",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "lightning-net-tokio"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "cb6a6c93b1e592f1d46bb24233cac4a33b4015c99488ee229927a81d16226e45"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin",
|
|
|
|
|
"lightning",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lightning-types"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f2cd84d4e71472035903e43caded8ecc123066ce466329ccd5ae537a8d5488c7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "litemap"
|
|
|
|
|
version = "0.7.4"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.12"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"autocfg",
|
2022-11-12 09:47:05 -03:00
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.25"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "matchers"
|
|
|
|
|
version = "0.1.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchit"
|
|
|
|
|
version = "0.7.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.7.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.17"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime_guess"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.0.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"mime",
|
|
|
|
|
"unicase",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.8.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adler2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "minreq"
|
|
|
|
|
version = "2.13.2"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "da0c420feb01b9fb5061f8c8f452534361dd783756dcf38ec45191ce55e7a161"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"log",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
|
|
|
|
version = "0.6.23"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
|
"fuchsia-zircon",
|
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
|
"iovec",
|
|
|
|
|
"kernel32-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"miow",
|
|
|
|
|
"net2",
|
|
|
|
|
"slab",
|
|
|
|
|
"winapi 0.2.8",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "miow"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys",
|
|
|
|
|
"net2",
|
|
|
|
|
"winapi 0.2.8",
|
|
|
|
|
"ws2_32-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 17:29:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "mockito"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.32.5"
|
2023-02-20 17:29:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "406f43768da5a859ce19bb0978fd8dc2167a7d9a52f3935c6a187242e1a4ff9f"
|
2023-02-20 17:29:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"assert-json-diff",
|
|
|
|
|
"colored",
|
|
|
|
|
"futures",
|
2025-01-30 13:50:57 +01:00
|
|
|
"hyper 0.14.32",
|
2023-02-20 17:29:04 +01:00
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"rand 0.8.5",
|
|
|
|
|
"regex",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"similar",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2023-02-20 17:29:04 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2023-07-18 15:57:53 -04:00
|
|
|
name = "multer"
|
|
|
|
|
version = "2.1.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 15:57:53 -04:00
|
|
|
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2023-07-18 15:57:53 -04:00
|
|
|
"encoding_rs",
|
|
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
2022-11-12 09:47:05 -03:00
|
|
|
"httparse",
|
|
|
|
|
"log",
|
2023-07-18 15:57:53 -04:00
|
|
|
"memchr",
|
2022-11-12 09:47:05 -03:00
|
|
|
"mime",
|
2024-03-20 14:46:37 -04:00
|
|
|
"spin",
|
2023-07-18 15:57:53 -04:00
|
|
|
"version_check",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
2023-07-18 15:57:53 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "multimap"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.10.0"
|
2023-07-18 15:57:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
2023-07-18 15:57:53 -04:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "native-tls"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.13"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"openssl",
|
|
|
|
|
"openssl-probe",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
"schannel",
|
|
|
|
|
"security-framework",
|
|
|
|
|
"security-framework-sys",
|
|
|
|
|
"tempfile",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "net2"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.39"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nom"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "7.1.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"minimal-lexical",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
|
version = "0.46.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"overload",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-bigint"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-conv"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.46"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.19"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num_cpus"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.16.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"hermit-abi 0.3.9",
|
2022-11-12 09:47:05 -03:00
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num_threads"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.7"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "object"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.36.7"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "oid-registry"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.7.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"asn1-rs",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.20.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opaque-debug"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.10.69"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 2.8.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"openssl-macros",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-macros"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-probe"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.9.104"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "overload"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"instant",
|
|
|
|
|
"lock_api",
|
2025-01-30 13:50:57 +01:00
|
|
|
"parking_lot_core 0.8.6",
|
2023-02-20 17:29:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.12.3"
|
2023-02-20 17:29:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-02-20 17:29:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
2025-01-30 13:50:57 +01:00
|
|
|
"parking_lot_core 0.9.10",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.8.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"instant",
|
|
|
|
|
"libc",
|
2025-01-30 13:50:57 +01:00
|
|
|
"redox_syscall 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
"smallvec",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-20 17:29:04 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.9.10"
|
2023-02-20 17:29:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-02-20 17:29:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"libc",
|
2025-01-30 13:50:57 +01:00
|
|
|
"redox_syscall 0.5.8",
|
2023-02-20 17:29:04 +01:00
|
|
|
"smallvec",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-02-20 17:29:04 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "pem"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "3.0.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.22.1",
|
2023-12-29 11:46:33 -05:00
|
|
|
"serde",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.3.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "petgraph"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.6.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"fixedbitset",
|
2025-01-30 13:50:57 +01:00
|
|
|
"indexmap 2.7.1",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.1.8"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"pin-project-internal",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-internal"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.1.8"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
|
|
|
|
version = "0.1.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.16"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.31"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "poly1305"
|
|
|
|
|
version = "0.7.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"cpufeatures 0.2.17",
|
2022-11-12 09:47:05 -03:00
|
|
|
"opaque-debug",
|
|
|
|
|
"universal-hash",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "possiblyrandom"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1b122a615d72104fb3d8b26523fdf9232cd8ee06949fb37e4ce3ff964d15dffd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.2.15",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "powerfmt"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.20"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerocopy",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "prettyplease"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.29"
|
2024-03-20 14:46:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
|
2024-03-20 14:46:37 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2024-03-20 14:46:37 -04:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 1.0.109",
|
2022-11-12 09:47:05 -03:00
|
|
|
"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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.93"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.12.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2024-03-20 14:46:37 -04:00
|
|
|
"prost-derive",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost-build"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.12.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
|
|
|
|
"heck 0.5.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"itertools",
|
|
|
|
|
"log",
|
|
|
|
|
"multimap",
|
2024-03-20 14:46:37 -04:00
|
|
|
"once_cell",
|
2022-11-12 09:47:05 -03:00
|
|
|
"petgraph",
|
2024-03-20 14:46:37 -04:00
|
|
|
"prettyplease",
|
|
|
|
|
"prost",
|
2022-11-12 09:47:05 -03:00
|
|
|
"prost-types",
|
|
|
|
|
"regex",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tempfile",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost-derive"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.12.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"itertools",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost-types"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.12.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2024-03-20 14:46:37 -04:00
|
|
|
"prost",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.38"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.4.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fuchsia-cprng",
|
|
|
|
|
"libc",
|
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
|
"rdrand",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.7.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
|
"libc",
|
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
|
"rand_hc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.8.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"rand_chacha 0.3.1",
|
2025-01-30 13:50:57 +01:00
|
|
|
"rand_core 0.6.4",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
2025-01-30 13:50:57 +01:00
|
|
|
"rand_core 0.6.4",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.6.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"getrandom 0.2.15",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_hc"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rcgen"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.13.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"pem",
|
2024-03-20 14:46:37 -04:00
|
|
|
"ring",
|
2023-12-29 11:46:33 -05:00
|
|
|
"rustls-pki-types",
|
|
|
|
|
"time",
|
2022-11-12 09:47:05 -03:00
|
|
|
"x509-parser",
|
|
|
|
|
"yasna",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rdrand"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2025-01-30 13:50:57 +01:00
|
|
|
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"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 2.8.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.11.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"aho-corasick",
|
2023-12-29 11:46:33 -05:00
|
|
|
"memchr",
|
2025-01-30 13:50:57 +01:00
|
|
|
"regex-automata 0.4.9",
|
|
|
|
|
"regex-syntax 0.8.5",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
2025-01-30 13:50:57 +01:00
|
|
|
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"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"aho-corasick",
|
2022-11-12 09:47:05 -03:00
|
|
|
"memchr",
|
2025-01-30 13:50:57 +01:00
|
|
|
"regex-syntax 0.8.5",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.6.29"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.8.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "remove_dir_all"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "reqwest"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.11.27"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.21.7",
|
|
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"encoding_rs",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"h2 0.3.26",
|
|
|
|
|
"http 0.2.12",
|
2023-12-29 11:46:33 -05:00
|
|
|
"http-body 0.4.6",
|
2025-01-30 13:50:57 +01:00
|
|
|
"hyper 0.14.32",
|
2022-11-12 09:47:05 -03:00
|
|
|
"hyper-tls",
|
|
|
|
|
"ipnet",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"mime",
|
|
|
|
|
"native-tls",
|
2025-01-30 13:50:57 +01:00
|
|
|
"once_cell",
|
2022-11-12 09:47:05 -03:00
|
|
|
"percent-encoding",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
|
|
|
|
"rustls-pemfile 1.0.4",
|
2022-11-12 09:47:05 -03:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
2025-01-30 13:50:57 +01:00
|
|
|
"sync_wrapper",
|
|
|
|
|
"system-configuration",
|
|
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-native-tls",
|
|
|
|
|
"tokio-socks",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"url",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"winreg",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "ring"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.17.8"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
2025-01-30 13:50:57 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"getrandom 0.2.15",
|
2023-12-29 11:46:33 -05:00
|
|
|
"libc",
|
2024-03-20 14:46:37 -04:00
|
|
|
"spin",
|
|
|
|
|
"untrusted",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rusqlite"
|
|
|
|
|
version = "0.26.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-11-12 09:47:05 -03:00
|
|
|
"fallible-iterator",
|
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
|
"hashlink",
|
|
|
|
|
"libsqlite3-sys",
|
|
|
|
|
"memchr",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.24"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"semver",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rusticata-macros"
|
|
|
|
|
version = "4.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nom",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.38.44"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2023-01-10 13:57:38 +01:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 2.8.0",
|
2023-01-10 13:57:38 +01:00
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-01-10 13:57:38 +01:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustls"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.22.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2024-03-20 14:46:37 -04:00
|
|
|
"ring",
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
"rustls-webpki",
|
|
|
|
|
"subtle",
|
|
|
|
|
"zeroize",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-18 15:57:53 -04:00
|
|
|
name = "rustls-pemfile"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2023-07-18 15:57:53 -04:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.21.7",
|
2023-07-18 15:57:53 -04:00
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustls-pemfile"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.2.0"
|
2024-03-20 14:46:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2024-03-20 14:46:37 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustls-pki-types"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.11.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustls-webpki"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.102.8"
|
2024-03-20 14:46:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-03-20 14:46:37 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"ring",
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
"untrusted",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.19"
|
2024-03-20 14:46:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2024-03-20 14:46:37 -04:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2023-07-18 15:57:53 -04:00
|
|
|
name = "ryu"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.19"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "schannel"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.27"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scoped-tls"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "secp256k1"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.29.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitcoin_hashes",
|
|
|
|
|
"rand 0.8.5",
|
2022-11-12 09:47:05 -03:00
|
|
|
"secp256k1-sys",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "secp256k1-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.10.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.11.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 2.8.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"core-foundation",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"security-framework-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.14.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.25"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.217"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.217"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.138"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"indexmap 2.7.1",
|
|
|
|
|
"itoa 1.0.14",
|
|
|
|
|
"memchr",
|
2022-11-12 09:47:05 -03:00
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"form_urlencoded",
|
2025-01-30 13:50:57 +01:00
|
|
|
"itoa 1.0.14",
|
2022-11-12 09:47:05 -03:00
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-18 15:57:53 -04:00
|
|
|
name = "sha1"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.10.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
2025-01-30 13:50:57 +01:00
|
|
|
"cpufeatures 0.2.17",
|
2023-07-18 15:57:53 -04:00
|
|
|
"digest 0.10.7",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sha2"
|
|
|
|
|
version = "0.9.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
|
"cfg-if 1.0.0",
|
2025-01-30 13:50:57 +01:00
|
|
|
"cpufeatures 0.2.17",
|
2022-11-12 09:47:05 -03:00
|
|
|
"digest 0.9.0",
|
|
|
|
|
"opaque-debug",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sha3"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
|
"digest 0.9.0",
|
|
|
|
|
"keccak",
|
|
|
|
|
"opaque-debug",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[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 = "shlex"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.4.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "signature"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.6.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "similar"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.7.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "simple_logger"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.3.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "48047e77b528151aaf841a10a9025f9459da80ba820e425ff7eb005708a76dc7"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"atty",
|
|
|
|
|
"colored",
|
|
|
|
|
"log",
|
|
|
|
|
"time",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.9"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.13.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
|
|
|
|
version = "0.3.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.5.8"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2023-12-29 11:46:33 -05:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
2023-07-18 15:57:53 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "spin"
|
|
|
|
|
version = "0.9.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "structopt"
|
|
|
|
|
version = "0.3.26"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clap",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"structopt-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "structopt-derive"
|
|
|
|
|
version = "0.4.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
|
dependencies = [
|
2024-03-20 14:46:37 -04:00
|
|
|
"heck 0.3.3",
|
2022-11-12 09:47:05 -03:00
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 1.0.109",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "subtle"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.6.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.109"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.0.96"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-20 14:46:37 -04:00
|
|
|
[[package]]
|
|
|
|
|
name = "sync_wrapper"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "synstructure"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.13.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "system-configuration"
|
|
|
|
|
version = "0.5.1"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"core-foundation",
|
|
|
|
|
"system-configuration-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "tempdir"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand 0.4.6",
|
|
|
|
|
"remove_dir_all",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "3.16.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"fastrand",
|
2025-01-30 13:50:57 +01:00
|
|
|
"getrandom 0.3.1",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustix",
|
|
|
|
|
"windows-sys 0.59.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "teos"
|
2023-01-23 13:18:34 -05:00
|
|
|
version = "0.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.22.1",
|
2022-11-12 09:47:05 -03:00
|
|
|
"bitcoin",
|
|
|
|
|
"bitcoincore-rpc",
|
|
|
|
|
"hex",
|
|
|
|
|
"home",
|
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
|
"lightning",
|
|
|
|
|
"lightning-block-sync",
|
|
|
|
|
"lightning-net-tokio",
|
|
|
|
|
"log",
|
2024-03-20 14:46:37 -04:00
|
|
|
"prost",
|
2022-11-12 09:47:05 -03:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"rcgen",
|
|
|
|
|
"rusqlite",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"simple_logger",
|
|
|
|
|
"structopt",
|
|
|
|
|
"tempdir",
|
|
|
|
|
"teos-common",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-stream",
|
|
|
|
|
"toml",
|
2024-03-20 14:46:37 -04:00
|
|
|
"tonic",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tonic-build",
|
|
|
|
|
"torut",
|
|
|
|
|
"triggered",
|
|
|
|
|
"warp",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "teos-common"
|
2023-01-23 13:18:34 -05:00
|
|
|
version = "0.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitcoin",
|
|
|
|
|
"chacha20poly1305",
|
|
|
|
|
"hex",
|
|
|
|
|
"lightning",
|
2024-03-20 14:46:37 -04:00
|
|
|
"prost",
|
2022-11-12 09:47:05 -03:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"rusqlite",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2024-03-20 14:46:37 -04:00
|
|
|
"tonic",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tonic-build",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "textwrap"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-width",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.69"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.69"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"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 1.0.0",
|
|
|
|
|
"once_cell",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.37"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"deranged",
|
2025-01-30 13:50:57 +01:00
|
|
|
"itoa 1.0.14",
|
2022-11-12 09:47:05 -03:00
|
|
|
"libc",
|
2023-12-29 11:46:33 -05:00
|
|
|
"num-conv",
|
2022-11-12 09:47:05 -03:00
|
|
|
"num_threads",
|
2023-12-29 11:46:33 -05:00
|
|
|
"powerfmt",
|
|
|
|
|
"serde",
|
|
|
|
|
"time-core",
|
2022-11-12 09:47:05 -03:00
|
|
|
"time-macros",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "time-core"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "time-macros"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.19"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"num-conv",
|
|
|
|
|
"time-core",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "tinystr"
|
|
|
|
|
version = "0.7.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"displaydoc",
|
|
|
|
|
"zerovec",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
|
|
|
|
version = "0.2.25"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.6",
|
|
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"iovec",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"memchr",
|
|
|
|
|
"mio 0.6.23",
|
|
|
|
|
"num_cpus",
|
|
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.43.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"backtrace",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"libc",
|
2025-01-30 13:50:57 +01:00
|
|
|
"mio 1.0.3",
|
|
|
|
|
"parking_lot 0.12.3",
|
|
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
"signal-hook-registry",
|
2025-01-30 13:50:57 +01:00
|
|
|
"socket2 0.5.8",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-macros",
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
|
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-macros"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.5.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-native-tls"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"native-tls",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-rustls"
|
2024-03-20 14:46:37 -04:00
|
|
|
version = "0.25.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 14:46:37 -04:00
|
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"rustls",
|
2024-03-20 14:46:37 -04:00
|
|
|
"rustls-pki-types",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-socks"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.5.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"thiserror",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-stream"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.17"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
|
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-tungstenite"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.21.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-util",
|
|
|
|
|
"log",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tungstenite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-util"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes 0.5.6",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"log",
|
|
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
|
"tokio 0.2.25",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-util"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.7.13"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
|
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.5.11"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tonic"
|
2024-03-20 14:46:37 -04:00
|
|
|
version = "0.11.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 14:46:37 -04:00
|
|
|
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"async-stream",
|
|
|
|
|
"async-trait",
|
2024-03-20 14:46:37 -04:00
|
|
|
"axum",
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.21.7",
|
|
|
|
|
"bytes 1.9.0",
|
|
|
|
|
"h2 0.3.26",
|
|
|
|
|
"http 0.2.12",
|
2023-12-29 11:46:33 -05:00
|
|
|
"http-body 0.4.6",
|
2025-01-30 13:50:57 +01:00
|
|
|
"hyper 0.14.32",
|
2022-11-12 09:47:05 -03:00
|
|
|
"hyper-timeout",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project",
|
2024-03-20 14:46:37 -04:00
|
|
|
"prost",
|
2025-01-30 13:50:57 +01:00
|
|
|
"rustls-pemfile 2.2.0",
|
2024-03-20 14:46:37 -04:00
|
|
|
"rustls-pki-types",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-rustls",
|
|
|
|
|
"tokio-stream",
|
|
|
|
|
"tower",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tonic-build"
|
2024-03-20 14:46:37 -04:00
|
|
|
version = "0.11.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 14:46:37 -04:00
|
|
|
checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2024-03-20 14:46:37 -04:00
|
|
|
"prettyplease",
|
2022-11-12 09:47:05 -03:00
|
|
|
"proc-macro2",
|
|
|
|
|
"prost-build",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "torut"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "99febc413f26cf855b3a309c5872edff5c31e0ffe9c2fce5681868761df36f69"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base32",
|
2025-01-30 13:50:57 +01:00
|
|
|
"base64 0.13.1",
|
2022-11-12 09:47:05 -03:00
|
|
|
"derive_more",
|
|
|
|
|
"ed25519-dalek",
|
|
|
|
|
"hex",
|
|
|
|
|
"hmac",
|
|
|
|
|
"rand 0.7.3",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"sha2",
|
|
|
|
|
"sha3",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.4.13"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
2025-01-30 13:50:57 +01:00
|
|
|
"indexmap 1.9.3",
|
2022-11-12 09:47:05 -03:00
|
|
|
"pin-project",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"slab",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
|
|
|
|
"tokio-util 0.7.13",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-layer"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-service"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.3"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.41"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2025-01-30 13:50:57 +01:00
|
|
|
"pin-project-lite 0.2.16",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tracing-attributes",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-attributes"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.28"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.33"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"once_cell",
|
2025-01-30 13:50:57 +01:00
|
|
|
"valuable",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-futures"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pin-project",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[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",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "triggered"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ce148eae0d1a376c1b94ae651fc3261d9cb8294788b962b7382066376503a2d1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "try-lock"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tungstenite"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.21.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
|
|
|
|
"data-encoding",
|
|
|
|
|
"http 1.2.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"httparse",
|
|
|
|
|
"log",
|
|
|
|
|
"rand 0.8.5",
|
2023-07-18 15:57:53 -04:00
|
|
|
"sha1",
|
2022-11-12 09:47:05 -03:00
|
|
|
"thiserror",
|
|
|
|
|
"url",
|
|
|
|
|
"utf-8",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.17.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicase"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.8.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.0.16"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-segmentation"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.12.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.1.14"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "universal-hash"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.4.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"generic-array",
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "untrusted"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "2.5.4"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"form_urlencoded",
|
|
|
|
|
"idna",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "utf-8"
|
|
|
|
|
version = "0.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf16_iter"
|
|
|
|
|
version = "1.0.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "utf8_iter"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "valuable"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "vcpkg"
|
|
|
|
|
version = "0.2.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
|
|
|
|
version = "0.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.9.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "want"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"try-lock",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "warp"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.7"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"bytes 1.9.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"futures-channel",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"headers",
|
2025-01-30 13:50:57 +01:00
|
|
|
"http 0.2.12",
|
|
|
|
|
"hyper 0.14.32",
|
2022-11-12 09:47:05 -03:00
|
|
|
"log",
|
|
|
|
|
"mime",
|
|
|
|
|
"mime_guess",
|
2023-07-18 15:57:53 -04:00
|
|
|
"multer",
|
2022-11-12 09:47:05 -03:00
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"scoped-tls",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tokio-tungstenite",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio-util 0.7.13",
|
2022-11-12 09:47:05 -03:00
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.100"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
2025-01-30 13:50:57 +01:00
|
|
|
"once_cell",
|
|
|
|
|
"rustversion",
|
2022-11-12 09:47:05 -03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.100"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-futures"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.4.50"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"js-sys",
|
2025-01-30 13:50:57 +01:00
|
|
|
"once_cell",
|
2022-11-12 09:47:05 -03:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.100"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.100"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.2.100"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "watchtower-plugin"
|
2023-01-23 13:18:34 -05:00
|
|
|
version = "0.2.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"backoff",
|
|
|
|
|
"bitcoin",
|
|
|
|
|
"cln-plugin",
|
|
|
|
|
"hex",
|
|
|
|
|
"home",
|
|
|
|
|
"log",
|
2023-02-20 17:29:04 +01:00
|
|
|
"mockito",
|
2022-11-12 09:47:05 -03:00
|
|
|
"reqwest",
|
|
|
|
|
"rusqlite",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tempdir",
|
|
|
|
|
"teos-common",
|
2025-01-30 13:50:57 +01:00
|
|
|
"tokio 1.43.0",
|
2024-03-20 14:46:37 -04:00
|
|
|
"tonic",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.3.77"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
|
|
|
|
[[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-build"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.48.0"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-01-10 13:57:38 +01:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-targets 0.48.5",
|
2023-01-10 13:57:38 +01:00
|
|
|
]
|
|
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.59.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-29 11:46:33 -05:00
|
|
|
dependencies = [
|
2025-01-30 13:50:57 +01:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-12-29 11:46:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[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"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.48.5"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
2023-01-10 13:57:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "0.52.6"
|
2023-01-10 13:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-01-10 13:57:38 +01:00
|
|
|
|
2023-12-29 11:46:33 -05:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "winreg"
|
|
|
|
|
version = "0.50.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
]
|
2023-12-29 11:46:33 -05:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
|
version = "0.33.0"
|
2023-12-29 11:46:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.8.0",
|
|
|
|
|
]
|
2023-12-29 11:46:33 -05:00
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
2025-01-30 13:50:57 +01:00
|
|
|
name = "write16"
|
|
|
|
|
version = "1.0.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "writeable"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2022-11-12 09:47:05 -03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.2.8",
|
|
|
|
|
"winapi-build",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "x509-parser"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.16.0"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"asn1-rs",
|
2022-11-12 09:47:05 -03:00
|
|
|
"data-encoding",
|
|
|
|
|
"der-parser",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"nom",
|
|
|
|
|
"oid-registry",
|
2024-03-20 14:46:37 -04:00
|
|
|
"ring",
|
2022-11-12 09:47:05 -03:00
|
|
|
"rusticata-macros",
|
|
|
|
|
"thiserror",
|
2023-12-29 11:46:33 -05:00
|
|
|
"time",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yasna"
|
2023-12-29 11:46:33 -05:00
|
|
|
version = "0.5.2"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 11:46:33 -05:00
|
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
2023-12-29 11:46:33 -05:00
|
|
|
"time",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|
|
|
|
|
|
2025-01-30 13:50:57 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "yoke"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
"yoke-derive",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yoke-derive"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.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",
|
|
|
|
|
]
|
|
|
|
|
|
2022-11-12 09:47:05 -03:00
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.8.1"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"zeroize_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize_derive"
|
2025-01-30 13:50:57 +01:00
|
|
|
version = "1.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.96",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2022-11-12 09:47:05 -03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-30 13:50:57 +01:00
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
2022-11-12 09:47:05 -03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-30 13:50:57 +01:00
|
|
|
"syn 2.0.96",
|
2022-11-12 09:47:05 -03:00
|
|
|
]
|