|
|
@@ -1,6627 +0,0 @@
|
|
|
-# This file is automatically @generated by Cargo.
|
|
|
-# It is not intended for manual editing.
|
|
|
-version = 3
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "addr2line"
|
|
|
-version = "0.24.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
-dependencies = [
|
|
|
- "gimli",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "adler2"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aead"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
-dependencies = [
|
|
|
- "crypto-common",
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cipher",
|
|
|
- "cpufeatures",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes-siv"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7e08d0cdb774acd1e4dac11478b1a0c0d203134b2aab0ba25eb430de9b18f8b9"
|
|
|
-dependencies = [
|
|
|
- "aead",
|
|
|
- "aes",
|
|
|
- "cipher",
|
|
|
- "cmac",
|
|
|
- "ctr",
|
|
|
- "dbl",
|
|
|
- "digest",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aho-corasick"
|
|
|
-version = "1.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "allocator-api2"
|
|
|
-version = "0.2.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "android-tzdata"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "android_system_properties"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anes"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstream"
|
|
|
-version = "0.6.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
|
-dependencies = [
|
|
|
- "anstyle",
|
|
|
- "anstyle-parse",
|
|
|
- "anstyle-query",
|
|
|
- "anstyle-wincon",
|
|
|
- "colorchoice",
|
|
|
- "is_terminal_polyfill",
|
|
|
- "utf8parse",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle"
|
|
|
-version = "1.0.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle-parse"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
|
-dependencies = [
|
|
|
- "utf8parse",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle-query"
|
|
|
-version = "1.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
|
-dependencies = [
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anstyle-wincon"
|
|
|
-version = "3.0.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa"
|
|
|
-dependencies = [
|
|
|
- "anstyle",
|
|
|
- "once_cell_polyfill",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "anyhow"
|
|
|
-version = "1.0.98"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "argon2"
|
|
|
-version = "0.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
|
|
-dependencies = [
|
|
|
- "base64ct",
|
|
|
- "blake2",
|
|
|
- "cpufeatures",
|
|
|
- "password-hash",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayref"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.7.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "asn1-rs"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
|
|
|
-dependencies = [
|
|
|
- "asn1-rs-derive",
|
|
|
- "asn1-rs-impl",
|
|
|
- "displaydoc",
|
|
|
- "nom",
|
|
|
- "num-traits",
|
|
|
- "rusticata-macros",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "asn1-rs-derive"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-io"
|
|
|
-version = "2.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
|
|
-dependencies = [
|
|
|
- "async-lock",
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "futures-io",
|
|
|
- "futures-lite",
|
|
|
- "parking",
|
|
|
- "polling",
|
|
|
- "rustix 0.38.44",
|
|
|
- "slab",
|
|
|
- "tracing",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-lock"
|
|
|
-version = "3.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
|
-dependencies = [
|
|
|
- "event-listener",
|
|
|
- "event-listener-strategy",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-recursion"
|
|
|
-version = "1.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-stream"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
|
-dependencies = [
|
|
|
- "async-stream-impl",
|
|
|
- "futures-core",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-stream-impl"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "async-trait"
|
|
|
-version = "0.1.88"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "asynchronous-codec"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-sink",
|
|
|
- "futures-util",
|
|
|
- "memchr",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "atomic-waker"
|
|
|
-version = "1.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "attohttpc"
|
|
|
-version = "0.24.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2"
|
|
|
-dependencies = [
|
|
|
- "http 0.2.12",
|
|
|
- "log",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "1.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autotools"
|
|
|
-version = "0.2.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ef941527c41b0fc0dd48511a8154cd5fc7e29200a0ff8b7203c5d777dbc795cf"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "axum"
|
|
|
-version = "0.7.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "axum-core 0.4.5",
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "http-body-util",
|
|
|
- "itoa",
|
|
|
- "matchit 0.7.3",
|
|
|
- "memchr",
|
|
|
- "mime",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "rustversion",
|
|
|
- "serde",
|
|
|
- "sync_wrapper",
|
|
|
- "tower 0.5.2",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "axum"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
|
|
|
-dependencies = [
|
|
|
- "axum-core 0.5.2",
|
|
|
- "bytes",
|
|
|
- "form_urlencoded",
|
|
|
- "futures-util",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "http-body-util",
|
|
|
- "hyper",
|
|
|
- "hyper-util",
|
|
|
- "itoa",
|
|
|
- "matchit 0.8.4",
|
|
|
- "memchr",
|
|
|
- "mime",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "rustversion",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_path_to_error",
|
|
|
- "serde_urlencoded",
|
|
|
- "sync_wrapper",
|
|
|
- "tokio",
|
|
|
- "tower 0.5.2",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "axum-core"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bytes",
|
|
|
- "futures-util",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "http-body-util",
|
|
|
- "mime",
|
|
|
- "pin-project-lite",
|
|
|
- "rustversion",
|
|
|
- "sync_wrapper",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "axum-core"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "http-body-util",
|
|
|
- "mime",
|
|
|
- "pin-project-lite",
|
|
|
- "rustversion",
|
|
|
- "sync_wrapper",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "backtrace"
|
|
|
-version = "0.3.75"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
|
|
-dependencies = [
|
|
|
- "addr2line",
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "miniz_oxide",
|
|
|
- "object",
|
|
|
- "rustc-demangle",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bardecoder"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "757eeab9757d5ddd88aa1420449f3ce92631339b7f5b3785808da7a148de35d9"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "image",
|
|
|
- "log",
|
|
|
- "newtype_derive",
|
|
|
- "thiserror 1.0.69",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base-x"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base58ck"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f"
|
|
|
-dependencies = [
|
|
|
- "bitcoin-internals",
|
|
|
- "bitcoin_hashes",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.13.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.22.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base64ct"
|
|
|
-version = "1.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bech32"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bincode"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
|
|
-dependencies = [
|
|
|
- "bincode_derive",
|
|
|
- "serde",
|
|
|
- "unty",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bincode_derive"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
|
|
-dependencies = [
|
|
|
- "virtue",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bindgen"
|
|
|
-version = "0.69.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "cexpr",
|
|
|
- "clang-sys",
|
|
|
- "itertools 0.12.1",
|
|
|
- "lazy_static",
|
|
|
- "lazycell",
|
|
|
- "log",
|
|
|
- "prettyplease",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "regex",
|
|
|
- "rustc-hash 1.1.0",
|
|
|
- "shlex",
|
|
|
- "syn 2.0.101",
|
|
|
- "which",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bit_field"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoin"
|
|
|
-version = "0.32.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ad8929a18b8e33ea6b3c09297b687baaa71fb1b97353243a3f1029fad5c59c5b"
|
|
|
-dependencies = [
|
|
|
- "base58ck",
|
|
|
- "bech32",
|
|
|
- "bitcoin-internals",
|
|
|
- "bitcoin-io",
|
|
|
- "bitcoin-units",
|
|
|
- "bitcoin_hashes",
|
|
|
- "hex-conservative",
|
|
|
- "hex_lit",
|
|
|
- "secp256k1",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
-]
|
|
|
-
|
|
|
-[[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",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoincore-rpc"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "aedd23ae0fd321affb4bbbc36126c6f49a32818dc6b979395d24da8c9d4e80ee"
|
|
|
-dependencies = [
|
|
|
- "bitcoincore-rpc-json",
|
|
|
- "jsonrpc",
|
|
|
- "log",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitcoincore-rpc-json"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d8909583c5fab98508e80ef73e5592a651c954993dc6b7739963257d19f0e71a"
|
|
|
-dependencies = [
|
|
|
- "bitcoin",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "1.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "2.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitvec"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
-dependencies = [
|
|
|
- "funty",
|
|
|
- "radium",
|
|
|
- "tap",
|
|
|
- "wyz",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "blake2"
|
|
|
-version = "0.10.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
|
-dependencies = [
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "blake3"
|
|
|
-version = "1.8.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
|
|
|
-dependencies = [
|
|
|
- "arrayref",
|
|
|
- "arrayvec",
|
|
|
- "cc",
|
|
|
- "cfg-if",
|
|
|
- "constant_time_eq",
|
|
|
- "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 = "bs58"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
|
-dependencies = [
|
|
|
- "tinyvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bumpalo"
|
|
|
-version = "3.17.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bytemuck"
|
|
|
-version = "1.23.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bytes"
|
|
|
-version = "1.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "camino"
|
|
|
-version = "1.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cargo-platform"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cargo_metadata"
|
|
|
-version = "0.18.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
|
|
-dependencies = [
|
|
|
- "camino",
|
|
|
- "cargo-platform",
|
|
|
- "semver 1.0.26",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cassowary"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cast"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "castaway"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
|
|
|
-dependencies = [
|
|
|
- "rustversion",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cbor4ii"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "472931dd4dfcc785075b09be910147f9c6258883fc4591d0dac6116392b2daa6"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cc"
|
|
|
-version = "1.2.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766"
|
|
|
-dependencies = [
|
|
|
- "shlex",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cexpr"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
-dependencies = [
|
|
|
- "nom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg_aliases"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "chrono"
|
|
|
-version = "0.4.41"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
|
|
-dependencies = [
|
|
|
- "android-tzdata",
|
|
|
- "iana-time-zone",
|
|
|
- "js-sys",
|
|
|
- "num-traits",
|
|
|
- "wasm-bindgen",
|
|
|
- "windows-link",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ciborium"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
|
-dependencies = [
|
|
|
- "ciborium-io",
|
|
|
- "ciborium-ll",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ciborium-io"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ciborium-ll"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
|
-dependencies = [
|
|
|
- "ciborium-io",
|
|
|
- "half",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cipher"
|
|
|
-version = "0.4.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
-dependencies = [
|
|
|
- "crypto-common",
|
|
|
- "inout",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clang-sys"
|
|
|
-version = "1.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
|
-dependencies = [
|
|
|
- "glob",
|
|
|
- "libc",
|
|
|
- "libloading",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap"
|
|
|
-version = "4.5.38"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
|
|
|
-dependencies = [
|
|
|
- "clap_builder",
|
|
|
- "clap_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap_builder"
|
|
|
-version = "4.5.38"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
|
|
|
-dependencies = [
|
|
|
- "anstream",
|
|
|
- "anstyle",
|
|
|
- "clap_lex",
|
|
|
- "strsim",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap_derive"
|
|
|
-version = "4.5.32"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
|
|
|
-dependencies = [
|
|
|
- "heck",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap_lex"
|
|
|
-version = "0.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cmac"
|
|
|
-version = "0.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
- "dbl",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "color_quant"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "colorchoice"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "compact_str"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
|
|
|
-dependencies = [
|
|
|
- "castaway",
|
|
|
- "cfg-if",
|
|
|
- "itoa",
|
|
|
- "rustversion",
|
|
|
- "ryu",
|
|
|
- "static_assertions",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "concurrent-queue"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "const-oid"
|
|
|
-version = "0.9.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "constant_time_eq"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "convert_case"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
|
|
|
-dependencies = [
|
|
|
- "unicode-segmentation",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "coolor"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "980c2afde4af43d6a05c5be738f9eae595cff86dce1f38f88b95058a98c027f3"
|
|
|
-dependencies = [
|
|
|
- "crossterm 0.29.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core-foundation"
|
|
|
-version = "0.9.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core-foundation-sys"
|
|
|
-version = "0.8.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core2"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cpufeatures"
|
|
|
-version = "0.2.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crc32fast"
|
|
|
-version = "1.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "criterion"
|
|
|
-version = "0.5.1"
|
|
|
-source = "git+https://github.com/vlovich/criterion.rs.git?rev=9b485aece85a3546126b06cc25d33e14aba829b3#9b485aece85a3546126b06cc25d33e14aba829b3"
|
|
|
-dependencies = [
|
|
|
- "anes",
|
|
|
- "cast",
|
|
|
- "ciborium",
|
|
|
- "clap",
|
|
|
- "criterion-plot",
|
|
|
- "is-terminal",
|
|
|
- "itertools 0.14.0",
|
|
|
- "num-traits",
|
|
|
- "once_cell",
|
|
|
- "oorandom",
|
|
|
- "plotters",
|
|
|
- "rayon",
|
|
|
- "regex",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "serde_json",
|
|
|
- "tinytemplate",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "criterion-plot"
|
|
|
-version = "0.5.0"
|
|
|
-source = "git+https://github.com/vlovich/criterion.rs.git?rev=9b485aece85a3546126b06cc25d33e14aba829b3#9b485aece85a3546126b06cc25d33e14aba829b3"
|
|
|
-dependencies = [
|
|
|
- "cast",
|
|
|
- "itertools 0.14.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crokey"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5282b45c96c5978c8723ea83385cb9a488b64b7d175733f48d07bf9da514a863"
|
|
|
-dependencies = [
|
|
|
- "crokey-proc_macros",
|
|
|
- "crossterm 0.29.0",
|
|
|
- "once_cell",
|
|
|
- "serde",
|
|
|
- "strict",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crokey-proc_macros"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2ea0218d3fedf0797fa55676f1964ef5d27103d41ed0281b4bbd2a6e6c3d8d28"
|
|
|
-dependencies = [
|
|
|
- "crossterm 0.29.0",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "strict",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-channel",
|
|
|
- "crossbeam-deque",
|
|
|
- "crossbeam-epoch",
|
|
|
- "crossbeam-queue",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-channel"
|
|
|
-version = "0.5.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-deque"
|
|
|
-version = "0.8.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-epoch",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-epoch"
|
|
|
-version = "0.9.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-queue"
|
|
|
-version = "0.3.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-utils"
|
|
|
-version = "0.8.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossterm"
|
|
|
-version = "0.28.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "crossterm_winapi",
|
|
|
- "mio 1.0.3",
|
|
|
- "parking_lot",
|
|
|
- "rustix 0.38.44",
|
|
|
- "signal-hook",
|
|
|
- "signal-hook-mio",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossterm"
|
|
|
-version = "0.29.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "crossterm_winapi",
|
|
|
- "derive_more",
|
|
|
- "document-features",
|
|
|
- "mio 1.0.3",
|
|
|
- "parking_lot",
|
|
|
- "rustix 1.0.7",
|
|
|
- "signal-hook",
|
|
|
- "signal-hook-mio",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossterm_winapi"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crunchy"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
|
|
-
|
|
|
-[[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 0.6.4",
|
|
|
- "typenum",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ctr"
|
|
|
-version = "0.9.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
-dependencies = [
|
|
|
- "cipher",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "curve25519-dalek"
|
|
|
-version = "4.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "curve25519-dalek-derive",
|
|
|
- "digest",
|
|
|
- "fiat-crypto",
|
|
|
- "rustc_version 0.4.1",
|
|
|
- "subtle",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "curve25519-dalek-derive"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "darling"
|
|
|
-version = "0.20.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
|
-dependencies = [
|
|
|
- "darling_core",
|
|
|
- "darling_macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "darling_core"
|
|
|
-version = "0.20.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
|
|
-dependencies = [
|
|
|
- "fnv",
|
|
|
- "ident_case",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "strsim",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "darling_macro"
|
|
|
-version = "0.20.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
|
-dependencies = [
|
|
|
- "darling_core",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dashmap"
|
|
|
-version = "6.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "crossbeam-utils",
|
|
|
- "hashbrown 0.14.5",
|
|
|
- "lock_api",
|
|
|
- "once_cell",
|
|
|
- "parking_lot_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "data-encoding"
|
|
|
-version = "2.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "data-encoding-macro"
|
|
|
-version = "0.1.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
|
|
|
-dependencies = [
|
|
|
- "data-encoding",
|
|
|
- "data-encoding-macro-internal",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "data-encoding-macro-internal"
|
|
|
-version = "0.1.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
|
|
|
-dependencies = [
|
|
|
- "data-encoding",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dbl"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "der"
|
|
|
-version = "0.7.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
|
-dependencies = [
|
|
|
- "const-oid",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "der-parser"
|
|
|
-version = "10.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
|
|
|
-dependencies = [
|
|
|
- "asn1-rs",
|
|
|
- "displaydoc",
|
|
|
- "nom",
|
|
|
- "num-bigint",
|
|
|
- "num-traits",
|
|
|
- "rusticata-macros",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "deranged"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
|
-dependencies = [
|
|
|
- "powerfmt",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "derive_more"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
|
|
|
-dependencies = [
|
|
|
- "derive_more-impl",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "derive_more-impl"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
|
|
-dependencies = [
|
|
|
- "convert_case",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
- "unicode-xid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.10.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
-dependencies = [
|
|
|
- "block-buffer",
|
|
|
- "crypto-common",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs"
|
|
|
-version = "6.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
|
-dependencies = [
|
|
|
- "dirs-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dirs-sys"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "option-ext",
|
|
|
- "redox_users",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "displaydoc"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "document-features"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
|
|
|
-dependencies = [
|
|
|
- "litrs",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dogstatsd"
|
|
|
-version = "0.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "faeb22dbbf6aef8e687ad83f9cd9fd893ac5c0f36d2e46fb0cbcf7ae19640ec0"
|
|
|
-dependencies = [
|
|
|
- "chrono",
|
|
|
- "retry",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dtoa"
|
|
|
-version = "1.0.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dynasm"
|
|
|
-version = "3.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f0cecff24995c8a5a3c3169cff4c733fe7d91aedf5d8cc96238738bfe53186b8"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "byteorder",
|
|
|
- "lazy_static",
|
|
|
- "proc-macro-error2",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dynasmrt"
|
|
|
-version = "3.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f5eab96b8688bcbf1d2354bcfe0261005ac1dd0616747152ada34948d4e9582"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "dynasm",
|
|
|
- "fnv",
|
|
|
- "memmap2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ed25519"
|
|
|
-version = "2.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
|
-dependencies = [
|
|
|
- "pkcs8",
|
|
|
- "signature",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ed25519-dalek"
|
|
|
-version = "2.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
|
|
-dependencies = [
|
|
|
- "curve25519-dalek",
|
|
|
- "ed25519",
|
|
|
- "rand_core 0.6.4",
|
|
|
- "serde",
|
|
|
- "sha2",
|
|
|
- "subtle",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "either"
|
|
|
-version = "1.15.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "enum-as-inner"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
|
|
-dependencies = [
|
|
|
- "heck",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "env_logger"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "regex",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "equivalent"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "equix"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "194df1f219a987430956f20faaf702fd4d434b1b2f7300014119854184107ac7"
|
|
|
-dependencies = [
|
|
|
- "arrayvec",
|
|
|
- "hashx",
|
|
|
- "num-traits",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "visibility",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "equix-latency"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "equix",
|
|
|
- "rand 0.8.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "errno"
|
|
|
-version = "0.3.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "event-listener"
|
|
|
-version = "5.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
|
|
-dependencies = [
|
|
|
- "concurrent-queue",
|
|
|
- "parking",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "event-listener-strategy"
|
|
|
-version = "0.5.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
|
-dependencies = [
|
|
|
- "event-listener",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "exr"
|
|
|
-version = "1.73.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
|
|
|
-dependencies = [
|
|
|
- "bit_field",
|
|
|
- "half",
|
|
|
- "lebe",
|
|
|
- "miniz_oxide",
|
|
|
- "rayon-core",
|
|
|
- "smallvec",
|
|
|
- "zune-inflate",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fastrand"
|
|
|
-version = "2.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fdeflate"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
|
|
-dependencies = [
|
|
|
- "simd-adler32",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fiat-crypto"
|
|
|
-version = "0.2.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "filetime"
|
|
|
-version = "0.2.25"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "libredox",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fixed-capacity-vec"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b31a14f5ee08ed1a40e1252b35af18bed062e3f39b69aab34decde36bc43e40"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "flate2"
|
|
|
-version = "1.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
|
|
-dependencies = [
|
|
|
- "crc32fast",
|
|
|
- "miniz_oxide",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fnv"
|
|
|
-version = "1.0.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "foldhash"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
-
|
|
|
-[[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 = "fsevent-sys"
|
|
|
-version = "4.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "funty"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
|
-dependencies = [
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-executor",
|
|
|
- "futures-io",
|
|
|
- "futures-sink",
|
|
|
- "futures-task",
|
|
|
- "futures-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-bounded"
|
|
|
-version = "0.2.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e"
|
|
|
-dependencies = [
|
|
|
- "futures-timer",
|
|
|
- "futures-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-channel"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-core"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-executor"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-task",
|
|
|
- "futures-util",
|
|
|
- "num_cpus",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-io"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-lite"
|
|
|
-version = "2.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-macro"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-rustls"
|
|
|
-version = "0.26.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb"
|
|
|
-dependencies = [
|
|
|
- "futures-io",
|
|
|
- "rustls",
|
|
|
- "rustls-pki-types",
|
|
|
-]
|
|
|
-
|
|
|
-[[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-timer"
|
|
|
-version = "3.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-util"
|
|
|
-version = "0.3.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
|
-dependencies = [
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-io",
|
|
|
- "futures-macro",
|
|
|
- "futures-sink",
|
|
|
- "futures-task",
|
|
|
- "memchr",
|
|
|
- "pin-project-lite",
|
|
|
- "pin-utils",
|
|
|
- "slab",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "generator"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "rustversion",
|
|
|
- "windows 0.61.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[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.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "js-sys",
|
|
|
- "libc",
|
|
|
- "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "js-sys",
|
|
|
- "libc",
|
|
|
- "r-efi",
|
|
|
- "wasi 0.14.2+wasi-0.2.4",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "gif"
|
|
|
-version = "0.13.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
|
|
-dependencies = [
|
|
|
- "color_quant",
|
|
|
- "weezl",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "gimli"
|
|
|
-version = "0.31.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "glob"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "gnort"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1033ebf8ca0e0a249d8996a5979dcfd276d43b2818cb6045993a844250c49516"
|
|
|
-dependencies = [
|
|
|
- "dashmap",
|
|
|
- "derive_more",
|
|
|
- "dogstatsd",
|
|
|
- "governor",
|
|
|
- "maplit",
|
|
|
- "nonzero_ext",
|
|
|
- "once_cell",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "governor"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be93b4ec2e4710b04d9264c0c7350cdd62a8c20e5e4ac732552ebb8f0debe8eb"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "dashmap",
|
|
|
- "futures-sink",
|
|
|
- "futures-timer",
|
|
|
- "futures-util",
|
|
|
- "getrandom 0.3.3",
|
|
|
- "no-std-compat",
|
|
|
- "nonzero_ext",
|
|
|
- "parking_lot",
|
|
|
- "portable-atomic",
|
|
|
- "quanta",
|
|
|
- "rand 0.9.1",
|
|
|
- "smallvec",
|
|
|
- "spinning_top",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "h2"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
|
|
|
-dependencies = [
|
|
|
- "atomic-waker",
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "http 1.3.1",
|
|
|
- "indexmap 2.9.0",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "half"
|
|
|
-version = "2.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "crunchy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.14.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.15.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
|
|
-dependencies = [
|
|
|
- "allocator-api2",
|
|
|
- "equivalent",
|
|
|
- "foldhash",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashx"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e6a2ec826c7346da402e77c8d647d6586249a561ba36674ddb91dc82abf930b8"
|
|
|
-dependencies = [
|
|
|
- "arrayvec",
|
|
|
- "blake2",
|
|
|
- "dynasmrt",
|
|
|
- "fixed-capacity-vec",
|
|
|
- "hex",
|
|
|
- "rand_core 0.9.3",
|
|
|
- "thiserror 2.0.12",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heck"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-conservative"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
|
|
|
-dependencies = [
|
|
|
- "arrayvec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-literal"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex_lit"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hickory-proto"
|
|
|
-version = "0.25.0-alpha.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d00147af6310f4392a31680db52a3ed45a2e0f68eb18e8c3fe5537ecc96d9e2"
|
|
|
-dependencies = [
|
|
|
- "async-recursion",
|
|
|
- "async-trait",
|
|
|
- "cfg-if",
|
|
|
- "data-encoding",
|
|
|
- "enum-as-inner",
|
|
|
- "futures-channel",
|
|
|
- "futures-io",
|
|
|
- "futures-util",
|
|
|
- "idna",
|
|
|
- "ipnet",
|
|
|
- "once_cell",
|
|
|
- "rand 0.9.1",
|
|
|
- "socket2",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tinyvec",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hickory-resolver"
|
|
|
-version = "0.25.0-alpha.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5762f69ebdbd4ddb2e975cd24690bf21fe6b2604039189c26acddbc427f12887"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "futures-util",
|
|
|
- "hickory-proto",
|
|
|
- "ipconfig",
|
|
|
- "moka",
|
|
|
- "once_cell",
|
|
|
- "parking_lot",
|
|
|
- "rand 0.9.1",
|
|
|
- "resolv-conf",
|
|
|
- "smallvec",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hkdf"
|
|
|
-version = "0.12.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
-dependencies = [
|
|
|
- "hmac",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac"
|
|
|
-version = "0.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
-dependencies = [
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "home"
|
|
|
-version = "0.5.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
-dependencies = [
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hoonc"
|
|
|
-version = "0.2.0"
|
|
|
-dependencies = [
|
|
|
- "bincode",
|
|
|
- "blake3",
|
|
|
- "bytes",
|
|
|
- "clap",
|
|
|
- "dirs",
|
|
|
- "futures",
|
|
|
- "nockapp",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "tempfile",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http"
|
|
|
-version = "0.2.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "itoa",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http"
|
|
|
-version = "1.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "itoa",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-body"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "http 1.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "http-body-util"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "pin-project-lite",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "httparse"
|
|
|
-version = "1.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "httpdate"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper"
|
|
|
-version = "1.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-util",
|
|
|
- "h2",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "httparse",
|
|
|
- "httpdate",
|
|
|
- "itoa",
|
|
|
- "pin-project-lite",
|
|
|
- "smallvec",
|
|
|
- "tokio",
|
|
|
- "want",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-timeout"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
|
|
|
-dependencies = [
|
|
|
- "hyper",
|
|
|
- "hyper-util",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hyper-util"
|
|
|
-version = "0.1.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-util",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "hyper",
|
|
|
- "libc",
|
|
|
- "pin-project-lite",
|
|
|
- "socket2",
|
|
|
- "tokio",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iana-time-zone"
|
|
|
-version = "0.1.63"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
|
|
-dependencies = [
|
|
|
- "android_system_properties",
|
|
|
- "core-foundation-sys",
|
|
|
- "iana-time-zone-haiku",
|
|
|
- "js-sys",
|
|
|
- "log",
|
|
|
- "wasm-bindgen",
|
|
|
- "windows-core 0.61.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iana-time-zone-haiku"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ibig"
|
|
|
-version = "0.3.6"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "criterion",
|
|
|
- "num-traits",
|
|
|
- "rand 0.8.5",
|
|
|
- "serde",
|
|
|
- "serde_test",
|
|
|
- "static_assertions",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_collections"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "potential_utf",
|
|
|
- "yoke",
|
|
|
- "zerofrom",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_locale_core"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "litemap",
|
|
|
- "tinystr",
|
|
|
- "writeable",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_normalizer"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_collections",
|
|
|
- "icu_normalizer_data",
|
|
|
- "icu_properties",
|
|
|
- "icu_provider",
|
|
|
- "smallvec",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_normalizer_data"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_properties"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_collections",
|
|
|
- "icu_locale_core",
|
|
|
- "icu_properties_data",
|
|
|
- "icu_provider",
|
|
|
- "potential_utf",
|
|
|
- "zerotrie",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_properties_data"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "icu_provider"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "icu_locale_core",
|
|
|
- "stable_deref_trait",
|
|
|
- "tinystr",
|
|
|
- "writeable",
|
|
|
- "yoke",
|
|
|
- "zerofrom",
|
|
|
- "zerotrie",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ident_case"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
-dependencies = [
|
|
|
- "idna_adapter",
|
|
|
- "smallvec",
|
|
|
- "utf8_iter",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna_adapter"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
|
-dependencies = [
|
|
|
- "icu_normalizer",
|
|
|
- "icu_properties",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "if-addrs"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "if-watch"
|
|
|
-version = "3.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38"
|
|
|
-dependencies = [
|
|
|
- "async-io",
|
|
|
- "core-foundation",
|
|
|
- "fnv",
|
|
|
- "futures",
|
|
|
- "if-addrs",
|
|
|
- "ipnet",
|
|
|
- "log",
|
|
|
- "netlink-packet-core",
|
|
|
- "netlink-packet-route",
|
|
|
- "netlink-proto",
|
|
|
- "netlink-sys",
|
|
|
- "rtnetlink",
|
|
|
- "system-configuration",
|
|
|
- "tokio",
|
|
|
- "windows 0.53.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "igd-next"
|
|
|
-version = "0.16.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d06464e726471718db9ad3fefc020529fabcde03313a0fc3967510e2db5add12"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "attohttpc",
|
|
|
- "bytes",
|
|
|
- "futures",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body-util",
|
|
|
- "hyper",
|
|
|
- "hyper-util",
|
|
|
- "log",
|
|
|
- "rand 0.9.1",
|
|
|
- "tokio",
|
|
|
- "url",
|
|
|
- "xmltree",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "image"
|
|
|
-version = "0.24.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
|
|
-dependencies = [
|
|
|
- "bytemuck",
|
|
|
- "byteorder",
|
|
|
- "color_quant",
|
|
|
- "exr",
|
|
|
- "gif",
|
|
|
- "jpeg-decoder",
|
|
|
- "num-traits",
|
|
|
- "png",
|
|
|
- "qoi",
|
|
|
- "tiff",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "1.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "hashbrown 0.12.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "2.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
|
-dependencies = [
|
|
|
- "equivalent",
|
|
|
- "hashbrown 0.15.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "indoc"
|
|
|
-version = "2.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "inotify"
|
|
|
-version = "0.9.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "inotify-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "inotify-sys"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "inout"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "instability"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d"
|
|
|
-dependencies = [
|
|
|
- "darling",
|
|
|
- "indoc",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "intmap"
|
|
|
-version = "3.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "210870d5399600055a955c020cc97e462203c234dc2b103b5da5d80fdbd5eed5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ipconfig"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
|
-dependencies = [
|
|
|
- "socket2",
|
|
|
- "widestring",
|
|
|
- "windows-sys 0.48.0",
|
|
|
- "winreg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ipnet"
|
|
|
-version = "2.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "is-terminal"
|
|
|
-version = "0.4.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi 0.5.1",
|
|
|
- "libc",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "is_terminal_polyfill"
|
|
|
-version = "1.70.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itertools"
|
|
|
-version = "0.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itertools"
|
|
|
-version = "0.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itertools"
|
|
|
-version = "0.14.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itoa"
|
|
|
-version = "1.0.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "jpeg-decoder"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
|
|
-dependencies = [
|
|
|
- "rayon",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 = "json"
|
|
|
-version = "0.12.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
|
|
-
|
|
|
-[[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 = "kernels"
|
|
|
-version = "0.1.0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "kqueue"
|
|
|
-version = "1.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
|
|
|
-dependencies = [
|
|
|
- "kqueue-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "kqueue-sys"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy-regex"
|
|
|
-version = "3.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126"
|
|
|
-dependencies = [
|
|
|
- "lazy-regex-proc_macros",
|
|
|
- "once_cell",
|
|
|
- "regex",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy-regex-proc_macros"
|
|
|
-version = "3.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "regex",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy_static"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazycell"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lebe"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libc"
|
|
|
-version = "0.2.172"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libloading"
|
|
|
-version = "0.8.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "windows-targets 0.53.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p"
|
|
|
-version = "0.56.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "either",
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "getrandom 0.2.16",
|
|
|
- "libp2p-allow-block-list",
|
|
|
- "libp2p-connection-limits",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-dns",
|
|
|
- "libp2p-identify",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-kad",
|
|
|
- "libp2p-mdns",
|
|
|
- "libp2p-memory-connection-limits",
|
|
|
- "libp2p-metrics",
|
|
|
- "libp2p-peer-store",
|
|
|
- "libp2p-ping",
|
|
|
- "libp2p-quic",
|
|
|
- "libp2p-request-response",
|
|
|
- "libp2p-swarm",
|
|
|
- "libp2p-tcp",
|
|
|
- "libp2p-tls",
|
|
|
- "libp2p-upnp",
|
|
|
- "multiaddr",
|
|
|
- "pin-project",
|
|
|
- "rw-stream-sink",
|
|
|
- "thiserror 2.0.12",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-allow-block-list"
|
|
|
-version = "0.5.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-connection-limits"
|
|
|
-version = "0.5.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-core"
|
|
|
-version = "0.43.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
- "fnv",
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "libp2p-identity",
|
|
|
- "multiaddr",
|
|
|
- "multihash",
|
|
|
- "multistream-select",
|
|
|
- "parking_lot",
|
|
|
- "pin-project",
|
|
|
- "quick-protobuf",
|
|
|
- "rand 0.8.5",
|
|
|
- "rw-stream-sink",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tracing",
|
|
|
- "unsigned-varint",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-dns"
|
|
|
-version = "0.44.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "futures",
|
|
|
- "hickory-resolver",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "parking_lot",
|
|
|
- "smallvec",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-identify"
|
|
|
-version = "0.47.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "asynchronous-codec",
|
|
|
- "either",
|
|
|
- "futures",
|
|
|
- "futures-bounded",
|
|
|
- "futures-timer",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
- "quick-protobuf",
|
|
|
- "quick-protobuf-codec",
|
|
|
- "smallvec",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-identity"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fbb68ea10844211a59ce46230909fd0ea040e8a192454d4cc2ee0d53e12280eb"
|
|
|
-dependencies = [
|
|
|
- "bs58",
|
|
|
- "ed25519-dalek",
|
|
|
- "hkdf",
|
|
|
- "multihash",
|
|
|
- "quick-protobuf",
|
|
|
- "rand 0.8.5",
|
|
|
- "sha2",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tracing",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-kad"
|
|
|
-version = "0.47.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "asynchronous-codec",
|
|
|
- "bytes",
|
|
|
- "either",
|
|
|
- "fnv",
|
|
|
- "futures",
|
|
|
- "futures-bounded",
|
|
|
- "futures-timer",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
- "quick-protobuf",
|
|
|
- "quick-protobuf-codec",
|
|
|
- "rand 0.8.5",
|
|
|
- "sha2",
|
|
|
- "smallvec",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tracing",
|
|
|
- "uint",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-mdns"
|
|
|
-version = "0.47.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "hickory-proto",
|
|
|
- "if-watch",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
- "rand 0.8.5",
|
|
|
- "smallvec",
|
|
|
- "socket2",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-memory-connection-limits"
|
|
|
-version = "0.4.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
- "memory-stats",
|
|
|
- "sysinfo 0.33.1",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-metrics"
|
|
|
-version = "0.17.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identify",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-kad",
|
|
|
- "libp2p-ping",
|
|
|
- "libp2p-swarm",
|
|
|
- "pin-project",
|
|
|
- "prometheus-client",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-peer-store"
|
|
|
-version = "0.1.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-swarm",
|
|
|
- "lru",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-ping"
|
|
|
-version = "0.46.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
- "rand 0.8.5",
|
|
|
- "tracing",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-quic"
|
|
|
-version = "0.12.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "if-watch",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-tls",
|
|
|
- "quinn",
|
|
|
- "rand 0.8.5",
|
|
|
- "ring",
|
|
|
- "rustls",
|
|
|
- "socket2",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-request-response"
|
|
|
-version = "0.28.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "cbor4ii",
|
|
|
- "futures",
|
|
|
- "futures-bounded",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm",
|
|
|
- "rand 0.8.5",
|
|
|
- "serde",
|
|
|
- "smallvec",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-swarm"
|
|
|
-version = "0.47.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
- "fnv",
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "libp2p-swarm-derive",
|
|
|
- "lru",
|
|
|
- "multistream-select",
|
|
|
- "rand 0.8.5",
|
|
|
- "smallvec",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-swarm-derive"
|
|
|
-version = "0.35.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "heck",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-tcp"
|
|
|
-version = "0.43.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "if-watch",
|
|
|
- "libc",
|
|
|
- "libp2p-core",
|
|
|
- "socket2",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-tls"
|
|
|
-version = "0.6.2"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "futures-rustls",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-identity",
|
|
|
- "rcgen",
|
|
|
- "ring",
|
|
|
- "rustls",
|
|
|
- "rustls-webpki",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "x509-parser",
|
|
|
- "yasna",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-upnp"
|
|
|
-version = "0.4.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "futures-timer",
|
|
|
- "igd-next",
|
|
|
- "libp2p-core",
|
|
|
- "libp2p-swarm",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libredox"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "libc",
|
|
|
- "redox_syscall",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "linux-raw-sys"
|
|
|
-version = "0.4.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "linux-raw-sys"
|
|
|
-version = "0.9.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "litemap"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "litrs"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lock_api"
|
|
|
-version = "0.4.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "scopeguard",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.4.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "loom"
|
|
|
-version = "0.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "generator",
|
|
|
- "scoped-tls",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lru"
|
|
|
-version = "0.12.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
|
-dependencies = [
|
|
|
- "hashbrown 0.15.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lru-slab"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "maplit"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matchers"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
-dependencies = [
|
|
|
- "regex-automata 0.1.10",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matchit"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matchit"
|
|
|
-version = "0.8.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memmap2"
|
|
|
-version = "0.9.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memory-stats"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c73f5c649995a115e1a0220b35e4df0a1294500477f97a91d0660fb5abeb574a"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mime"
|
|
|
-version = "0.3.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "minimad"
|
|
|
-version = "0.13.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9c5d708226d186590a7b6d4a9780e2bdda5f689e0d58cd17012a298efd745d2"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "minimal-lexical"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miniz_oxide"
|
|
|
-version = "0.8.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
|
-dependencies = [
|
|
|
- "adler2",
|
|
|
- "simd-adler32",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "minreq"
|
|
|
-version = "2.13.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f0d2aaba477837b46ec1289588180fabfccf0c3b1d1a0c6b1866240cd6cd5ce9"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "0.8.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "moka"
|
|
|
-version = "0.12.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-channel",
|
|
|
- "crossbeam-epoch",
|
|
|
- "crossbeam-utils",
|
|
|
- "loom",
|
|
|
- "parking_lot",
|
|
|
- "portable-atomic",
|
|
|
- "rustc_version 0.4.1",
|
|
|
- "smallvec",
|
|
|
- "tagptr",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "uuid",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "multiaddr"
|
|
|
-version = "0.18.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961"
|
|
|
-dependencies = [
|
|
|
- "arrayref",
|
|
|
- "byteorder",
|
|
|
- "data-encoding",
|
|
|
- "libp2p-identity",
|
|
|
- "multibase",
|
|
|
- "multihash",
|
|
|
- "percent-encoding",
|
|
|
- "serde",
|
|
|
- "static_assertions",
|
|
|
- "unsigned-varint",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "multibase"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
|
|
|
-dependencies = [
|
|
|
- "base-x",
|
|
|
- "data-encoding",
|
|
|
- "data-encoding-macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "multihash"
|
|
|
-version = "0.19.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
|
|
|
-dependencies = [
|
|
|
- "core2",
|
|
|
- "unsigned-varint",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "multistream-select"
|
|
|
-version = "0.13.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures",
|
|
|
- "pin-project",
|
|
|
- "smallvec",
|
|
|
- "tracing",
|
|
|
- "unsigned-varint",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "murmur3"
|
|
|
-version = "0.5.2"
|
|
|
-dependencies = [
|
|
|
- "murmur3-sys",
|
|
|
- "quickcheck",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "murmur3-sys"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "netlink-packet-core"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "byteorder",
|
|
|
- "netlink-packet-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "netlink-packet-route"
|
|
|
-version = "0.17.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "bitflags 1.3.2",
|
|
|
- "byteorder",
|
|
|
- "libc",
|
|
|
- "netlink-packet-core",
|
|
|
- "netlink-packet-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "netlink-packet-utils"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "byteorder",
|
|
|
- "paste",
|
|
|
- "thiserror 1.0.69",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "netlink-proto"
|
|
|
-version = "0.11.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures",
|
|
|
- "log",
|
|
|
- "netlink-packet-core",
|
|
|
- "netlink-sys",
|
|
|
- "thiserror 2.0.12",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "netlink-sys"
|
|
|
-version = "0.8.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "newtype_derive"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ac8cd24d9f185bb7223958d8c1ff7a961b74b1953fd05dba7cc568a63b3861ec"
|
|
|
-dependencies = [
|
|
|
- "rustc_version 0.1.7",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nix"
|
|
|
-version = "0.26.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "no-std-compat"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockapp"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "axum 0.8.4",
|
|
|
- "bincode",
|
|
|
- "bitvec",
|
|
|
- "blake3",
|
|
|
- "byteorder",
|
|
|
- "bytes",
|
|
|
- "chrono",
|
|
|
- "clap",
|
|
|
- "dirs",
|
|
|
- "either",
|
|
|
- "futures",
|
|
|
- "getrandom 0.2.16",
|
|
|
- "gnort",
|
|
|
- "ibig",
|
|
|
- "intmap",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "opentelemetry",
|
|
|
- "opentelemetry-otlp",
|
|
|
- "opentelemetry_sdk",
|
|
|
- "rand 0.8.5",
|
|
|
- "serde",
|
|
|
- "signal-hook",
|
|
|
- "signal-hook-tokio",
|
|
|
- "tempfile",
|
|
|
- "termimad",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tonic",
|
|
|
- "tracing",
|
|
|
- "tracing-opentelemetry",
|
|
|
- "tracing-subscriber",
|
|
|
- "tracing-test",
|
|
|
- "yaque",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockchain"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "bitcoincore-rpc",
|
|
|
- "bs58",
|
|
|
- "clap",
|
|
|
- "equix",
|
|
|
- "futures",
|
|
|
- "hoonc",
|
|
|
- "kernels",
|
|
|
- "libp2p",
|
|
|
- "nockapp",
|
|
|
- "nockchain-bitcoin-sync",
|
|
|
- "nockchain-libp2p-io",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "tempfile",
|
|
|
- "termcolor",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "tracing-test",
|
|
|
- "vergen",
|
|
|
- "zkvm-jetpack",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockchain-bitcoin-sync"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "bitcoincore-rpc",
|
|
|
- "ibig",
|
|
|
- "nockapp",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "zkvm-jetpack",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockchain-libp2p-io"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "bs58",
|
|
|
- "bytes",
|
|
|
- "either",
|
|
|
- "equix",
|
|
|
- "futures",
|
|
|
- "gnort",
|
|
|
- "hickory-proto",
|
|
|
- "hickory-resolver",
|
|
|
- "ibig",
|
|
|
- "libp2p",
|
|
|
- "nockapp",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "serde",
|
|
|
- "serde_bytes",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "void",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockchain-wallet"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "bardecoder",
|
|
|
- "clap",
|
|
|
- "crossterm 0.28.1",
|
|
|
- "either",
|
|
|
- "getrandom 0.2.16",
|
|
|
- "image",
|
|
|
- "kernels",
|
|
|
- "nockapp",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "qrcode",
|
|
|
- "ratatui",
|
|
|
- "tempfile",
|
|
|
- "termimad",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "tracing-subscriber",
|
|
|
- "zkvm-jetpack",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockvm"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "autotools",
|
|
|
- "bitvec",
|
|
|
- "cc",
|
|
|
- "criterion",
|
|
|
- "either",
|
|
|
- "ibig",
|
|
|
- "intmap",
|
|
|
- "json",
|
|
|
- "lazy_static",
|
|
|
- "libc",
|
|
|
- "memmap2",
|
|
|
- "murmur3",
|
|
|
- "nockvm_crypto",
|
|
|
- "nockvm_macros",
|
|
|
- "num-derive",
|
|
|
- "num-traits",
|
|
|
- "rand 0.8.5",
|
|
|
- "signal-hook",
|
|
|
- "slotmap",
|
|
|
- "static_assertions",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockvm_crypto"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "aes",
|
|
|
- "aes-siv",
|
|
|
- "curve25519-dalek",
|
|
|
- "ed25519-dalek",
|
|
|
- "ibig",
|
|
|
- "sha1",
|
|
|
- "sha2",
|
|
|
- "x25519-dalek",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nockvm_macros"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "quote",
|
|
|
- "syn 1.0.109",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nom"
|
|
|
-version = "7.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
- "minimal-lexical",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nonzero_ext"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "notify"
|
|
|
-version = "5.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "crossbeam-channel",
|
|
|
- "filetime",
|
|
|
- "fsevent-sys",
|
|
|
- "inotify",
|
|
|
- "kqueue",
|
|
|
- "libc",
|
|
|
- "mio 0.8.11",
|
|
|
- "walkdir",
|
|
|
- "windows-sys 0.45.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ntapi"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nu-ansi-term"
|
|
|
-version = "0.46.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
-dependencies = [
|
|
|
- "overload",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-bigint"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
|
-dependencies = [
|
|
|
- "num-integer",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-conv"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-derive"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-integer"
|
|
|
-version = "0.1.46"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
-dependencies = [
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-traits"
|
|
|
-version = "0.2.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num_cpus"
|
|
|
-version = "1.16.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi 0.3.9",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num_threads"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "object"
|
|
|
-version = "0.36.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "oid-registry"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
|
|
|
-dependencies = [
|
|
|
- "asn1-rs",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "once_cell"
|
|
|
-version = "1.21.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "once_cell_polyfill"
|
|
|
-version = "1.70.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2611b99ab098a31bdc8be48b4f1a285ca0ced28bd5b4f23e45efa8c63b09efa5"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "oorandom"
|
|
|
-version = "11.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opentelemetry"
|
|
|
-version = "0.27.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "js-sys",
|
|
|
- "pin-project-lite",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opentelemetry-http"
|
|
|
-version = "0.27.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "10a8a7f5f6ba7c1b286c2fbca0454eaba116f63bbe69ed250b642d36fbb04d80"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "bytes",
|
|
|
- "http 1.3.1",
|
|
|
- "opentelemetry",
|
|
|
- "reqwest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opentelemetry-otlp"
|
|
|
-version = "0.27.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "futures-core",
|
|
|
- "http 1.3.1",
|
|
|
- "opentelemetry",
|
|
|
- "opentelemetry-http",
|
|
|
- "opentelemetry-proto",
|
|
|
- "opentelemetry_sdk",
|
|
|
- "prost",
|
|
|
- "reqwest",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tonic",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opentelemetry-proto"
|
|
|
-version = "0.27.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6"
|
|
|
-dependencies = [
|
|
|
- "opentelemetry",
|
|
|
- "opentelemetry_sdk",
|
|
|
- "prost",
|
|
|
- "tonic",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opentelemetry_sdk"
|
|
|
-version = "0.27.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8"
|
|
|
-dependencies = [
|
|
|
- "async-trait",
|
|
|
- "futures-channel",
|
|
|
- "futures-executor",
|
|
|
- "futures-util",
|
|
|
- "glob",
|
|
|
- "opentelemetry",
|
|
|
- "percent-encoding",
|
|
|
- "rand 0.8.5",
|
|
|
- "serde_json",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
- "tokio-stream",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "option-ext"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "overload"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking"
|
|
|
-version = "2.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
|
-dependencies = [
|
|
|
- "lock_api",
|
|
|
- "parking_lot_core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.9.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "redox_syscall",
|
|
|
- "smallvec",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "password-hash"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
|
-dependencies = [
|
|
|
- "base64ct",
|
|
|
- "rand_core 0.6.4",
|
|
|
- "subtle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "paste"
|
|
|
-version = "1.0.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pem"
|
|
|
-version = "3.0.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
|
|
|
-dependencies = [
|
|
|
- "base64 0.22.1",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "percent-encoding"
|
|
|
-version = "2.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project"
|
|
|
-version = "1.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
|
-dependencies = [
|
|
|
- "pin-project-internal",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project-internal"
|
|
|
-version = "1.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-project-lite"
|
|
|
-version = "0.2.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pin-utils"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pkcs8"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
-dependencies = [
|
|
|
- "der",
|
|
|
- "spki",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plotters"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
|
-dependencies = [
|
|
|
- "num-traits",
|
|
|
- "plotters-backend",
|
|
|
- "plotters-svg",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plotters-backend"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "plotters-svg"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
|
-dependencies = [
|
|
|
- "plotters-backend",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "png"
|
|
|
-version = "0.17.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "crc32fast",
|
|
|
- "fdeflate",
|
|
|
- "flate2",
|
|
|
- "miniz_oxide",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "polling"
|
|
|
-version = "3.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "concurrent-queue",
|
|
|
- "hermit-abi 0.4.0",
|
|
|
- "pin-project-lite",
|
|
|
- "rustix 0.38.44",
|
|
|
- "tracing",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "portable-atomic"
|
|
|
-version = "1.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "potential_utf"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
|
|
-dependencies = [
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "powerfmt"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ppv-lite86"
|
|
|
-version = "0.2.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
|
-dependencies = [
|
|
|
- "zerocopy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prettyplease"
|
|
|
-version = "0.2.32"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-error-attr2"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-error2"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-error-attr2",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "1.0.95"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
|
-dependencies = [
|
|
|
- "unicode-ident",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prometheus-client"
|
|
|
-version = "0.23.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf41c1a7c32ed72abe5082fb19505b969095c12da9f5732a4bc9878757fd087c"
|
|
|
-dependencies = [
|
|
|
- "dtoa",
|
|
|
- "itoa",
|
|
|
- "parking_lot",
|
|
|
- "prometheus-client-derive-encode",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prometheus-client-derive-encode"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prost"
|
|
|
-version = "0.13.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "prost-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "prost-derive"
|
|
|
-version = "0.13.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "itertools 0.14.0",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "qoi"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
-dependencies = [
|
|
|
- "bytemuck",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "qrcode"
|
|
|
-version = "0.13.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "166f136dfdb199f98186f3649cf7a0536534a61417a1a30221b492b4fb60ce3f"
|
|
|
-dependencies = [
|
|
|
- "image",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quanta"
|
|
|
-version = "0.12.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "raw-cpuid",
|
|
|
- "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
- "web-sys",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quick-protobuf"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quick-protobuf-codec"
|
|
|
-version = "0.3.1"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "asynchronous-codec",
|
|
|
- "bytes",
|
|
|
- "quick-protobuf",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "unsigned-varint",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quickcheck"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
|
|
-dependencies = [
|
|
|
- "env_logger",
|
|
|
- "log",
|
|
|
- "rand 0.8.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn"
|
|
|
-version = "0.11.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "cfg_aliases",
|
|
|
- "futures-io",
|
|
|
- "pin-project-lite",
|
|
|
- "quinn-proto",
|
|
|
- "quinn-udp",
|
|
|
- "rustc-hash 2.1.1",
|
|
|
- "rustls",
|
|
|
- "socket2",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn-proto"
|
|
|
-version = "0.11.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "getrandom 0.3.3",
|
|
|
- "lru-slab",
|
|
|
- "rand 0.9.1",
|
|
|
- "ring",
|
|
|
- "rustc-hash 2.1.1",
|
|
|
- "rustls",
|
|
|
- "rustls-pki-types",
|
|
|
- "slab",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "tinyvec",
|
|
|
- "tracing",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn-udp"
|
|
|
-version = "0.5.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
|
|
|
-dependencies = [
|
|
|
- "cfg_aliases",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "socket2",
|
|
|
- "tracing",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "1.0.40"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "r-efi"
|
|
|
-version = "5.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "radium"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
-
|
|
|
-[[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",
|
|
|
- "rand_core 0.6.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
|
|
-dependencies = [
|
|
|
- "rand_chacha 0.9.0",
|
|
|
- "rand_core 0.9.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 0.6.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
-dependencies = [
|
|
|
- "ppv-lite86",
|
|
|
- "rand_core 0.9.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.6.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.2.16",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.3.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ratatui"
|
|
|
-version = "0.29.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "cassowary",
|
|
|
- "compact_str",
|
|
|
- "crossterm 0.28.1",
|
|
|
- "indoc",
|
|
|
- "instability",
|
|
|
- "itertools 0.13.0",
|
|
|
- "lru",
|
|
|
- "paste",
|
|
|
- "strum",
|
|
|
- "unicode-segmentation",
|
|
|
- "unicode-truncate",
|
|
|
- "unicode-width 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "raw-cpuid"
|
|
|
-version = "11.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
- "rayon-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon-core"
|
|
|
-version = "1.12.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rcgen"
|
|
|
-version = "0.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
|
|
|
-dependencies = [
|
|
|
- "pem",
|
|
|
- "ring",
|
|
|
- "rustls-pki-types",
|
|
|
- "time",
|
|
|
- "yasna",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.5.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_users"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.2.16",
|
|
|
- "libredox",
|
|
|
- "thiserror 2.0.12",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex"
|
|
|
-version = "1.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick",
|
|
|
- "memchr",
|
|
|
- "regex-automata 0.4.9",
|
|
|
- "regex-syntax 0.8.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-automata"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
-dependencies = [
|
|
|
- "regex-syntax 0.6.29",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-automata"
|
|
|
-version = "0.4.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick",
|
|
|
- "memchr",
|
|
|
- "regex-syntax 0.8.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.6.29"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "reqwest"
|
|
|
-version = "0.12.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
|
-dependencies = [
|
|
|
- "base64 0.22.1",
|
|
|
- "bytes",
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "http-body-util",
|
|
|
- "hyper",
|
|
|
- "hyper-util",
|
|
|
- "ipnet",
|
|
|
- "js-sys",
|
|
|
- "log",
|
|
|
- "mime",
|
|
|
- "once_cell",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_urlencoded",
|
|
|
- "sync_wrapper",
|
|
|
- "tokio",
|
|
|
- "tower 0.5.2",
|
|
|
- "tower-service",
|
|
|
- "url",
|
|
|
- "wasm-bindgen",
|
|
|
- "wasm-bindgen-futures",
|
|
|
- "web-sys",
|
|
|
- "windows-registry",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "resolv-conf"
|
|
|
-version = "0.7.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "retry"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a1e211f878258887b3e65dd3c8ff9f530fe109f441a117ee0cdc27f341355032"
|
|
|
-dependencies = [
|
|
|
- "rand 0.9.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ring"
|
|
|
-version = "0.17.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "cfg-if",
|
|
|
- "getrandom 0.2.16",
|
|
|
- "libc",
|
|
|
- "untrusted",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rtnetlink"
|
|
|
-version = "0.13.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "log",
|
|
|
- "netlink-packet-core",
|
|
|
- "netlink-packet-route",
|
|
|
- "netlink-packet-utils",
|
|
|
- "netlink-proto",
|
|
|
- "netlink-sys",
|
|
|
- "nix",
|
|
|
- "thiserror 1.0.69",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-demangle"
|
|
|
-version = "0.1.24"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-hash"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-hash"
|
|
|
-version = "2.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
|
|
-dependencies = [
|
|
|
- "semver 0.1.20",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
-dependencies = [
|
|
|
- "semver 1.0.26",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rusticata-macros"
|
|
|
-version = "4.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
-dependencies = [
|
|
|
- "nom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustix"
|
|
|
-version = "0.38.44"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "errno",
|
|
|
- "libc",
|
|
|
- "linux-raw-sys 0.4.15",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustix"
|
|
|
-version = "1.0.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "errno",
|
|
|
- "libc",
|
|
|
- "linux-raw-sys 0.9.4",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls"
|
|
|
-version = "0.23.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "ring",
|
|
|
- "rustls-pki-types",
|
|
|
- "rustls-webpki",
|
|
|
- "subtle",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-pki-types"
|
|
|
-version = "1.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
|
|
-dependencies = [
|
|
|
- "web-time",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustls-webpki"
|
|
|
-version = "0.103.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
|
|
|
-dependencies = [
|
|
|
- "ring",
|
|
|
- "rustls-pki-types",
|
|
|
- "untrusted",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustversion"
|
|
|
-version = "1.0.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rw-stream-sink"
|
|
|
-version = "0.4.0"
|
|
|
-source = "git+https://github.com/libp2p/rust-libp2p.git?rev=da0017ee887a868e231ed78c7de892779c17800d#da0017ee887a868e231ed78c7de892779c17800d"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "pin-project",
|
|
|
- "static_assertions",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ryu"
|
|
|
-version = "1.0.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "same-file"
|
|
|
-version = "1.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scoped-tls"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scopeguard"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "secp256k1"
|
|
|
-version = "0.29.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
|
|
-dependencies = [
|
|
|
- "bitcoin_hashes",
|
|
|
- "rand 0.8.5",
|
|
|
- "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 = "0.1.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "1.0.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde"
|
|
|
-version = "1.0.219"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
|
-dependencies = [
|
|
|
- "serde_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_bytes"
|
|
|
-version = "0.11.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_derive"
|
|
|
-version = "1.0.219"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_json"
|
|
|
-version = "1.0.140"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "memchr",
|
|
|
- "ryu",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_path_to_error"
|
|
|
-version = "0.1.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_test"
|
|
|
-version = "1.0.177"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_urlencoded"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
-dependencies = [
|
|
|
- "form_urlencoded",
|
|
|
- "itoa",
|
|
|
- "ryu",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "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.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sharded-slab"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "shlex"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "signal-hook"
|
|
|
-version = "0.3.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "signal-hook-registry",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "signal-hook-mio"
|
|
|
-version = "0.2.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "mio 1.0.3",
|
|
|
- "signal-hook",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "signal-hook-registry"
|
|
|
-version = "1.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "signal-hook-tokio"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "libc",
|
|
|
- "signal-hook",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "signature"
|
|
|
-version = "2.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.6.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "simd-adler32"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slab"
|
|
|
-version = "0.4.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slotmap"
|
|
|
-version = "1.0.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
|
|
|
-dependencies = [
|
|
|
- "version_check",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "1.15.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "socket2"
|
|
|
-version = "0.5.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "spinning_top"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
|
|
|
-dependencies = [
|
|
|
- "lock_api",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "spki"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
-dependencies = [
|
|
|
- "base64ct",
|
|
|
- "der",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stable_deref_trait"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "static_assertions"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strict"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f42444fea5b87a39db4218d9422087e66a85d0e7a0963a439b07bcdf91804006"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strsim"
|
|
|
-version = "0.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum"
|
|
|
-version = "0.26.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
|
-dependencies = [
|
|
|
- "strum_macros",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum_macros"
|
|
|
-version = "0.26.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
|
-dependencies = [
|
|
|
- "heck",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "rustversion",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "2.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "1.0.109"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "unicode-ident",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "2.0.101"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "unicode-ident",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sync_wrapper"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "synstructure"
|
|
|
-version = "0.13.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sysinfo"
|
|
|
-version = "0.28.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
- "ntapi",
|
|
|
- "once_cell",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sysinfo"
|
|
|
-version = "0.30.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
- "ntapi",
|
|
|
- "once_cell",
|
|
|
- "windows 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sysinfo"
|
|
|
-version = "0.33.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
- "memchr",
|
|
|
- "ntapi",
|
|
|
- "rayon",
|
|
|
- "windows 0.57.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "system-configuration"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
- "core-foundation",
|
|
|
- "system-configuration-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "system-configuration-sys"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tagptr"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tap"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tempfile"
|
|
|
-version = "3.20.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
|
|
-dependencies = [
|
|
|
- "fastrand",
|
|
|
- "getrandom 0.3.3",
|
|
|
- "once_cell",
|
|
|
- "rustix 1.0.7",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "termcolor"
|
|
|
-version = "1.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "termimad"
|
|
|
-version = "0.31.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7301d9c2c4939c97f25376b70d3c13311f8fefdee44092fc361d2a98adc2cbb6"
|
|
|
-dependencies = [
|
|
|
- "coolor",
|
|
|
- "crokey",
|
|
|
- "crossbeam",
|
|
|
- "lazy-regex",
|
|
|
- "minimad",
|
|
|
- "serde",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "unicode-width 0.1.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[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.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
|
-dependencies = [
|
|
|
- "thiserror-impl 2.0.12",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thiserror-impl"
|
|
|
-version = "1.0.69"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thiserror-impl"
|
|
|
-version = "2.0.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thread_local"
|
|
|
-version = "1.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "once_cell",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tiff"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
|
|
-dependencies = [
|
|
|
- "flate2",
|
|
|
- "jpeg-decoder",
|
|
|
- "weezl",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "time"
|
|
|
-version = "0.3.41"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
|
-dependencies = [
|
|
|
- "deranged",
|
|
|
- "itoa",
|
|
|
- "libc",
|
|
|
- "num-conv",
|
|
|
- "num_threads",
|
|
|
- "powerfmt",
|
|
|
- "serde",
|
|
|
- "time-core",
|
|
|
- "time-macros",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "time-core"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "time-macros"
|
|
|
-version = "0.2.22"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
|
-dependencies = [
|
|
|
- "num-conv",
|
|
|
- "time-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinystr"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "zerovec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinytemplate"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinyvec"
|
|
|
-version = "1.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
|
|
-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.45.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
- "bytes",
|
|
|
- "libc",
|
|
|
- "mio 1.0.3",
|
|
|
- "parking_lot",
|
|
|
- "pin-project-lite",
|
|
|
- "signal-hook-registry",
|
|
|
- "socket2",
|
|
|
- "tokio-macros",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-macros"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-stream"
|
|
|
-version = "0.1.17"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-util"
|
|
|
-version = "0.7.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "futures-util",
|
|
|
- "hashbrown 0.15.3",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tonic"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
|
|
|
-dependencies = [
|
|
|
- "async-stream",
|
|
|
- "async-trait",
|
|
|
- "axum 0.7.9",
|
|
|
- "base64 0.22.1",
|
|
|
- "bytes",
|
|
|
- "h2",
|
|
|
- "http 1.3.1",
|
|
|
- "http-body",
|
|
|
- "http-body-util",
|
|
|
- "hyper",
|
|
|
- "hyper-timeout",
|
|
|
- "hyper-util",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project",
|
|
|
- "prost",
|
|
|
- "socket2",
|
|
|
- "tokio",
|
|
|
- "tokio-stream",
|
|
|
- "tower 0.4.13",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower"
|
|
|
-version = "0.4.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "indexmap 1.9.3",
|
|
|
- "pin-project",
|
|
|
- "pin-project-lite",
|
|
|
- "rand 0.8.5",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "pin-project-lite",
|
|
|
- "sync_wrapper",
|
|
|
- "tokio",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower-layer"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tower-service"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing"
|
|
|
-version = "0.1.41"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "pin-project-lite",
|
|
|
- "tracing-attributes",
|
|
|
- "tracing-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-attributes"
|
|
|
-version = "0.1.28"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-core"
|
|
|
-version = "0.1.33"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
|
-dependencies = [
|
|
|
- "once_cell",
|
|
|
- "valuable",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-log"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
-dependencies = [
|
|
|
- "log",
|
|
|
- "once_cell",
|
|
|
- "tracing-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-opentelemetry"
|
|
|
-version = "0.28.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053"
|
|
|
-dependencies = [
|
|
|
- "js-sys",
|
|
|
- "once_cell",
|
|
|
- "opentelemetry",
|
|
|
- "opentelemetry_sdk",
|
|
|
- "smallvec",
|
|
|
- "tracing",
|
|
|
- "tracing-core",
|
|
|
- "tracing-log",
|
|
|
- "tracing-subscriber",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-subscriber"
|
|
|
-version = "0.3.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
|
-dependencies = [
|
|
|
- "matchers",
|
|
|
- "nu-ansi-term",
|
|
|
- "once_cell",
|
|
|
- "regex",
|
|
|
- "sharded-slab",
|
|
|
- "smallvec",
|
|
|
- "thread_local",
|
|
|
- "tracing",
|
|
|
- "tracing-core",
|
|
|
- "tracing-log",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-test"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
|
|
-dependencies = [
|
|
|
- "tracing-core",
|
|
|
- "tracing-subscriber",
|
|
|
- "tracing-test-macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tracing-test-macro"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
|
|
-dependencies = [
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "try-lock"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typenum"
|
|
|
-version = "1.18.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "uint"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "crunchy",
|
|
|
- "hex",
|
|
|
- "static_assertions",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-ident"
|
|
|
-version = "1.0.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-segmentation"
|
|
|
-version = "1.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-truncate"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
|
|
|
-dependencies = [
|
|
|
- "itertools 0.13.0",
|
|
|
- "unicode-segmentation",
|
|
|
- "unicode-width 0.1.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-width"
|
|
|
-version = "0.1.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-width"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unsigned-varint"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "untrusted"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unty"
|
|
|
-version = "0.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
|
|
-
|
|
|
-[[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",
|
|
|
-]
|
|
|
-
|
|
|
-[[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 = "uuid"
|
|
|
-version = "1.16.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.3.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "valuable"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vergen"
|
|
|
-version = "8.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "cargo_metadata",
|
|
|
- "cfg-if",
|
|
|
- "regex",
|
|
|
- "rustc_version 0.4.1",
|
|
|
- "rustversion",
|
|
|
- "sysinfo 0.30.13",
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "version_check"
|
|
|
-version = "0.9.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "virtue"
|
|
|
-version = "0.0.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "visibility"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "void"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "walkdir"
|
|
|
-version = "2.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
-dependencies = [
|
|
|
- "same-file",
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "want"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
-dependencies = [
|
|
|
- "try-lock",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.11.0+wasi-snapshot-preview1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.14.2+wasi-0.2.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
|
-dependencies = [
|
|
|
- "wit-bindgen-rt",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen"
|
|
|
-version = "0.2.100"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "once_cell",
|
|
|
- "rustversion",
|
|
|
- "wasm-bindgen-macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-backend"
|
|
|
-version = "0.2.100"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
-dependencies = [
|
|
|
- "bumpalo",
|
|
|
- "log",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
- "wasm-bindgen-shared",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-futures"
|
|
|
-version = "0.4.50"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "js-sys",
|
|
|
- "once_cell",
|
|
|
- "wasm-bindgen",
|
|
|
- "web-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-macro"
|
|
|
-version = "0.2.100"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
-dependencies = [
|
|
|
- "quote",
|
|
|
- "wasm-bindgen-macro-support",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-macro-support"
|
|
|
-version = "0.2.100"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
- "wasm-bindgen-backend",
|
|
|
- "wasm-bindgen-shared",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasm-bindgen-shared"
|
|
|
-version = "0.2.100"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
-dependencies = [
|
|
|
- "unicode-ident",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "web-sys"
|
|
|
-version = "0.3.77"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
|
-dependencies = [
|
|
|
- "js-sys",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "web-time"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
-dependencies = [
|
|
|
- "js-sys",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "weezl"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "which"
|
|
|
-version = "4.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
- "home",
|
|
|
- "once_cell",
|
|
|
- "rustix 0.38.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "widestring"
|
|
|
-version = "1.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
|
|
|
-
|
|
|
-[[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"
|
|
|
-version = "0.52.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
|
|
-dependencies = [
|
|
|
- "windows-core 0.52.0",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538"
|
|
|
-dependencies = [
|
|
|
- "windows-core 0.53.0",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows"
|
|
|
-version = "0.57.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
|
|
|
-dependencies = [
|
|
|
- "windows-core 0.57.0",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows"
|
|
|
-version = "0.61.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
|
|
|
-dependencies = [
|
|
|
- "windows-collections",
|
|
|
- "windows-core 0.61.2",
|
|
|
- "windows-future",
|
|
|
- "windows-link",
|
|
|
- "windows-numerics",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-collections"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
|
-dependencies = [
|
|
|
- "windows-core 0.61.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-core"
|
|
|
-version = "0.52.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-core"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd"
|
|
|
-dependencies = [
|
|
|
- "windows-result 0.1.2",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-core"
|
|
|
-version = "0.57.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
|
|
|
-dependencies = [
|
|
|
- "windows-implement 0.57.0",
|
|
|
- "windows-interface 0.57.0",
|
|
|
- "windows-result 0.1.2",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-core"
|
|
|
-version = "0.61.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
|
-dependencies = [
|
|
|
- "windows-implement 0.60.0",
|
|
|
- "windows-interface 0.59.1",
|
|
|
- "windows-link",
|
|
|
- "windows-result 0.3.4",
|
|
|
- "windows-strings 0.4.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-future"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
|
-dependencies = [
|
|
|
- "windows-core 0.61.2",
|
|
|
- "windows-link",
|
|
|
- "windows-threading",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-implement"
|
|
|
-version = "0.57.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-implement"
|
|
|
-version = "0.60.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-interface"
|
|
|
-version = "0.57.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-interface"
|
|
|
-version = "0.59.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-link"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-numerics"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
|
-dependencies = [
|
|
|
- "windows-core 0.61.2",
|
|
|
- "windows-link",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-registry"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
|
-dependencies = [
|
|
|
- "windows-result 0.3.4",
|
|
|
- "windows-strings 0.3.1",
|
|
|
- "windows-targets 0.53.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-result"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-result"
|
|
|
-version = "0.3.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
|
-dependencies = [
|
|
|
- "windows-link",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-strings"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
|
-dependencies = [
|
|
|
- "windows-link",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-strings"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
|
-dependencies = [
|
|
|
- "windows-link",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.45.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.42.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.48.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.48.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.52.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.59.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-targets"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_gnullvm 0.42.2",
|
|
|
- "windows_aarch64_msvc 0.42.2",
|
|
|
- "windows_i686_gnu 0.42.2",
|
|
|
- "windows_i686_msvc 0.42.2",
|
|
|
- "windows_x86_64_gnu 0.42.2",
|
|
|
- "windows_x86_64_gnullvm 0.42.2",
|
|
|
- "windows_x86_64_msvc 0.42.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-targets"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_gnullvm 0.48.5",
|
|
|
- "windows_aarch64_msvc 0.48.5",
|
|
|
- "windows_i686_gnu 0.48.5",
|
|
|
- "windows_i686_msvc 0.48.5",
|
|
|
- "windows_x86_64_gnu 0.48.5",
|
|
|
- "windows_x86_64_gnullvm 0.48.5",
|
|
|
- "windows_x86_64_msvc 0.48.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-targets"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_gnullvm 0.52.6",
|
|
|
- "windows_aarch64_msvc 0.52.6",
|
|
|
- "windows_i686_gnu 0.52.6",
|
|
|
- "windows_i686_gnullvm 0.52.6",
|
|
|
- "windows_i686_msvc 0.52.6",
|
|
|
- "windows_x86_64_gnu 0.52.6",
|
|
|
- "windows_x86_64_gnullvm 0.52.6",
|
|
|
- "windows_x86_64_msvc 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-targets"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_gnullvm 0.53.0",
|
|
|
- "windows_aarch64_msvc 0.53.0",
|
|
|
- "windows_i686_gnu 0.53.0",
|
|
|
- "windows_i686_gnullvm 0.53.0",
|
|
|
- "windows_i686_msvc 0.53.0",
|
|
|
- "windows_x86_64_gnu 0.53.0",
|
|
|
- "windows_x86_64_gnullvm 0.53.0",
|
|
|
- "windows_x86_64_msvc 0.53.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-threading"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
|
-dependencies = [
|
|
|
- "windows-link",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_gnullvm"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_gnullvm"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_gnullvm"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_gnullvm"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
|
-
|
|
|
-[[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_gnullvm"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnullvm"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnullvm"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnullvm"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnullvm"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.42.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.48.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.52.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.53.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winreg"
|
|
|
-version = "0.50.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wit-bindgen-rt"
|
|
|
-version = "0.39.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.9.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "writeable"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wyz"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
-dependencies = [
|
|
|
- "tap",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "x25519-dalek"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
|
|
|
-dependencies = [
|
|
|
- "curve25519-dalek",
|
|
|
- "rand_core 0.6.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "x509-parser"
|
|
|
-version = "0.17.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
|
|
|
-dependencies = [
|
|
|
- "asn1-rs",
|
|
|
- "data-encoding",
|
|
|
- "der-parser",
|
|
|
- "lazy_static",
|
|
|
- "nom",
|
|
|
- "oid-registry",
|
|
|
- "rusticata-macros",
|
|
|
- "thiserror 2.0.12",
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "xml-rs"
|
|
|
-version = "0.8.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "xmltree"
|
|
|
-version = "0.10.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
|
|
|
-dependencies = [
|
|
|
- "xml-rs",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yaque"
|
|
|
-version = "0.6.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "487f1a92dacd945cc5bc78a8193cc00b9a2cce3c07746ca51533f513843f40d2"
|
|
|
-dependencies = [
|
|
|
- "futures",
|
|
|
- "lazy_static",
|
|
|
- "log",
|
|
|
- "notify",
|
|
|
- "rand 0.8.5",
|
|
|
- "semver 1.0.26",
|
|
|
- "sysinfo 0.28.4",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yasna"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
|
|
-dependencies = [
|
|
|
- "time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yoke"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "stable_deref_trait",
|
|
|
- "yoke-derive",
|
|
|
- "zerofrom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yoke-derive"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerocopy"
|
|
|
-version = "0.8.25"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
|
-dependencies = [
|
|
|
- "zerocopy-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerocopy-derive"
|
|
|
-version = "0.8.25"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerofrom"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
|
-dependencies = [
|
|
|
- "zerofrom-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerofrom-derive"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize"
|
|
|
-version = "1.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerotrie"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
|
|
-dependencies = [
|
|
|
- "displaydoc",
|
|
|
- "yoke",
|
|
|
- "zerofrom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerovec"
|
|
|
-version = "0.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
|
|
-dependencies = [
|
|
|
- "yoke",
|
|
|
- "zerofrom",
|
|
|
- "zerovec-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zerovec-derive"
|
|
|
-version = "0.11.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.101",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zkvm-jetpack"
|
|
|
-version = "0.1.0"
|
|
|
-dependencies = [
|
|
|
- "argon2",
|
|
|
- "arrayref",
|
|
|
- "bytes",
|
|
|
- "either",
|
|
|
- "hex-literal",
|
|
|
- "ibig",
|
|
|
- "nockapp",
|
|
|
- "nockvm",
|
|
|
- "nockvm_macros",
|
|
|
- "num-traits",
|
|
|
- "quickcheck",
|
|
|
- "smallvec",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zune-inflate"
|
|
|
-version = "0.2.54"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
-dependencies = [
|
|
|
- "simd-adler32",
|
|
|
-]
|