2022-07-21 13:21:25 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.22.0"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.1.3"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.86"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2022-12-23 14:16:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.6.1"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d"
|
2022-12-23 14:16:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-derive"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.5.0"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1"
|
2022-12-23 14:16:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-12-23 14:16:46 +01:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-impl"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.0"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
2022-12-23 14:16:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-12-23 14:16:46 +01:00
|
|
|
]
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.3.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-05-30 14:46:46 +02:00
|
|
|
"pin-project-lite",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.3.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.1.81"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.3.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "0.6.20"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-09-27 14:12:51 +02:00
|
|
|
"bitflags 1.3.2",
|
2022-12-13 15:56:34 +01:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.3.4"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.73"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-11 18:18:41 +01:00
|
|
|
version = "0.13.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 18:18:41 +01:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2023-05-30 14:46:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.21.7"
|
2023-05-30 14:46:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2023-05-30 14:46:46 +02:00
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitcoin"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.30.2"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "1945a5048598e4189e239d3f809b19bdad4845c4b2ba400d304d2dcf26d2c462"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"bech32",
|
2023-09-26 23:50:03 +02:00
|
|
|
"bitcoin-private",
|
2022-12-13 15:56:34 +01:00
|
|
|
"bitcoin_hashes",
|
2023-09-26 23:50:03 +02:00
|
|
|
"hex_lit",
|
2022-12-13 15:56:34 +01:00
|
|
|
"secp256k1",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-26 23:50:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoin-private"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57"
|
|
|
|
|
2022-05-13 23:22:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoin_hashes"
|
2023-09-26 23:50:03 +02:00
|
|
|
version = "0.12.0"
|
2022-05-13 23:22:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:50:03 +02:00
|
|
|
checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501"
|
2022-05-13 23:22:45 +02:00
|
|
|
dependencies = [
|
2023-09-26 23:50:03 +02:00
|
|
|
"bitcoin-private",
|
2022-05-13 23:22:45 +02:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.6.0"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-09-27 14:12:51 +02:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "3.16.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.6.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.1.7"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cln-grpc"
|
2024-06-05 00:34:40 +02:00
|
|
|
version = "0.1.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-12-13 15:56:34 +01:00
|
|
|
"bitcoin",
|
2022-07-21 13:21:25 +02:00
|
|
|
"cln-rpc",
|
2024-02-14 13:00:19 +01:00
|
|
|
"futures-core",
|
2022-07-21 13:21:25 +02:00
|
|
|
"hex",
|
|
|
|
"log",
|
|
|
|
"prost",
|
2024-01-25 18:47:35 +01:00
|
|
|
"serde",
|
2022-07-21 13:21:25 +02:00
|
|
|
"serde_json",
|
2024-02-14 13:00:19 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cln-grpc-plugin"
|
2024-06-05 00:34:40 +02:00
|
|
|
version = "0.1.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cln-grpc",
|
|
|
|
"cln-plugin",
|
|
|
|
"cln-rpc",
|
|
|
|
"log",
|
|
|
|
"prost",
|
|
|
|
"rcgen",
|
2024-02-14 15:34:44 +01:00
|
|
|
"serde_json",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cln-plugin"
|
2024-06-05 00:34:40 +02:00
|
|
|
version = "0.1.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytes",
|
|
|
|
"cln-grpc",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-12-13 15:56:34 +01:00
|
|
|
"tokio-util",
|
2023-11-15 19:29:29 +01:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cln-rpc"
|
2024-06-05 00:34:40 +02:00
|
|
|
version = "0.1.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-12-13 15:56:34 +01:00
|
|
|
"bitcoin",
|
2022-07-21 13:21:25 +02:00
|
|
|
"bytes",
|
2022-12-23 14:16:46 +01:00
|
|
|
"env_logger",
|
2022-07-21 13:21:25 +02:00
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2023-12-18 16:45:09 +01:00
|
|
|
"tokio-test",
|
2022-12-13 15:56:34 +01:00
|
|
|
"tokio-util",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.6.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-23 14:16:46 +01:00
|
|
|
name = "der-parser"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "9.0.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-12-23 14:16:46 +01:00
|
|
|
"asn1-rs",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
2022-07-21 13:21:25 +02:00
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2022-12-23 14:16:46 +01:00
|
|
|
"rusticata-macros",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.11"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-09-27 14:12:51 +02:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
2022-12-23 14:16:46 +01:00
|
|
|
name = "displaydoc"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-12-23 14:16:46 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.13.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.10.2"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.9"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-sys",
|
2022-12-13 15:56:34 +01:00
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.1.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-12-13 15:56:34 +01:00
|
|
|
version = "0.4.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 15:56:34 +01:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-02-14 13:00:19 +01:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-14 13:00:19 +01:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.15"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-05-13 23:30:07 +02:00
|
|
|
"wasi",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.29.0"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-09-27 14:12:51 +02:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.26"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2024-07-29 15:05:00 +02:00
|
|
|
"indexmap 2.2.6",
|
2022-07-21 13:21:25 +02:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-12-13 15:56:34 +01:00
|
|
|
"tokio-util",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-05-13 23:30:07 +02:00
|
|
|
version = "0.12.3"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-13 23:30:07 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 14:12:51 +02:00
|
|
|
name = "hashbrown"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.14.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
2023-09-27 14:12:51 +02:00
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-12-13 15:56:34 +01:00
|
|
|
|
2023-05-30 14:46:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.9"
|
2023-05-30 14:46:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-05-30 14:46:46 +02:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-09-26 23:50:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex_lit"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.5.9"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.12"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.9.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "1.0.3"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.14.30"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-07-29 15:05:00 +02:00
|
|
|
"socket2",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "1.9.3"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-09-27 14:12:51 +02:00
|
|
|
"hashbrown 0.12.3",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 14:12:51 +02:00
|
|
|
name = "indexmap"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.2.6"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
2023-09-27 14:12:51 +02:00
|
|
|
"equivalent",
|
2024-07-29 15:05:00 +02:00
|
|
|
"hashbrown 0.14.5",
|
2022-12-13 15:56:34 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.12"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
2023-09-27 14:12:51 +02:00
|
|
|
"hermit-abi",
|
2024-07-29 15:05:00 +02:00
|
|
|
"libc",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-sys",
|
2022-12-13 15:56:34 +01:00
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-05-13 23:30:07 +02:00
|
|
|
version = "0.10.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-13 23:30:07 +02:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.11"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.69"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.5.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.155"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2022-12-13 15:56:34 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.14"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.22"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "0.7.3"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2022-12-13 15:56:34 +01:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.7.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.3.17"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-12-13 15:56:34 +01:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.7.4"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"hermit-abi",
|
2022-07-21 13:21:25 +02:00
|
|
|
"libc",
|
2022-05-13 23:30:07 +02:00
|
|
|
"wasi",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-sys",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "7.1.3"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-07-29 15:05:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.1.46"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.19"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.36.2"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.7.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-12-23 14:16:46 +01:00
|
|
|
"asn1-rs",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.19.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "3.0.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"base64 0.22.1",
|
|
|
|
"serde",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.3.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.6.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2024-07-29 15:05:00 +02:00
|
|
|
"indexmap 2.2.6",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.1.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.1.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.14"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-07-29 15:05:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-11 18:18:41 +01:00
|
|
|
version = "0.2.17"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 18:18:41 +01:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.1.25"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-05-30 14:46:46 +02:00
|
|
|
"syn 1.0.109",
|
2022-12-13 15:56:34 +01:00
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.86"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-05-13 23:30:07 +02:00
|
|
|
"unicode-ident",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.11.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.11.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
|
|
|
"itertools",
|
2022-12-13 15:56:34 +01:00
|
|
|
"lazy_static",
|
2022-07-21 13:21:25 +02:00
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
2022-12-13 15:56:34 +01:00
|
|
|
"prettyplease",
|
2022-07-21 13:21:25 +02:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2022-12-13 15:56:34 +01:00
|
|
|
"regex",
|
2023-05-30 14:46:46 +02:00
|
|
|
"syn 1.0.109",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.11.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-30 14:46:46 +02:00
|
|
|
"syn 1.0.109",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.11.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.36"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-05-13 23:30:07 +02:00
|
|
|
version = "0.6.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-13 23:30:07 +02:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcgen"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.13.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"pem",
|
2024-07-29 15:05:00 +02:00
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
2022-12-23 14:16:46 +01:00
|
|
|
"time",
|
2022-07-21 13:21:25 +02:00
|
|
|
"x509-parser",
|
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.10.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-29 15:05:00 +02:00
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-syntax 0.8.4",
|
2023-11-15 19:29:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-09-27 14:12:51 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.7"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-29 15:05:00 +02:00
|
|
|
"regex-syntax 0.8.4",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.8.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2024-07-29 15:05:00 +02:00
|
|
|
"spin 0.5.2",
|
|
|
|
"untrusted 0.7.1",
|
2022-07-21 13:21:25 +02:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-07-29 15:05:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.1.24"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-09-27 14:12:51 +02:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rusticata-macros"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.38.34"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"bitflags 2.6.0",
|
2022-12-13 15:56:34 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-sys",
|
2022-12-13 15:56:34 +01:00
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "0.20.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-07-29 15:05:00 +02:00
|
|
|
"ring 0.16.20",
|
2022-07-21 13:21:25 +02:00
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.4"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-12-13 15:56:34 +01:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"base64 0.21.7",
|
2022-12-13 15:56:34 +01:00
|
|
|
]
|
|
|
|
|
2024-07-29 15:05:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.17"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2022-12-13 15:56:34 +01:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.18"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.7.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2022-05-13 23:30:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "secp256k1"
|
2023-09-26 23:50:03 +02:00
|
|
|
version = "0.27.0"
|
2022-05-13 23:30:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:50:03 +02:00
|
|
|
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
2022-05-13 23:30:07 +02:00
|
|
|
dependencies = [
|
2022-12-13 15:56:34 +01:00
|
|
|
"bitcoin_hashes",
|
2022-05-13 23:30:07 +02:00
|
|
|
"secp256k1-sys",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secp256k1-sys"
|
2023-09-26 23:50:03 +02:00
|
|
|
version = "0.8.1"
|
2022-05-13 23:30:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 23:50:03 +02:00
|
|
|
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
2022-05-13 23:30:07 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.204"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.204"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.121"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-29 15:05:00 +02:00
|
|
|
"memchr",
|
2022-07-21 13:21:25 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "0.4.9"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-05-13 23:30:07 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.13.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2023-09-27 14:12:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.5.7"
|
2023-09-27 14:12:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-09-27 14:12:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2024-07-29 15:05:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-05-30 14:46:46 +02:00
|
|
|
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"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.0.72"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-13 23:30:07 +02:00
|
|
|
"unicode-ident",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2022-12-13 15:56:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.1.2"
|
2022-12-13 15:56:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-12-13 15:56:34 +01:00
|
|
|
|
2022-12-23 14:16:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.13.1"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2022-12-23 14:16:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-12-23 14:16:46 +01:00
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "3.10.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-05-30 14:46:46 +02:00
|
|
|
"rustix",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-sys",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.4.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.63"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.0.63"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.1.8"
|
2023-11-15 19:29:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-11-15 19:29:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-12-23 14:16:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.36"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2022-12-23 14:16:46 +01:00
|
|
|
dependencies = [
|
2023-09-27 14:12:51 +02:00
|
|
|
"deranged",
|
2022-12-23 14:16:46 +01:00
|
|
|
"itoa",
|
2024-07-29 15:05:00 +02:00
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
2022-12-23 14:16:46 +01:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "0.1.2"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-12-23 14:16:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.18"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-12-23 14:16:46 +01:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"num-conv",
|
2022-12-23 14:16:46 +01:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "1.39.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2023-09-27 14:12:51 +02:00
|
|
|
"backtrace",
|
2022-07-21 13:21:25 +02:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2024-07-29 15:05:00 +02:00
|
|
|
"socket2",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tokio-macros",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-sys",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "2.4.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-12-13 15:56:34 +01:00
|
|
|
version = "0.23.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 15:56:34 +01:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.1.15"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-02-14 13:00:19 +01:00
|
|
|
"tokio-util",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-test"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.4.4"
|
2023-12-18 16:45:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
2023-12-18 16:45:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.7.11"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2022-12-13 15:56:34 +01:00
|
|
|
version = "0.8.3"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 15:56:34 +01:00
|
|
|
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2022-12-13 15:56:34 +01:00
|
|
|
"axum",
|
2023-05-30 14:46:46 +02:00
|
|
|
"base64 0.13.1",
|
2022-07-21 13:21:25 +02:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
2022-12-13 15:56:34 +01:00
|
|
|
"rustls-pemfile",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-stream",
|
2022-12-13 15:56:34 +01:00
|
|
|
"tokio-util",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2022-12-13 15:56:34 +01:00
|
|
|
version = "0.8.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 15:56:34 +01:00
|
|
|
checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-12-13 15:56:34 +01:00
|
|
|
"prettyplease",
|
2022-07-21 13:21:25 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
2023-05-30 14:46:46 +02:00
|
|
|
"syn 1.0.109",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2022-05-13 23:30:07 +02:00
|
|
|
version = "0.4.13"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-13 23:30:07 +02:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-09-27 14:12:51 +02:00
|
|
|
"indexmap 1.9.3",
|
2022-07-21 13:21:25 +02:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-12-13 15:56:34 +01:00
|
|
|
"tokio-util",
|
2022-07-21 13:21:25 +02:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2022-11-11 18:18:41 +01:00
|
|
|
version = "0.3.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 18:18:41 +01:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-05-13 23:30:07 +02:00
|
|
|
version = "0.3.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-13 23:30:07 +02:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-15 19:29:29 +01:00
|
|
|
version = "0.1.40"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:29:29 +01:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2023-11-15 19:29:29 +01:00
|
|
|
"log",
|
2022-07-21 13:21:25 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-15 19:29:29 +01:00
|
|
|
version = "0.1.27"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:29:29 +01:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-15 19:29:29 +01:00
|
|
|
version = "0.1.32"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:29:29 +01:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-05-13 23:30:07 +02:00
|
|
|
"once_cell",
|
2023-11-15 19:29:29 +01:00
|
|
|
"valuable",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.5"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-05-13 23:30:07 +02:00
|
|
|
name = "unicode-ident"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "1.0.12"
|
2022-12-23 14:16:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-12-23 14:16:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-29 15:05:00 +02:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.9.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
2023-11-15 19:29:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "0.3.1"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.92"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.92"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-05-13 23:30:07 +02:00
|
|
|
"once_cell",
|
2022-07-21 13:21:25 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.92"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.92"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-29 15:05:00 +02:00
|
|
|
"syn 2.0.72",
|
2022-07-21 13:21:25 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.2.92"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.3.69"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.22.4"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-09-27 14:12:51 +02:00
|
|
|
version = "4.4.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 14:12:51 +02:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-09-27 14:12:51 +02:00
|
|
|
"home",
|
2022-05-13 23:30:07 +02:00
|
|
|
"once_cell",
|
2023-09-27 14:12:51 +02:00
|
|
|
"rustix",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.1.8"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2024-07-29 15:05:00 +02:00
|
|
|
"windows-sys",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-05-30 14:46:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.0"
|
2023-05-30 14:46:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-05-30 14:46:46 +02:00
|
|
|
dependencies = [
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows-targets",
|
2023-05-30 14:46:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-07-29 15:05:00 +02:00
|
|
|
"windows_i686_gnullvm",
|
2023-09-27 14:12:51 +02:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
2022-11-11 18:18:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2022-11-11 18:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2022-11-11 18:18:41 +01:00
|
|
|
|
2022-07-21 13:21:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-05-30 14:46:46 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2023-05-30 14:46:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.52.6"
|
2023-05-30 14:46:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2022-07-21 13:21:25 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x509-parser"
|
2024-07-29 15:05:00 +02:00
|
|
|
version = "0.16.0"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:05:00 +02:00
|
|
|
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-12-23 14:16:46 +01:00
|
|
|
"asn1-rs",
|
2022-07-21 13:21:25 +02:00
|
|
|
"data-encoding",
|
|
|
|
"der-parser",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"oid-registry",
|
2024-07-29 15:05:00 +02:00
|
|
|
"ring 0.17.8",
|
2022-07-21 13:21:25 +02:00
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
2022-12-23 14:16:46 +01:00
|
|
|
"time",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yasna"
|
2023-05-30 14:46:46 +02:00
|
|
|
version = "0.5.2"
|
2022-07-21 13:21:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 14:46:46 +02:00
|
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
2022-07-21 13:21:25 +02:00
|
|
|
dependencies = [
|
2022-12-23 14:16:46 +01:00
|
|
|
"time",
|
2022-07-21 13:21:25 +02:00
|
|
|
]
|