2505 lines
62 KiB
Plaintext
2505 lines
62 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 4
|
||
|
|
||
|
[[package]]
|
||
|
name = "addr2line"
|
||
|
version = "0.24.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
||
|
dependencies = [
|
||
|
"gimli",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "adler2"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||
|
|
||
|
[[package]]
|
||
|
name = "aead"
|
||
|
version = "0.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
||
|
dependencies = [
|
||
|
"crypto-common",
|
||
|
"generic-array",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ahash"
|
||
|
version = "0.8.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"once_cell",
|
||
|
"version_check",
|
||
|
"zerocopy",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "aho-corasick"
|
||
|
version = "1.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anstream"
|
||
|
version = "0.6.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
||
|
dependencies = [
|
||
|
"anstyle",
|
||
|
"anstyle-parse",
|
||
|
"anstyle-query",
|
||
|
"anstyle-wincon",
|
||
|
"colorchoice",
|
||
|
"is_terminal_polyfill",
|
||
|
"utf8parse",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anstyle"
|
||
|
version = "1.0.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "anstyle-parse"
|
||
|
version = "0.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
||
|
dependencies = [
|
||
|
"utf8parse",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anstyle-query"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
||
|
dependencies = [
|
||
|
"windows-sys 0.59.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anstyle-wincon"
|
||
|
version = "3.0.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
||
|
dependencies = [
|
||
|
"anstyle",
|
||
|
"windows-sys 0.59.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anyhow"
|
||
|
version = "1.0.95"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
||
|
|
||
|
[[package]]
|
||
|
name = "arraydeque"
|
||
|
version = "0.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
|
||
|
|
||
|
[[package]]
|
||
|
name = "arrayvec"
|
||
|
version = "0.7.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-trait"
|
||
|
version = "0.1.83"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-utility"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a34a3b57207a7a1007832416c3e4862378c8451b4e8e093e436f48c2d3d2c151"
|
||
|
dependencies = [
|
||
|
"futures-util",
|
||
|
"gloo-timers",
|
||
|
"tokio",
|
||
|
"wasm-bindgen-futures",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-wsocket"
|
||
|
version = "0.11.0"
|
||
|
source = "git+https://github.com/yukibtc/async-wsocket?rev=259c0bc372e7d60d94827b484178bf995afdcbe6#259c0bc372e7d60d94827b484178bf995afdcbe6"
|
||
|
dependencies = [
|
||
|
"async-utility",
|
||
|
"futures",
|
||
|
"futures-util",
|
||
|
"js-sys",
|
||
|
"tokio",
|
||
|
"tokio-rustls",
|
||
|
"tokio-socks",
|
||
|
"tokio-tungstenite",
|
||
|
"url",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "atomic-destructor"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ef49f5882e4b6afaac09ad239a4f8c70a24b8f2b0897edb1f706008efd109cf4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||
|
|
||
|
[[package]]
|
||
|
name = "backtrace"
|
||
|
version = "0.3.74"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
||
|
dependencies = [
|
||
|
"addr2line",
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"miniz_oxide",
|
||
|
"object",
|
||
|
"rustc-demangle",
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "base58ck"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f"
|
||
|
dependencies = [
|
||
|
"bitcoin-internals 0.3.0",
|
||
|
"bitcoin_hashes 0.14.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.21.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.22.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64ct"
|
||
|
version = "1.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bech32"
|
||
|
version = "0.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bip39"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387"
|
||
|
dependencies = [
|
||
|
"bitcoin_hashes 0.13.0",
|
||
|
"serde",
|
||
|
"unicode-normalization",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin"
|
||
|
version = "0.32.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026"
|
||
|
dependencies = [
|
||
|
"base58ck",
|
||
|
"bech32",
|
||
|
"bitcoin-internals 0.3.0",
|
||
|
"bitcoin-io",
|
||
|
"bitcoin-units",
|
||
|
"bitcoin_hashes 0.14.0",
|
||
|
"hex-conservative 0.2.1",
|
||
|
"hex_lit",
|
||
|
"secp256k1",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin-internals"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin-internals"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin-io"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin-units"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2"
|
||
|
dependencies = [
|
||
|
"bitcoin-internals 0.3.0",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin_hashes"
|
||
|
version = "0.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"
|
||
|
dependencies = [
|
||
|
"bitcoin-internals 0.2.0",
|
||
|
"hex-conservative 0.1.2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitcoin_hashes"
|
||
|
version = "0.14.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
|
||
|
dependencies = [
|
||
|
"bitcoin-io",
|
||
|
"hex-conservative 0.2.1",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "block-buffer"
|
||
|
version = "0.10.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
||
|
dependencies = [
|
||
|
"generic-array",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "block-padding"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
||
|
dependencies = [
|
||
|
"generic-array",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bumpalo"
|
||
|
version = "3.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bytes"
|
||
|
version = "1.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cbc"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
||
|
dependencies = [
|
||
|
"cipher",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
|
||
|
dependencies = [
|
||
|
"shlex",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "chacha20"
|
||
|
version = "0.9.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"cipher",
|
||
|
"cpufeatures",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "chacha20poly1305"
|
||
|
version = "0.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
||
|
dependencies = [
|
||
|
"aead",
|
||
|
"chacha20",
|
||
|
"cipher",
|
||
|
"poly1305",
|
||
|
"zeroize",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cipher"
|
||
|
version = "0.4.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
||
|
dependencies = [
|
||
|
"crypto-common",
|
||
|
"inout",
|
||
|
"zeroize",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "clap"
|
||
|
version = "4.5.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
|
||
|
dependencies = [
|
||
|
"clap_builder",
|
||
|
"clap_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "clap_builder"
|
||
|
version = "4.5.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
|
||
|
dependencies = [
|
||
|
"anstream",
|
||
|
"anstyle",
|
||
|
"clap_lex",
|
||
|
"strsim",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "clap_derive"
|
||
|
version = "4.5.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
||
|
dependencies = [
|
||
|
"heck",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "clap_lex"
|
||
|
version = "0.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "colorchoice"
|
||
|
version = "1.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
||
|
|
||
|
[[package]]
|
||
|
name = "config"
|
||
|
version = "0.15.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3"
|
||
|
dependencies = [
|
||
|
"async-trait",
|
||
|
"convert_case",
|
||
|
"json5",
|
||
|
"pathdiff",
|
||
|
"ron",
|
||
|
"rust-ini",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"toml",
|
||
|
"winnow",
|
||
|
"yaml-rust2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "const-random"
|
||
|
version = "0.1.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
||
|
dependencies = [
|
||
|
"const-random-macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "const-random-macro"
|
||
|
version = "0.1.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
"once_cell",
|
||
|
"tiny-keccak",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "convert_case"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
||
|
dependencies = [
|
||
|
"unicode-segmentation",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cpufeatures"
|
||
|
version = "0.2.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-queue"
|
||
|
version = "0.3.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
||
|
dependencies = [
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-utils"
|
||
|
version = "0.8.21"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
||
|
|
||
|
[[package]]
|
||
|
name = "crunchy"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "crypto-common"
|
||
|
version = "0.1.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
||
|
dependencies = [
|
||
|
"generic-array",
|
||
|
"rand_core",
|
||
|
"typenum",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "data-encoding"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
||
|
|
||
|
[[package]]
|
||
|
name = "digest"
|
||
|
version = "0.10.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||
|
dependencies = [
|
||
|
"block-buffer",
|
||
|
"crypto-common",
|
||
|
"subtle",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "displaydoc"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "dlv-list"
|
||
|
version = "0.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
|
||
|
dependencies = [
|
||
|
"const-random",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "doxygen-rs"
|
||
|
version = "0.4.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
|
||
|
dependencies = [
|
||
|
"phf",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "dtan_relay"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"clap",
|
||
|
"config",
|
||
|
"log",
|
||
|
"nostr-relay-builder",
|
||
|
"nostr-sdk",
|
||
|
"pretty_env_logger",
|
||
|
"serde",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "either"
|
||
|
version = "1.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "encoding_rs"
|
||
|
version = "0.8.35"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "env_logger"
|
||
|
version = "0.10.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
||
|
dependencies = [
|
||
|
"humantime",
|
||
|
"is-terminal",
|
||
|
"log",
|
||
|
"regex",
|
||
|
"termcolor",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "equivalent"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "flatbuffers"
|
||
|
version = "23.5.26"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
|
||
|
dependencies = [
|
||
|
"bitflags 1.3.2",
|
||
|
"rustc_version",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fnv"
|
||
|
version = "1.0.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "form_urlencoded"
|
||
|
version = "1.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
||
|
dependencies = [
|
||
|
"percent-encoding",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"futures-sink",
|
||
|
"futures-task",
|
||
|
"futures-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-channel"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-core"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-io"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-sink"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-task"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-util"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"futures-sink",
|
||
|
"futures-task",
|
||
|
"memchr",
|
||
|
"pin-project-lite",
|
||
|
"pin-utils",
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "generic-array"
|
||
|
version = "0.14.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
||
|
dependencies = [
|
||
|
"typenum",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getrandom"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gimli"
|
||
|
version = "0.31.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "gloo-timers"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.14.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
||
|
dependencies = [
|
||
|
"ahash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.15.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashlink"
|
||
|
version = "0.9.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
||
|
dependencies = [
|
||
|
"hashbrown 0.14.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "heck"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||
|
|
||
|
[[package]]
|
||
|
name = "heed"
|
||
|
version = "0.20.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
|
||
|
dependencies = [
|
||
|
"bitflags 2.6.0",
|
||
|
"byteorder",
|
||
|
"heed-traits",
|
||
|
"heed-types",
|
||
|
"libc",
|
||
|
"lmdb-master-sys",
|
||
|
"once_cell",
|
||
|
"page_size",
|
||
|
"synchronoise",
|
||
|
"url",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "heed-traits"
|
||
|
version = "0.20.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
|
||
|
|
||
|
[[package]]
|
||
|
name = "heed-types"
|
||
|
version = "0.20.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
|
||
|
dependencies = [
|
||
|
"byteorder",
|
||
|
"heed-traits",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hex-conservative"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hex-conservative"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
|
||
|
dependencies = [
|
||
|
"arrayvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hex_lit"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hmac"
|
||
|
version = "0.12.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||
|
dependencies = [
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "http"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"fnv",
|
||
|
"itoa",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "httparse"
|
||
|
version = "1.9.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
||
|
|
||
|
[[package]]
|
||
|
name = "humantime"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_collections"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"yoke",
|
||
|
"zerofrom",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_locid"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"litemap",
|
||
|
"tinystr",
|
||
|
"writeable",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_locid_transform"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"icu_locid",
|
||
|
"icu_locid_transform_data",
|
||
|
"icu_provider",
|
||
|
"tinystr",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_locid_transform_data"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_normalizer"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"icu_collections",
|
||
|
"icu_normalizer_data",
|
||
|
"icu_properties",
|
||
|
"icu_provider",
|
||
|
"smallvec",
|
||
|
"utf16_iter",
|
||
|
"utf8_iter",
|
||
|
"write16",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_normalizer_data"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_properties"
|
||
|
version = "1.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"icu_collections",
|
||
|
"icu_locid_transform",
|
||
|
"icu_properties_data",
|
||
|
"icu_provider",
|
||
|
"tinystr",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_properties_data"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_provider"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"icu_locid",
|
||
|
"icu_provider_macros",
|
||
|
"stable_deref_trait",
|
||
|
"tinystr",
|
||
|
"writeable",
|
||
|
"yoke",
|
||
|
"zerofrom",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "icu_provider_macros"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "idna"
|
||
|
version = "1.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
||
|
dependencies = [
|
||
|
"idna_adapter",
|
||
|
"smallvec",
|
||
|
"utf8_iter",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "idna_adapter"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
||
|
dependencies = [
|
||
|
"icu_normalizer",
|
||
|
"icu_properties",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "indexmap"
|
||
|
version = "2.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
||
|
dependencies = [
|
||
|
"equivalent",
|
||
|
"hashbrown 0.15.2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "inout"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
||
|
dependencies = [
|
||
|
"block-padding",
|
||
|
"generic-array",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "instant"
|
||
|
version = "0.1.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "is-terminal"
|
||
|
version = "0.4.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
||
|
dependencies = [
|
||
|
"hermit-abi",
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "is_terminal_polyfill"
|
||
|
version = "1.70.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
||
|
|
||
|
[[package]]
|
||
|
name = "js-sys"
|
||
|
version = "0.3.76"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "json5"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
||
|
dependencies = [
|
||
|
"pest",
|
||
|
"pest_derive",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.169"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "litemap"
|
||
|
version = "0.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lmdb-master-sys"
|
||
|
version = "0.2.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"doxygen-rs",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.4.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "miniz_oxide"
|
||
|
version = "0.8.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
||
|
dependencies = [
|
||
|
"adler2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mio"
|
||
|
version = "1.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "negentropy"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "negentropy"
|
||
|
version = "0.4.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932"
|
||
|
|
||
|
[[package]]
|
||
|
name = "nostr"
|
||
|
version = "0.37.0"
|
||
|
source = "git+https://github.com/rust-nostr/nostr.git?rev=7351b86c17cb06869a69cb49645d2e9809a9c1a9#7351b86c17cb06869a69cb49645d2e9809a9c1a9"
|
||
|
dependencies = [
|
||
|
"async-trait",
|
||
|
"base64 0.22.1",
|
||
|
"bech32",
|
||
|
"bip39",
|
||
|
"bitcoin",
|
||
|
"cbc",
|
||
|
"chacha20",
|
||
|
"chacha20poly1305",
|
||
|
"getrandom",
|
||
|
"instant",
|
||
|
"negentropy 0.3.1",
|
||
|
"negentropy 0.4.3",
|
||
|
"once_cell",
|
||
|
"scrypt",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"unicode-normalization",
|
||
|
"url",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nostr-database"
|
||
|
version = "0.37.0"
|
||
|
source = "git+https://github.com/rust-nostr/nostr.git?rev=7351b86c17cb06869a69cb49645d2e9809a9c1a9#7351b86c17cb06869a69cb49645d2e9809a9c1a9"
|
||
|
dependencies = [
|
||
|
"async-trait",
|
||
|
"flatbuffers",
|
||
|
"nostr",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nostr-lmdb"
|
||
|
version = "0.37.0"
|
||
|
source = "git+https://github.com/rust-nostr/nostr.git?rev=7351b86c17cb06869a69cb49645d2e9809a9c1a9#7351b86c17cb06869a69cb49645d2e9809a9c1a9"
|
||
|
dependencies = [
|
||
|
"async-utility",
|
||
|
"heed",
|
||
|
"nostr",
|
||
|
"nostr-database",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nostr-relay-builder"
|
||
|
version = "0.37.0"
|
||
|
source = "git+https://github.com/rust-nostr/nostr.git?rev=7351b86c17cb06869a69cb49645d2e9809a9c1a9#7351b86c17cb06869a69cb49645d2e9809a9c1a9"
|
||
|
dependencies = [
|
||
|
"async-utility",
|
||
|
"async-wsocket",
|
||
|
"atomic-destructor",
|
||
|
"negentropy 0.4.3",
|
||
|
"nostr",
|
||
|
"nostr-database",
|
||
|
"thiserror 1.0.69",
|
||
|
"tokio",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nostr-relay-pool"
|
||
|
version = "0.37.0"
|
||
|
source = "git+https://github.com/rust-nostr/nostr.git?rev=7351b86c17cb06869a69cb49645d2e9809a9c1a9#7351b86c17cb06869a69cb49645d2e9809a9c1a9"
|
||
|
dependencies = [
|
||
|
"async-utility",
|
||
|
"async-wsocket",
|
||
|
"atomic-destructor",
|
||
|
"negentropy 0.3.1",
|
||
|
"negentropy 0.4.3",
|
||
|
"nostr",
|
||
|
"nostr-database",
|
||
|
"tokio",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nostr-sdk"
|
||
|
version = "0.37.0"
|
||
|
source = "git+https://github.com/rust-nostr/nostr.git?rev=7351b86c17cb06869a69cb49645d2e9809a9c1a9#7351b86c17cb06869a69cb49645d2e9809a9c1a9"
|
||
|
dependencies = [
|
||
|
"async-utility",
|
||
|
"nostr",
|
||
|
"nostr-database",
|
||
|
"nostr-lmdb",
|
||
|
"nostr-relay-pool",
|
||
|
"tokio",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "object"
|
||
|
version = "0.36.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "once_cell"
|
||
|
version = "1.20.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
||
|
|
||
|
[[package]]
|
||
|
name = "opaque-debug"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ordered-multimap"
|
||
|
version = "0.7.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
|
||
|
dependencies = [
|
||
|
"dlv-list",
|
||
|
"hashbrown 0.14.5",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "page_size"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "password-hash"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
||
|
dependencies = [
|
||
|
"base64ct",
|
||
|
"rand_core",
|
||
|
"subtle",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pathdiff"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pbkdf2"
|
||
|
version = "0.12.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
||
|
dependencies = [
|
||
|
"digest",
|
||
|
"hmac",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "percent-encoding"
|
||
|
version = "2.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pest"
|
||
|
version = "2.7.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
"thiserror 2.0.9",
|
||
|
"ucd-trie",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pest_derive"
|
||
|
version = "2.7.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
||
|
dependencies = [
|
||
|
"pest",
|
||
|
"pest_generator",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pest_generator"
|
||
|
version = "2.7.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
||
|
dependencies = [
|
||
|
"pest",
|
||
|
"pest_meta",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pest_meta"
|
||
|
version = "2.7.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"pest",
|
||
|
"sha2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "phf"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
||
|
dependencies = [
|
||
|
"phf_macros",
|
||
|
"phf_shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "phf_generator"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
||
|
dependencies = [
|
||
|
"phf_shared",
|
||
|
"rand",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "phf_macros"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
||
|
dependencies = [
|
||
|
"phf_generator",
|
||
|
"phf_shared",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "phf_shared"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
||
|
dependencies = [
|
||
|
"siphasher",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-lite"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-utils"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
||
|
[[package]]
|
||
|
name = "poly1305"
|
||
|
version = "0.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
||
|
dependencies = [
|
||
|
"cpufeatures",
|
||
|
"opaque-debug",
|
||
|
"universal-hash",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ppv-lite86"
|
||
|
version = "0.2.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
||
|
dependencies = [
|
||
|
"zerocopy",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pretty_env_logger"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
|
||
|
dependencies = [
|
||
|
"env_logger",
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.92"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.38"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand"
|
||
|
version = "0.8.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"rand_chacha",
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_chacha"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
||
|
dependencies = [
|
||
|
"ppv-lite86",
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_core"
|
||
|
version = "0.6.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex"
|
||
|
version = "1.11.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-automata",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-automata"
|
||
|
version = "0.4.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-syntax"
|
||
|
version = "0.8.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ring"
|
||
|
version = "0.17.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"cfg-if",
|
||
|
"getrandom",
|
||
|
"libc",
|
||
|
"spin",
|
||
|
"untrusted",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ron"
|
||
|
version = "0.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
||
|
dependencies = [
|
||
|
"base64 0.21.7",
|
||
|
"bitflags 2.6.0",
|
||
|
"serde",
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rust-ini"
|
||
|
version = "0.21.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"ordered-multimap",
|
||
|
"trim-in-place",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-demangle"
|
||
|
version = "0.1.24"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc_version"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
||
|
dependencies = [
|
||
|
"semver",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls"
|
||
|
version = "0.23.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"ring",
|
||
|
"rustls-pki-types",
|
||
|
"rustls-webpki",
|
||
|
"subtle",
|
||
|
"zeroize",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-pki-types"
|
||
|
version = "1.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-webpki"
|
||
|
version = "0.102.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
||
|
dependencies = [
|
||
|
"ring",
|
||
|
"rustls-pki-types",
|
||
|
"untrusted",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "salsa20"
|
||
|
version = "0.10.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
||
|
dependencies = [
|
||
|
"cipher",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "scrypt"
|
||
|
version = "0.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
||
|
dependencies = [
|
||
|
"password-hash",
|
||
|
"pbkdf2",
|
||
|
"salsa20",
|
||
|
"sha2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "secp256k1"
|
||
|
version = "0.29.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
||
|
dependencies = [
|
||
|
"bitcoin_hashes 0.14.0",
|
||
|
"rand",
|
||
|
"secp256k1-sys",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "secp256k1-sys"
|
||
|
version = "0.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "semver"
|
||
|
version = "1.0.24"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.216"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.216"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.134"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"itoa",
|
||
|
"memchr",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_spanned"
|
||
|
version = "0.6.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sha1"
|
||
|
version = "0.10.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"cpufeatures",
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sha2"
|
||
|
version = "0.10.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"cpufeatures",
|
||
|
"digest",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "shlex"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||
|
|
||
|
[[package]]
|
||
|
name = "siphasher"
|
||
|
version = "0.3.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "slab"
|
||
|
version = "0.4.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "smallvec"
|
||
|
version = "1.13.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "socket2"
|
||
|
version = "0.5.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "spin"
|
||
|
version = "0.9.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "stable_deref_trait"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "strsim"
|
||
|
version = "0.11.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "subtle"
|
||
|
version = "2.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "2.0.91"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "synchronoise"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
|
||
|
dependencies = [
|
||
|
"crossbeam-queue",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "synstructure"
|
||
|
version = "0.13.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "termcolor"
|
||
|
version = "1.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
||
|
dependencies = [
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "1.0.69"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
||
|
dependencies = [
|
||
|
"thiserror-impl 1.0.69",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "2.0.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
||
|
dependencies = [
|
||
|
"thiserror-impl 2.0.9",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "1.0.69"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "2.0.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tiny-keccak"
|
||
|
version = "2.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
||
|
dependencies = [
|
||
|
"crunchy",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinystr"
|
||
|
version = "0.7.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
||
|
dependencies = [
|
||
|
"displaydoc",
|
||
|
"zerovec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec"
|
||
|
version = "1.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
||
|
dependencies = [
|
||
|
"tinyvec_macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec_macros"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio"
|
||
|
version = "1.42.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
||
|
dependencies = [
|
||
|
"backtrace",
|
||
|
"bytes",
|
||
|
"libc",
|
||
|
"mio",
|
||
|
"pin-project-lite",
|
||
|
"socket2",
|
||
|
"tokio-macros",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-macros"
|
||
|
version = "2.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-rustls"
|
||
|
version = "0.26.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
||
|
dependencies = [
|
||
|
"rustls",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-socks"
|
||
|
version = "0.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
"futures-util",
|
||
|
"thiserror 1.0.69",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-tungstenite"
|
||
|
version = "0.24.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
|
||
|
dependencies = [
|
||
|
"futures-util",
|
||
|
"log",
|
||
|
"rustls",
|
||
|
"rustls-pki-types",
|
||
|
"tokio",
|
||
|
"tokio-rustls",
|
||
|
"tungstenite",
|
||
|
"webpki-roots",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml"
|
||
|
version = "0.8.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
"serde_spanned",
|
||
|
"toml_datetime",
|
||
|
"toml_edit",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_datetime"
|
||
|
version = "0.6.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "toml_edit"
|
||
|
version = "0.22.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"serde",
|
||
|
"serde_spanned",
|
||
|
"toml_datetime",
|
||
|
"winnow",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing"
|
||
|
version = "0.1.41"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
||
|
dependencies = [
|
||
|
"pin-project-lite",
|
||
|
"tracing-attributes",
|
||
|
"tracing-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-attributes"
|
||
|
version = "0.1.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-core"
|
||
|
version = "0.1.33"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "trim-in-place"
|
||
|
version = "0.1.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tungstenite"
|
||
|
version = "0.24.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
|
||
|
dependencies = [
|
||
|
"byteorder",
|
||
|
"bytes",
|
||
|
"data-encoding",
|
||
|
"http",
|
||
|
"httparse",
|
||
|
"log",
|
||
|
"rand",
|
||
|
"rustls",
|
||
|
"rustls-pki-types",
|
||
|
"sha1",
|
||
|
"thiserror 1.0.69",
|
||
|
"utf-8",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "typenum"
|
||
|
version = "1.17.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ucd-trie"
|
||
|
version = "0.1.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-normalization"
|
||
|
version = "0.1.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
||
|
dependencies = [
|
||
|
"tinyvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-segmentation"
|
||
|
version = "1.12.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
||
|
|
||
|
[[package]]
|
||
|
name = "universal-hash"
|
||
|
version = "0.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
||
|
dependencies = [
|
||
|
"crypto-common",
|
||
|
"subtle",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "untrusted"
|
||
|
version = "0.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "url"
|
||
|
version = "2.5.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
||
|
dependencies = [
|
||
|
"form_urlencoded",
|
||
|
"idna",
|
||
|
"percent-encoding",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "utf-8"
|
||
|
version = "0.7.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "utf16_iter"
|
||
|
version = "1.0.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
||
|
|
||
|
[[package]]
|
||
|
name = "utf8_iter"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
||
|
|
||
|
[[package]]
|
||
|
name = "utf8parse"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||
|
|
||
|
[[package]]
|
||
|
name = "version_check"
|
||
|
version = "0.9.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasi"
|
||
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen"
|
||
|
version = "0.2.99"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"once_cell",
|
||
|
"wasm-bindgen-macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-backend"
|
||
|
version = "0.2.99"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
||
|
dependencies = [
|
||
|
"bumpalo",
|
||
|
"log",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-futures"
|
||
|
version = "0.4.49"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"once_cell",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro"
|
||
|
version = "0.2.99"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
||
|
dependencies = [
|
||
|
"quote",
|
||
|
"wasm-bindgen-macro-support",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro-support"
|
||
|
version = "0.2.99"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
"wasm-bindgen-backend",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-shared"
|
||
|
version = "0.2.99"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "web-sys"
|
||
|
version = "0.3.76"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
|
||
|
dependencies = [
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "webpki-roots"
|
||
|
version = "0.26.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
||
|
dependencies = [
|
||
|
"rustls-pki-types",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||
|
dependencies = [
|
||
|
"winapi-i686-pc-windows-gnu",
|
||
|
"winapi-x86_64-pc-windows-gnu",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi-i686-pc-windows-gnu"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi-util"
|
||
|
version = "0.1.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||
|
dependencies = [
|
||
|
"windows-sys 0.59.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi-x86_64-pc-windows-gnu"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.52.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.59.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm",
|
||
|
"windows_aarch64_msvc",
|
||
|
"windows_i686_gnu",
|
||
|
"windows_i686_gnullvm",
|
||
|
"windows_i686_msvc",
|
||
|
"windows_x86_64_gnu",
|
||
|
"windows_x86_64_gnullvm",
|
||
|
"windows_x86_64_msvc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winnow"
|
||
|
version = "0.6.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "write16"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
||
|
|
||
|
[[package]]
|
||
|
name = "writeable"
|
||
|
version = "0.5.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
||
|
|
||
|
[[package]]
|
||
|
name = "yaml-rust2"
|
||
|
version = "0.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2a1a1c0bc9823338a3bdf8c61f994f23ac004c6fa32c08cd152984499b445e8d"
|
||
|
dependencies = [
|
||
|
"arraydeque",
|
||
|
"encoding_rs",
|
||
|
"hashlink",
|
||
|
]
|
||
|
|
||
|
[[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",
|
||
|
"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",
|
||
|
]
|
||
|
|
||
|
[[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",
|
||
|
"synstructure",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zeroize"
|
||
|
version = "1.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
||
|
|
||
|
[[package]]
|
||
|
name = "zerovec"
|
||
|
version = "0.10.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
||
|
dependencies = [
|
||
|
"yoke",
|
||
|
"zerofrom",
|
||
|
"zerovec-derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zerovec-derive"
|
||
|
version = "0.10.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|