2023-05-24 13:37:59 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"gimli 0.27.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.21.0"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-08-22 20:05:09 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"gimli 0.28.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
"getrandom",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.1.1"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.2.16"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ambient-authority"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.2"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.2.1"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.75"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-derive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-impl"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.0.12"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"bstr",
|
|
|
|
"doc-comment",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.8.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-session"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07da4ce523b4e2ebaaf330746761df23a465b951a83d84bbce4233dabedae630"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-lock",
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"chrono",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.1.73"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2023-08-04 22:07:22 +00:00
|
|
|
version = "2.0.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-config"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sdk-sso",
|
|
|
|
"aws-sdk-sts",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2023-08-22 20:05:09 +00:00
|
|
|
"fastrand 1.9.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"ring",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-credential-types"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-types",
|
2023-08-22 20:05:09 +00:00
|
|
|
"fastrand 1.9.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-endpoint"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-http"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-rds"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d8f92d7f105d0d50cc6307236c669854e63244260ae85ea74f0dec3b689883e"
|
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-endpoint",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sig-auth",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-sso"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-endpoint",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sig-auth",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-sts"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-endpoint",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sig-auth",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sig-auth"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sigv4"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"form_urlencoded",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"hmac 0.12.1",
|
|
|
|
"http",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-client"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
2023-08-22 20:05:09 +00:00
|
|
|
"fastrand 1.9.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hyper-rustls 0.23.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"lazy_static",
|
|
|
|
"pin-project-lite",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.20.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http-tower"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-json"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-query"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-types"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64-simd",
|
|
|
|
"itoa",
|
|
|
|
"num-integer",
|
|
|
|
"ryu",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "b1b9d12875731bd07e767be7baad95700c3137b56730ec9ddeedb52a5e5ca63b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.55.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"http",
|
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.6.20"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sha1",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
2023-08-22 20:05:09 +00:00
|
|
|
"tokio-tungstenite",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
|
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"bytes",
|
|
|
|
"cookie 0.16.2",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http 0.3.5",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a93e433be9382c737320af3924f7d5fc6f89c155cf2bf88949d8f5126fab283f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
2023-07-15 17:15:38 +00:00
|
|
|
"axum-core",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"cookie 0.17.0",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-07-15 17:15:38 +00:00
|
|
|
"http-body",
|
2023-05-24 13:37:59 +00:00
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
2023-07-15 17:15:38 +00:00
|
|
|
"serde",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-server"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bace45b270e36e3c27a190c65883de6dfc9f1d18c829907c127464815dc67b24"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.20.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rustls-pemfile",
|
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-sessions"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b114309d293dd8a6fedebf09d5b8bbb0f7647b3d204ca0dd333b5f797aed5c8"
|
|
|
|
dependencies = [
|
|
|
|
"async-session",
|
|
|
|
"axum",
|
|
|
|
"axum-extra 0.4.2",
|
|
|
|
"futures",
|
|
|
|
"http-body",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.69"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-08-22 20:05:09 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"addr2line 0.21.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2023-10-09 19:29:22 +00:00
|
|
|
"object 0.32.1",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.21.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64-simd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
|
|
dependencies = [
|
|
|
|
"outref",
|
|
|
|
"vsimd",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "basic-toml"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "7bfc506e7a2370ec239e1d072507b2a80c833083699d3c6fa176fbb4de8448c6"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.4.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[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 = "blake3"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crypto-mac 0.8.0",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "bollard"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af254ed2da4936ef73309e9597180558821cb16ae9bba4cb24ce6b612d8d80ed"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bollard-stubs",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"hyperlocal",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"url",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bollard-stubs"
|
|
|
|
version = "1.42.0-rc.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "602bda35f33aeb571cef387dcd4042c643a8bf689d8aaac2cc47ea24cb7bc7e0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2023-07-15 17:15:38 +00:00
|
|
|
"serde_with 2.3.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bson"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.7.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "58da0ae1e701ea752cc46c1bb9f39d5ecefc7395c3ecd526261a566d4f16e0c2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"ahash",
|
2023-05-24 13:37:59 +00:00
|
|
|
"base64 0.13.1",
|
|
|
|
"bitvec",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"js-sys",
|
2023-10-09 19:29:22 +00:00
|
|
|
"once_cell",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.6.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"regex-automata 0.3.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "btoi"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "3.13.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.5.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes-utils"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteyarn"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.1.6"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-fs-ext"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "58bc48200a1a0fa6fba138b1802ad7def18ec1cdd92f7b2a04e21f1bd887f7b9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"cap-std",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-primitives"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a4b6df5b295dca8d56f35560be8c391d59f0420f72e546997154e24e765e6451"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
2023-08-22 20:05:09 +00:00
|
|
|
"fs-set-times 0.19.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"io-extras",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-05-24 13:37:59 +00:00
|
|
|
"ipnet",
|
|
|
|
"maybe-owned",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.37.23",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
"winx 0.35.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-rand"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "4d25555efacb0b5244cf1d35833d55d21abc916fff0eaad254b8e2453ea9b8ab"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-std"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "3373a62accd150b4fcba056d4c5f3b552127f0ec86d3c8c102d60b978174a012"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"io-extras",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"rustix 0.37.23",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-time-ext"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e95002993b7baee6b66c8950470e59e5226a23b3af39fc59c47fe416dd39821a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"once_cell",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.37.23",
|
|
|
|
"winx 0.35.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "cargo-lock"
|
|
|
|
version = "9.0.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"semver 1.0.19",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
2023-10-09 19:29:22 +00:00
|
|
|
"toml 0.7.8",
|
|
|
|
"url",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-shuttle"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"assert_cmd",
|
|
|
|
"async-trait",
|
|
|
|
"bollard",
|
|
|
|
"cargo_metadata",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
|
|
|
"crossbeam-channel",
|
2023-10-09 19:29:22 +00:00
|
|
|
"crossterm 0.27.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"dialoguer",
|
2023-07-15 17:15:38 +00:00
|
|
|
"dirs 5.0.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"dunce",
|
|
|
|
"flate2",
|
|
|
|
"futures",
|
|
|
|
"git2",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix",
|
|
|
|
"globset",
|
2023-05-24 13:37:59 +00:00
|
|
|
"headers",
|
|
|
|
"home",
|
|
|
|
"ignore",
|
|
|
|
"indicatif",
|
|
|
|
"indoc",
|
|
|
|
"portpicker",
|
2023-10-09 19:29:22 +00:00
|
|
|
"regex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"reqwest-retry",
|
|
|
|
"rexpect",
|
2023-07-15 17:15:38 +00:00
|
|
|
"rmp-serde",
|
2023-10-09 19:29:22 +00:00
|
|
|
"semver 1.0.19",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
2023-08-22 20:05:09 +00:00
|
|
|
"shuttle-common-tests",
|
2023-05-24 13:37:59 +00:00
|
|
|
"shuttle-proto",
|
|
|
|
"shuttle-service",
|
|
|
|
"strum",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2023-08-22 20:05:09 +00:00
|
|
|
"tokio-tungstenite",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokiotest-httpserver",
|
2023-10-09 19:29:22 +00:00
|
|
|
"toml 0.7.8",
|
|
|
|
"toml_edit",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
2023-10-09 19:29:22 +00:00
|
|
|
"walkdir",
|
2023-05-24 13:37:59 +00:00
|
|
|
"webbrowser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.15.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
2023-10-09 19:29:22 +00:00
|
|
|
"semver 1.0.19",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.83"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-22 20:05:09 +00:00
|
|
|
"libc",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e70d3ad08698a0568b0562f22710fe6bfc1f4a61a367c77d0398c562eadd453a"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.30"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"android-tzdata",
|
2023-05-24 13:37:59 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "4.3.24"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"clap_builder",
|
2023-05-24 13:37:59 +00:00
|
|
|
"clap_derive",
|
|
|
|
"once_cell",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "4.3.24"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "4.4.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "4.3.12"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clru"
|
|
|
|
version = "0.6.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.0.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"is-terminal",
|
2023-05-24 13:37:59 +00:00
|
|
|
"lazy_static",
|
2023-08-22 20:05:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
version = "4.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "comfy-table"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "6.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"crossterm 0.26.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "comma"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "console"
|
|
|
|
version = "0.15.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
2023-05-24 13:37:59 +00:00
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"unicode-width",
|
|
|
|
"windows-sys 0.45.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.9.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.16.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.20.0",
|
|
|
|
"hmac 0.12.1",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"subtle",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.8.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.2.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0853f4732d9557cc1f3b4a97112bd5f00a7c619c9828edb45d0a2389ce2913f9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ed06a9dd2e065be7c1f89cdc820c8c328d2cb69b2be0ba6338fe4050b30bf510"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-isle",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gimli 0.27.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"hashbrown 0.13.2",
|
|
|
|
"log",
|
|
|
|
"regalloc2",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "416f0e0e34689be78c2689b31374404d21f1c7667431fd7cd29bed0fa8a67ce8"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a05c0a89f82c5731ccad8795cd91cc3c771295aa42c268c7f81607388495d374"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "f184fc14ff49b119760e5f96d1c836d89ee0f5d1b94073ebe88f45b745a9c7a5"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "1990b107c505d3bb0e9fe7ee9a4180912c924c12da1ebed68230393789387858"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e47d398114545d4de2b152c28b1428c840e55764a6b58eea2a0e5c661d9a382a"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "9c769285ed99f5791ca04d9716b3ca3508ec4e7b959759409fddf51ad0481f51"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"libc",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.94.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e0cbcdec1d7b678919910d213b9e98d5d4c65eeb2153ac042535b00931f093d3"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
2023-10-09 19:29:22 +00:00
|
|
|
"itertools 0.10.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "crc"
|
|
|
|
version = "3.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.5.8"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.9.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
2023-07-15 17:15:38 +00:00
|
|
|
"memoffset 0.9.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.8.16"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.26.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "crossterm"
|
|
|
|
version = "0.27.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 2.4.0",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
2023-05-24 13:37:59 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "5.5.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
"hashbrown 0.14.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
2023-07-15 17:15:38 +00:00
|
|
|
"parking_lot_core 0.9.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "2.4.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.8"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der-parser"
|
|
|
|
version = "8.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.8"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
2023-08-22 20:05:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.11.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"fuzzy-matcher",
|
|
|
|
"shell-words",
|
|
|
|
"tempfile",
|
2023-10-09 19:29:22 +00:00
|
|
|
"thiserror",
|
2023-05-24 13:37:59 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.10.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.10.4",
|
2023-08-04 22:07:22 +00:00
|
|
|
"const-oid",
|
2023-05-24 13:37:59 +00:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "5.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"dirs-sys 0.4.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.4.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"option-ext",
|
2023-05-24 13:37:59 +00:00
|
|
|
"redox_users",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.15.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.9.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.8.33"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"home",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "4.0.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustix 0.38.13",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "file-per-thread-logger"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.22"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-10-09 19:29:22 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "finl_unicode"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.27"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
|
|
|
version = "0.10.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
2023-07-15 17:15:38 +00:00
|
|
|
"spin 0.9.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fqdn"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b5dd19b048b2dfde153588594b4f3da47b18afd18d171bb8d1d27741256bbaa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-set-times"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4"
|
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs-set-times"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.19.2"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "6d167b646a876ba8fda6b50ac645cfd96242553cbaf0ca4fccaa39afcbf0801f"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustix 0.38.13",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2023-08-04 22:07:22 +00:00
|
|
|
version = "0.5.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2023-08-04 22:07:22 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuzzy-matcher"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
|
|
dependencies = [
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.14.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.10"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.27.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"fallible-iterator",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.17.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix"
|
|
|
|
version = "0.54.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ad6d32e74454459690d57d18ea4ebec1629936e6b130b51d12cb4a81630ac953"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-actor",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-config",
|
|
|
|
"gix-credentials",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-date",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-diff",
|
|
|
|
"gix-discover",
|
|
|
|
"gix-features",
|
|
|
|
"gix-filter",
|
|
|
|
"gix-fs",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-glob",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-ignore",
|
|
|
|
"gix-index",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-macros",
|
|
|
|
"gix-negotiate",
|
|
|
|
"gix-object",
|
|
|
|
"gix-odb",
|
|
|
|
"gix-pack",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-path",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-pathspec",
|
|
|
|
"gix-prompt",
|
|
|
|
"gix-protocol",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-ref",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-refspec",
|
|
|
|
"gix-revision",
|
|
|
|
"gix-revwalk",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-sec",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-submodule",
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-trace",
|
|
|
|
"gix-transport",
|
|
|
|
"gix-traverse",
|
|
|
|
"gix-url",
|
|
|
|
"gix-utils",
|
|
|
|
"gix-validate",
|
|
|
|
"gix-worktree",
|
|
|
|
"gix-worktree-state",
|
2023-07-15 17:15:38 +00:00
|
|
|
"once_cell",
|
2023-10-09 19:29:22 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"reqwest",
|
2023-07-15 17:15:38 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-10-09 19:29:22 +00:00
|
|
|
"unicode-normalization",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-actor"
|
|
|
|
version = "0.27.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"btoi",
|
|
|
|
"gix-date",
|
|
|
|
"itoa",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
2023-10-09 19:29:22 +00:00
|
|
|
"winnow",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-attributes"
|
|
|
|
version = "0.19.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2451665e70709ba4753b623ef97511ee98c4a73816b2c5b5df25678d607ed820"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"byteyarn",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"smallvec",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
2023-10-09 19:29:22 +00:00
|
|
|
"unicode-bom",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-bitmap"
|
|
|
|
version = "0.2.7"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0ccab4bc576844ddb51b78d81b4a42d73e6229660fa614dfc3d3999c874d1959"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"thiserror",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-chunk"
|
|
|
|
version = "0.4.4"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"thiserror",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-command"
|
|
|
|
version = "0.2.9"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0f28f654184b5f725c5737c7e4f466cbd8f0102ac352d5257eeab19647ee4256"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bstr",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-commitgraph"
|
|
|
|
version = "0.21.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e75a975ee22cf0a002bfe9b5d5cb3d2a88e263a8a178cd7509133cff10f4df8a"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "gix-config"
|
|
|
|
version = "0.30.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c171514b40487d3f677ae37efc0f45ac980e3169f23c27eb30a70b47fdf88ab5"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-features",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config-value"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-credentials"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46900b884cc5af6a6c141ee741607c0c651a4e1d33614b8d888a1ba81cc0bc8a"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-command",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-path",
|
|
|
|
"gix-prompt",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-url",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
|
|
|
version = "0.36.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "788ddb152c388206e81f36bcbb574e7ed7827c27d8fa62227b34edc333d8928c"
|
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69507643d75a0ea9a402fcf73ced517d2b95cc95385904ac09d03e0b952fde33"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
|
|
|
version = "0.35.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-trace",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"prodash",
|
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1be40d28cd41445bb6cd52c4d847d915900e5466f7433eaee6a9e0a3d1d88b08"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"gix-packetline-blocking",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09815faba62fe9b32d918b75a554686c98e43f7d48c43a80df58eb718e5c6635"
|
|
|
|
dependencies = [
|
|
|
|
"gix-features",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9d76e85f11251dcf751d2c5e918a14f562db5be6f727fd24775245653e9b19d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"gix-features",
|
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.13.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2ccf425543779cddaa4a7c62aba3fa9d90ea135b160be0a72dd93c063121ad4a"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"faster-hex",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16"
|
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048f443a1f6b02da4205c34d2e287e3fd45d75e8e2f06cfb216630ea9bff5e3"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f54d63a9d13c13088f41f5a3accbec284e492ac8f4f707fcc307c139622e17b7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"filetime",
|
|
|
|
"gix-bitmap",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-traverse",
|
|
|
|
"itoa",
|
|
|
|
"memmap2",
|
|
|
|
"smallvec",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-lock"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "10.0.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-utils",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f1697bf9911c6d1b8d709b9e6ef718cb5ea5821a1b7991520125a8134448004"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"gix-revwalk",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.37.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1e7e19616c67967374137bae83e950e9b518a9ea8a605069bd6716ada357fd6f"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-actor",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-date",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-10-09 19:29:22 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d6a392c6ba3a2f133cdc63120e9bc7aec81eef763db372c817de31febfe64bf"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
|
|
|
version = "0.43.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7536203a45b31e1bc5694bbf90ba8da1b736c77040dd6a520db369f371eb1ab3"
|
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"memmap2",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline"
|
|
|
|
version = "0.16.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6df0b75361353e7c0a6d72d49617a37379a7a22cba4569ae33a7720a4c8755a"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"faster-hex",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline-blocking"
|
|
|
|
version = "0.16.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d8395f7501c84d6a1fe902035fdfd8cd86d89e2dd6be0200ec1a72fd3c92d39"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"faster-hex",
|
|
|
|
"thiserror",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-path"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-trace",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pathspec"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3e26c9b47c51be73f98d38c84494bd5fb99334c5d6fda14ef5d036d50a9e5fd"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-prompt"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c9a913769516f5e9d937afac206fb76428e3d7238e538845842887fda584678"
|
|
|
|
dependencies = [
|
|
|
|
"gix-command",
|
|
|
|
"gix-config-value",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"rustix 0.38.13",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
|
|
|
version = "0.40.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cc7b700dc20cc9be8a5130a1fd7e10c34117ffa7068431c8c24d963f0a2e0c9b"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"btoi",
|
|
|
|
"gix-credentials",
|
|
|
|
"gix-date",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-transport",
|
|
|
|
"maybe-async",
|
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-quote"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.37.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "22e6b749660b613641769edc1954132eb8071a13c32224891686091bef078de4"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"gix-actor",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-date",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-validate",
|
|
|
|
"memmap2",
|
2023-10-09 19:29:22 +00:00
|
|
|
"thiserror",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0895cb7b1e70f3c3bd4550c329e9f5caf2975f97fcd4238e05754e72208ef61e"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-revision",
|
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8c4b15cf2ab7a35f5bcb3ef146187c8d36df0177e171ca061913cbaaa890e89"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"gix-revwalk",
|
|
|
|
"gix-trace",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9870c6b1032f2084567710c3b2106ac603377f8d25766b8a6b7c33e6e3ca279"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"smallvec",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-sec"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.10.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
"gix-path",
|
|
|
|
"libc",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0150e82e9282d3f2ab2dd57a22f9f6c3447b9d9856e5321ac92d38e3e0e2b7"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec",
|
|
|
|
"gix-refspec",
|
|
|
|
"gix-url",
|
|
|
|
"thiserror",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "10.0.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5ae0978f3e11dc57290ee75ac2477c815bca1ce2fa7ed5dc5f16db067410ac4d"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"gix-fs",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9ec726e6a245e68ace59a34126a1d679de60360676612985e70b0d3b102fb4e"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
|
|
|
"bstr",
|
|
|
|
"gix-command",
|
|
|
|
"gix-credentials",
|
|
|
|
"gix-features",
|
|
|
|
"gix-packetline",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-url",
|
|
|
|
"reqwest",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22ef04ab3643acba289b5cedd25d6f53c0430770b1d689d1d654511e6fb81ba0"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"gix-revwalk",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-url"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6125ecf46e8c68bf7202da6cad239831daebf0247ffbab30210d72f3856e420f"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-features",
|
|
|
|
"gix-path",
|
|
|
|
"home",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-utils"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"fastrand 2.0.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-validate"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f5e32972801bd82d56609e6fc84efc358fa1f11f25c5e83b7807ee2280f14fe"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ignore",
|
|
|
|
"gix-index",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree-state"
|
|
|
|
version = "0.3.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c3aeb06960f2c5ac9e4cdb6b38eb3c2b99d5e525e68285fef21ed17dfbd597ad"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-filter",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-index",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-worktree",
|
|
|
|
"io-close",
|
2023-07-15 17:15:38 +00:00
|
|
|
"thiserror",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.13"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"aho-corasick",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "guppy-workspace-hack"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92620684d99f750bae383ecb3be3748142d6095760afd5cbcf2261e9a279d780"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.21"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"ahash",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"ahash",
|
2023-07-15 17:15:38 +00:00
|
|
|
"allocator-api2",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.8.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"hashbrown 0.14.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"sha1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.3.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac 0.12.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.11.1",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.5.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.3.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-serde"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.1.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.14.27"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2023-07-15 17:15:38 +00:00
|
|
|
"socket2 0.4.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-reverse-proxy"
|
|
|
|
version = "0.5.2-dev"
|
|
|
|
source = "git+https://github.com/chesedo/hyper-reverse-proxy?branch=bug/host_header#5f82b7dffe940abf896fe47dadf6c8e87ddc670b"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"lazy_static",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.23.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.20.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rustls-native-certs",
|
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "hyper-rustls"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.24.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"futures-util",
|
2023-07-15 17:15:38 +00:00
|
|
|
"http",
|
2023-05-24 13:37:59 +00:00
|
|
|
"hyper",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.21.7",
|
2023-07-15 17:15:38 +00:00
|
|
|
"rustls-native-certs",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
2023-07-15 17:15:38 +00:00
|
|
|
"pin-project-lite",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio-io-timeout",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyperlocal"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"hyper",
|
|
|
|
"pin-project",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.57"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"cc",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.4.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
|
|
|
dependencies = [
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.9.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
"serde",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.17.6"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2023-07-15 17:15:38 +00:00
|
|
|
"instant",
|
2023-05-24 13:37:59 +00:00
|
|
|
"number_prefix",
|
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.0.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant-acme"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "f3d50eb225913c1903c788287ddd0b16369771e5abc988756a5e5927390ba04f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"hyper",
|
2023-08-22 20:05:09 +00:00
|
|
|
"hyper-rustls 0.24.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-close"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-extras"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.17.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.11"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"hermit-abi",
|
2023-05-24 13:37:59 +00:00
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"socket2 0.5.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"widestring",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-10-09 19:29:22 +00:00
|
|
|
"winreg",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.8.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.4.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"hermit-abi",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustix 0.38.13",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ittapi"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.3.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "41e0d0b7b3b53d92a7e8b80ede3400112a6b8b4c98d1f5b8b16bb787c780582c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"ittapi-sys",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ittapi-sys"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.3.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "f2f8763c96e54e6d6a0dccc2990d8b5e33e3313aaeae6185921a3f4c1614a77c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.64"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
|
|
|
version = "8.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.2",
|
|
|
|
]
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.2.147"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.15.2+1.6.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2023-08-04 22:07:22 +00:00
|
|
|
version = "0.26.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.1.12"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.7"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.4.10"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.20"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"regex-automata 0.1.10",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-async"
|
|
|
|
version = "0.2.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-owned"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.6.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memfd"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
|
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.37.23",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"libc",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.7.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.8.8"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mongodb"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.6.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "16928502631c0db72214720aa479c722397fe5aed6bf1c740a3830b3fe4bfcfe"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.13.1",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bson",
|
|
|
|
"chrono",
|
|
|
|
"derivative",
|
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"hmac 0.12.1",
|
|
|
|
"lazy_static",
|
|
|
|
"md-5",
|
|
|
|
"pbkdf2",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"rustc_version_runtime",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.20.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rustls-pemfile",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_with 1.14.0",
|
|
|
|
"sha-1",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
|
|
|
"socket2 0.4.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"stringprep",
|
|
|
|
"strsim",
|
|
|
|
"take_mut",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio-util",
|
2023-10-09 19:29:22 +00:00
|
|
|
"trust-dns-proto 0.21.2",
|
|
|
|
"trust-dns-resolver 0.21.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"typed-builder",
|
|
|
|
"uuid",
|
2023-07-15 17:15:38 +00:00
|
|
|
"webpki-roots 0.22.6",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "nbuild-core"
|
|
|
|
version = "0.1.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5e5ab1b0a3450a5031ae7d555bb0c71dd3b15bf8a2f2af79e00aec91f69a4a0e"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"cargo-lock",
|
|
|
|
"cargo_metadata",
|
|
|
|
"target-spec",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.6.5",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "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"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.2.16"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.16.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"hermit-abi",
|
2023-05-24 13:37:59 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.30.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"hashbrown 0.13.2",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.32.1"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2023-08-22 20:05:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.18.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.19.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5f4b8347cc26099d3aeee044065ecc3ae11469796b4d65d065a23a584ed92a6f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"opentelemetry_api",
|
|
|
|
"opentelemetry_sdk",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-http"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.8.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a819b71d6530c4297b49b3cae2939ab3a8cc1b9f382826a1bc29dd0ca3864906"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"opentelemetry_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.12.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "8af72d59a4484654ea8eb183fea5ae4eb6a41d7ac3e3bae5f4d2a282a3a7d3ca"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-proto",
|
|
|
|
"prost",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-proto"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "045f8eea8c0fa19f7d48e7bc3128a39c2e5c533d5c61298c548dfefc1064474c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"opentelemetry",
|
|
|
|
"prost",
|
|
|
|
"tonic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_api"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.19.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ed41783a5bf567688eb38372f2b7a8530f5a607a4b49d38dd7573236c23ca7e2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
2023-07-15 17:15:38 +00:00
|
|
|
"urlencoding",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.19.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "8b3a2a91fdbfdd4d212c0dcc2ab540de2c2bcbbd90be17de7a7daf8822d010c1"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dashmap",
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry_api",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "os_pipe"
|
|
|
|
version = "1.1.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "outref"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.8.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-07-15 17:15:38 +00:00
|
|
|
"parking_lot_core 0.9.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2023-05-24 13:37:59 +00:00
|
|
|
"smallvec",
|
2023-07-15 17:15:38 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"smallvec",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.14"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.6.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-10-09 19:29:22 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.1.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.1.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.13"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pipe"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7b8f27da217eb966df4c58d4159ea939431950ca03cf782c22bd7c5c1d8d75"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.27"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.4.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portpicker"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "3.0.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"difflib",
|
2023-10-09 19:29:22 +00:00
|
|
|
"itertools 0.10.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
"predicates-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
|
|
|
"termtree",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.4.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.1.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.66"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
|
|
|
version = "26.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_xorshift",
|
2023-07-15 17:15:38 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
|
|
|
"unarray",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.11.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.11.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
2023-10-09 19:29:22 +00:00
|
|
|
"itertools 0.10.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
|
|
|
"prettyplease",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.11.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-10-09 19:29:22 +00:00
|
|
|
"itertools 0.10.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.11.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "queues"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1475abae4f8ad4998590fe3acfe20104f0a5d48fc420c817cd2c09c3f56151f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.33"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.5.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcgen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
|
|
|
dependencies = [
|
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"time",
|
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2023-07-15 17:15:38 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2023-05-24 13:37:59 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regalloc2"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"
|
|
|
|
dependencies = [
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"slice-group-by",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.9.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"aho-corasick",
|
2023-05-24 13:37:59 +00:00
|
|
|
"memchr",
|
2023-10-09 19:29:22 +00:00
|
|
|
"regex-automata 0.3.8",
|
|
|
|
"regex-syntax 0.7.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.8"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.7.5",
|
|
|
|
]
|
2023-08-22 20:05:09 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.11.20"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-08-22 20:05:09 +00:00
|
|
|
"hyper-rustls 0.24.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.21.7",
|
2023-07-15 17:15:38 +00:00
|
|
|
"rustls-pemfile",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tower-service",
|
2023-10-09 19:29:22 +00:00
|
|
|
"trust-dns-resolver 0.22.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2023-10-09 19:29:22 +00:00
|
|
|
"webpki-roots 0.25.2",
|
|
|
|
"winreg",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest-middleware"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ff44108c7925d082f2861e683a88618b68235ad9cdc60d64d9d1188efc951cdb"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"http",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"task-local-extensions",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest-retry"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9af20b65c2ee9746cc575acb6bd28a05ffc0d15e25c992a8f4462d8686aacb4f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"getrandom",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"reqwest",
|
|
|
|
"reqwest-middleware",
|
|
|
|
"retry-policies",
|
|
|
|
"task-local-extensions",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"wasm-timer",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
2023-07-15 17:15:38 +00:00
|
|
|
"quick-error",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "retry-policies"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a715dc4d0e8aea3085a9a94d76e79c79c7df7c9f6be609da841a6d2489ca3687"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rexpect"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01ff60778f96fb5a48adbe421d21bf6578ed58c0872d712e7e08593c195adff8"
|
|
|
|
dependencies = [
|
|
|
|
"comma",
|
2023-10-09 19:29:22 +00:00
|
|
|
"nix",
|
2023-05-24 13:37:59 +00:00
|
|
|
"regex",
|
|
|
|
"tempfile",
|
2023-10-09 19:29:22 +00:00
|
|
|
"thiserror",
|
2023-05-24 13:37:59 +00: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",
|
|
|
|
"spin 0.5.2",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.8.12"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.1.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"const-oid",
|
|
|
|
"digest 0.10.7",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "6.8.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "6.8.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"shellexpand",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "7.8.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.23"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"semver 1.0.19",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version_runtime"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "rusticata-macros"
|
|
|
|
version = "4.1.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"nom",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "rustix"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.36.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-07-15 17:15:38 +00:00
|
|
|
"errno",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-07-15 17:15:38 +00:00
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.1.4",
|
|
|
|
"windows-sys 0.45.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.37.23"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"errno",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-05-24 13:37:59 +00:00
|
|
|
"itoa",
|
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"linux-raw-sys 0.3.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.38.13"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
|
2023-08-22 20:05:09 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-10-09 19:29:22 +00:00
|
|
|
"linux-raw-sys 0.4.7",
|
2023-08-22 20:05:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.20.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.21.7"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls-webpki 0.101.4",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.6.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.100.2"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.101.4"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustrict"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.7.8"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "3a6b50905364a8bafca05898f2816b2f75e00d4aaf4c0c33a17fc898b9bc7153"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"arrayvec 0.7.4",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"doc-comment",
|
|
|
|
"finl_unicode",
|
2023-10-09 19:29:22 +00:00
|
|
|
"itertools 0.10.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
"lazy_static",
|
|
|
|
"rustc-hash",
|
|
|
|
"strsim",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.14"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
2023-07-15 17:15:38 +00:00
|
|
|
"quick-error",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.22"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.2.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.9.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.9.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.19"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.188"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.11.12"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.188"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.106"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.14"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"itoa",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.16"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.6.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-05-24 13:37:59 +00:00
|
|
|
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 = "serde_with"
|
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "2.3.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"chrono",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-07-15 17:15:38 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-07-15 17:15:38 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.10.7"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-07-15 17:15:38 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
|
|
dependencies = [
|
|
|
|
"dirs 4.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-admin"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
2023-07-15 17:15:38 +00:00
|
|
|
"dirs 5.0.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
|
|
|
"tokio",
|
2023-10-09 19:29:22 +00:00
|
|
|
"toml 0.7.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-auth"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2023-10-09 19:29:22 +00:00
|
|
|
"axum-extra 0.7.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"axum-sessions",
|
|
|
|
"clap",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"jsonwebtoken",
|
|
|
|
"opentelemetry",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
|
|
|
"sqlx",
|
|
|
|
"strum",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-builder"
|
|
|
|
version = "0.28.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"clap",
|
|
|
|
"flate2",
|
|
|
|
"hex",
|
|
|
|
"nbuild-core",
|
|
|
|
"os_pipe",
|
|
|
|
"portpicker",
|
|
|
|
"pretty_assertions",
|
|
|
|
"shuttle-common",
|
|
|
|
"shuttle-common-tests",
|
|
|
|
"shuttle-proto",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"toml 0.7.8",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"ulid",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-codegen"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"pretty_assertions",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-22 20:05:09 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common-tests",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-08-22 20:05:09 +00:00
|
|
|
"tokio",
|
2023-05-24 13:37:59 +00:00
|
|
|
"trybuild",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-common"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bytes",
|
|
|
|
"cap-std",
|
|
|
|
"chrono",
|
|
|
|
"comfy-table",
|
2023-10-09 19:29:22 +00:00
|
|
|
"crossterm 0.27.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-serde",
|
|
|
|
"hyper",
|
|
|
|
"jsonwebtoken",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-http",
|
|
|
|
"opentelemetry-otlp",
|
|
|
|
"pin-project",
|
|
|
|
"proptest",
|
|
|
|
"rand",
|
|
|
|
"reqwest",
|
|
|
|
"ring",
|
|
|
|
"rmp-serde",
|
|
|
|
"rustrict",
|
2023-10-09 19:29:22 +00:00
|
|
|
"semver 1.0.19",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
|
|
|
"strum",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tower",
|
2023-10-09 19:29:22 +00:00
|
|
|
"tower-http 0.4.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-fluent-assertions",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"ttl_cache",
|
|
|
|
"utoipa",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-common-tests"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"cargo-shuttle",
|
2023-08-04 22:07:22 +00:00
|
|
|
"hyper",
|
2023-08-22 20:05:09 +00:00
|
|
|
"portpicker",
|
|
|
|
"reqwest",
|
2023-08-04 22:07:22 +00:00
|
|
|
"shuttle-common",
|
2023-10-09 19:29:22 +00:00
|
|
|
"shuttle-proto",
|
2023-08-22 20:05:09 +00:00
|
|
|
"tokio",
|
2023-10-09 19:29:22 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
2023-08-04 22:07:22 +00:00
|
|
|
"tower",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-deployer"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"bytes",
|
|
|
|
"cargo_metadata",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"ctor",
|
|
|
|
"flate2",
|
|
|
|
"fqdn",
|
|
|
|
"futures",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"home",
|
|
|
|
"hyper",
|
|
|
|
"hyper-reverse-proxy",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-http",
|
|
|
|
"pipe",
|
|
|
|
"portpicker",
|
2023-10-09 19:29:22 +00:00
|
|
|
"prost-types",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rand",
|
2023-07-15 17:15:38 +00:00
|
|
|
"rmp-serde",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
2023-10-09 19:29:22 +00:00
|
|
|
"shuttle-common-tests",
|
2023-05-24 13:37:59 +00:00
|
|
|
"shuttle-proto",
|
|
|
|
"shuttle-service",
|
|
|
|
"sqlx",
|
|
|
|
"strum",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-10-09 19:29:22 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"toml 0.7.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tonic",
|
|
|
|
"tower",
|
2023-10-09 19:29:22 +00:00
|
|
|
"tower-http 0.4.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-subscriber",
|
2023-08-10 07:59:29 +00:00
|
|
|
"ulid",
|
2023-05-24 13:37:59 +00:00
|
|
|
"utoipa",
|
|
|
|
"utoipa-swagger-ui",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-gateway"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"axum-server",
|
|
|
|
"bollard",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"colored",
|
|
|
|
"fqdn",
|
|
|
|
"futures",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"hyper-reverse-proxy",
|
|
|
|
"instant-acme",
|
|
|
|
"jsonwebtoken",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-http",
|
|
|
|
"pem",
|
|
|
|
"pin-project",
|
|
|
|
"portpicker",
|
|
|
|
"rand",
|
|
|
|
"rcgen",
|
2023-07-15 17:15:38 +00:00
|
|
|
"reqwest",
|
2023-05-24 13:37:59 +00:00
|
|
|
"ring",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.20.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rustls-pemfile",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
2023-10-09 19:29:22 +00:00
|
|
|
"shuttle-orchestrator",
|
2023-07-15 17:15:38 +00:00
|
|
|
"shuttle-proto",
|
2023-05-24 13:37:59 +00:00
|
|
|
"snailquote",
|
|
|
|
"sqlx",
|
|
|
|
"strum",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tonic",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tower",
|
2023-10-09 19:29:22 +00:00
|
|
|
"tower-http 0.4.4",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tower-sanitize-path",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"ttl_cache",
|
2023-08-10 07:59:29 +00:00
|
|
|
"ulid",
|
2023-05-24 13:37:59 +00:00
|
|
|
"utoipa",
|
|
|
|
"utoipa-swagger-ui",
|
|
|
|
"uuid",
|
|
|
|
"x509-parser",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-logger"
|
|
|
|
version = "0.28.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"ctor",
|
|
|
|
"once_cell",
|
|
|
|
"portpicker",
|
|
|
|
"pretty_assertions",
|
|
|
|
"prost-types",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
|
|
|
"shuttle-common-tests",
|
|
|
|
"shuttle-proto",
|
|
|
|
"sqlx",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-orchestrator"
|
|
|
|
version = "0.28.0"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-proto"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2023-10-09 19:29:22 +00:00
|
|
|
"dunce",
|
2023-05-24 13:37:59 +00:00
|
|
|
"home",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2023-08-10 07:59:29 +00:00
|
|
|
"serde_json",
|
2023-05-24 13:37:59 +00:00
|
|
|
"shuttle-common",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-provisioner"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-config",
|
|
|
|
"aws-sdk-rds",
|
|
|
|
"clap",
|
|
|
|
"ctor",
|
|
|
|
"fqdn",
|
|
|
|
"mongodb",
|
|
|
|
"once_cell",
|
|
|
|
"portpicker",
|
|
|
|
"prost",
|
|
|
|
"rand",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
|
|
|
"shuttle-proto",
|
|
|
|
"sqlx",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-resource-recorder"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"portpicker",
|
|
|
|
"pretty_assertions",
|
|
|
|
"prost-types",
|
|
|
|
"serde_json",
|
|
|
|
"shuttle-common",
|
|
|
|
"shuttle-common-tests",
|
|
|
|
"shuttle-proto",
|
|
|
|
"sqlx",
|
|
|
|
"strum",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"ulid",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shuttle-runtime"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"cap-std",
|
|
|
|
"chrono",
|
2023-10-09 19:29:22 +00:00
|
|
|
"colored",
|
2023-05-24 13:37:59 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"futures",
|
|
|
|
"hyper",
|
|
|
|
"portpicker",
|
|
|
|
"prost-types",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-07-15 17:15:38 +00:00
|
|
|
"shuttle-codegen",
|
2023-05-24 13:37:59 +00:00
|
|
|
"shuttle-common",
|
|
|
|
"shuttle-proto",
|
|
|
|
"shuttle-service",
|
|
|
|
"strfmt",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tower",
|
|
|
|
"tracing-subscriber",
|
2023-10-09 19:29:22 +00:00
|
|
|
"uuid",
|
2023-05-24 13:37:59 +00:00
|
|
|
"wasi-common",
|
|
|
|
"wasmtime",
|
|
|
|
"wasmtime-wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shuttle-service"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.28.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"cargo_metadata",
|
|
|
|
"crossbeam-channel",
|
2023-07-15 17:15:38 +00:00
|
|
|
"os_pipe",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"shuttle-common",
|
|
|
|
"strfmt",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-10-09 19:29:22 +00:00
|
|
|
"toml 0.7.8",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.3.17"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.11.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snailquote"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec62a949bda7f15800481a711909f946e1204f2460f89210eaf7f57730f88f86"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.9.8"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"itertools 0.11.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2023-08-04 22:07:22 +00:00
|
|
|
version = "0.7.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
2023-08-04 22:07:22 +00:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2023-08-04 22:07:22 +00:00
|
|
|
version = "0.7.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"ahash",
|
2023-05-24 13:37:59 +00:00
|
|
|
"atoi",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"event-listener",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-intrusive",
|
2023-08-04 22:07:22 +00:00
|
|
|
"futures-io",
|
2023-05-24 13:37:59 +00:00
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
2023-07-15 17:15:38 +00:00
|
|
|
"hex",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.21.7",
|
2023-07-15 17:15:38 +00:00
|
|
|
"rustls-pemfile",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"thiserror",
|
2023-08-04 22:07:22 +00:00
|
|
|
"tokio",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio-stream",
|
2023-08-04 22:07:22 +00:00
|
|
|
"tracing",
|
2023-05-24 13:37:59 +00:00
|
|
|
"url",
|
|
|
|
"uuid",
|
2023-08-04 22:07:22 +00:00
|
|
|
"webpki-roots 0.24.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2023-08-04 22:07:22 +00:00
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
|
|
|
version = "0.7.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"heck",
|
2023-08-04 22:07:22 +00:00
|
|
|
"hex",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 22:07:22 +00:00
|
|
|
"serde",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde_json",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"sqlx-core",
|
2023-08-04 22:07:22 +00:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2023-05-24 13:37:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-08-04 22:07:22 +00:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2023-05-24 13:37:59 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-04 22:07:22 +00:00
|
|
|
name = "sqlx-mysql"
|
|
|
|
version = "0.7.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 22:07:22 +00:00
|
|
|
checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"atoi",
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
|
|
|
"bitflags 2.4.0",
|
2023-08-04 22:07:22 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"digest 0.10.7",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac 0.12.1",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
2023-08-04 22:07:22 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"rsa",
|
|
|
|
"serde",
|
|
|
|
"sha1",
|
|
|
|
"sha2 0.10.7",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e"
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
|
|
|
"bitflags 2.4.0",
|
2023-08-04 22:07:22 +00:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"dotenvy",
|
|
|
|
"etcetera",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac 0.12.1",
|
|
|
|
"home",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"sha2 0.10.7",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2"
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"chrono",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"sqlx-core",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strfmt"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.1.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"finl_unicode",
|
2023-05-24 13:37:59 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
|
|
|
[[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"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.0.32"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-interface"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.25.9"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "10081a99cbecbc363d381b9503563785f0b02735fccbb0d4c1a2cb3d39f7e7fe"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-std",
|
|
|
|
"fd-lock",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 2.0.2",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustix 0.38.13",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-10-09 19:29:22 +00:00
|
|
|
"winx 0.36.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.40"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.12.11"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-spec"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf4306559bd50cb358e7af5692694d6f6fad95cf2c0bea2571dd419f5298e12"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-expr",
|
|
|
|
"guppy-workspace-hack",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "task-local-extensions"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
|
|
|
|
dependencies = [
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "3.8.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-10-09 19:29:22 +00:00
|
|
|
"fastrand 2.0.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustix 0.38.13",
|
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-context"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "055831a02a4f5aa28fede67f2902014273eb8c21b958ac5ebbd59b71ef30dbc3"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures",
|
|
|
|
"test-context-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-context-macros"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8901a55b0a7a06ebc4a674dcca925170da8e613fa3b163a1df804ed10afb154d"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.48"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.48"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.28"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"deranged",
|
2023-05-24 13:37:59 +00:00
|
|
|
"itoa",
|
2023-07-15 17:15:38 +00:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.14"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
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"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.32.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"backtrace",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-10-09 19:29:22 +00:00
|
|
|
"socket2 0.5.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio-macros",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00: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"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "2.1.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.23.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.20.9",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
2023-07-15 17:15:38 +00:00
|
|
|
"webpki",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.24.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.21.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.14"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-test"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.20.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.21.7",
|
2023-07-15 17:15:38 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.24.1",
|
2023-08-22 20:05:09 +00:00
|
|
|
"tungstenite",
|
2023-07-15 17:15:38 +00:00
|
|
|
"webpki-roots 0.23.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.7.8"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokiotest-httpserver"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "git+https://github.com/shuttle-hq/tokiotest-httpserver?branch=feat/body#ca413a227397f0d0441b4454581ddd803acabdd7"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures",
|
|
|
|
"hyper",
|
|
|
|
"lazy_static",
|
|
|
|
"queues",
|
|
|
|
"serde_json",
|
|
|
|
"test-context",
|
|
|
|
"tokio",
|
|
|
|
"tokio-test",
|
|
|
|
"tower-http 0.2.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.8"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-10-09 19:29:22 +00:00
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.6.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-10-09 19:29:22 +00:00
|
|
|
"toml_datetime",
|
2023-05-24 13:37:59 +00:00
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4"
|
|
|
|
dependencies = [
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
|
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.4"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
|
|
|
"bitflags 2.4.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-sanitize-path"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f8277387194ad48739f3516a54ef4486927ba53b8d889871f3715fb8f99f5aa"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"url-escape",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "0.1.26"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.31"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-fluent-assertions"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12de1a8c6bcfee614305e836308b596bbac831137a04c61f7e5b0b0bf2cfeaf6"
|
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.19.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "00a39dcf9bfc1742fa4d6215253b33a6e474be78275884c216fc2a06267b3600"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.17"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
|
|
|
version = "0.21.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"data-encoding",
|
2023-10-09 19:29:22 +00:00
|
|
|
"enum-as-inner 0.4.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"idna 0.2.3",
|
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner 0.5.1",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"idna 0.2.3",
|
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-resolver"
|
|
|
|
version = "0.21.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"futures-util",
|
|
|
|
"ipconfig",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"resolv-conf",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-10-09 19:29:22 +00:00
|
|
|
"trust-dns-proto 0.21.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-resolver"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"futures-util",
|
|
|
|
"ipconfig",
|
|
|
|
"lazy_static",
|
|
|
|
"lru-cache",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"resolv-conf",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"trust-dns-proto 0.22.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trybuild"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.84"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"basic-toml",
|
|
|
|
"glob",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttl_cache"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.20.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"data-encoding",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls 0.21.7",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typed-builder"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0f9d3475df4ff8a8f7804c0fc3394b44fdcfc4fb635717bf05fbb7c41c83a376"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand",
|
2023-08-10 07:59:29 +00:00
|
|
|
"serde",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.7.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.0.2"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.0.11"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "url"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.4.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna 0.4.0",
|
|
|
|
"percent-encoding",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "url-escape"
|
|
|
|
version = "0.1.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "2.1.3"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utoipa"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "3.5.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "d82b1bc5417102a73e8464c686eef947bdfb99fcdfc0a4f228e81afa9526470a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"utoipa-gen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utoipa-gen"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "3.5.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "05d96dcd6fc96f3df9b3280ef480770af1b7c5d14bc55192baa9b067976d920c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utoipa-swagger-ui"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "3.1.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "84614caa239fb25b2bb373a52859ffd94605ceb256eeb1d63436325cf81e3653"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"mime_guess",
|
|
|
|
"regex",
|
|
|
|
"rust-embed",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"utoipa",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.4.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vsimd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2023-05-24 13:37:59 +00: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 = "wasi-cap-std-sync"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "20ef833092c0215e44f601591593cb3bf0853d5cd1e3104d698808dc525f2852"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"cap-time-ext",
|
2023-07-15 17:15:38 +00:00
|
|
|
"fs-set-times 0.18.1",
|
2023-05-24 13:37:59 +00:00
|
|
|
"io-extras",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-05-24 13:37:59 +00:00
|
|
|
"is-terminal",
|
|
|
|
"once_cell",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
"system-interface",
|
|
|
|
"tracing",
|
|
|
|
"wasi-common",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi-common"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "474a216b3461220699d5e192ceac8fbc5b489af020760803b5a9d1e030dc8b0f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"io-extras",
|
|
|
|
"log",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.87"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.87"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.4.37"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.87"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.87"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.32",
|
2023-05-24 13:37:59 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.2.87"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.32.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-timer"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"js-sys",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pin-utils",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.100.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
|
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a15ac4b4bee3bcf3750911c7104cf50f12c6b1055cc491254c508294b019fd79"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"bincode",
|
|
|
|
"cfg-if 1.0.0",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-08-22 20:05:09 +00:00
|
|
|
"object 0.30.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"psm",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-cache",
|
|
|
|
"wasmtime-component-macro",
|
|
|
|
"wasmtime-cranelift",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-fiber",
|
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"wat",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-asm-macros"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "06f9859a704f6b807a3e2e3466ab727f3f748134a96712d0d27c48ba32b32992"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cache"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a66f6967ff6d89a4aa0abe11a145c7a2538f10d9dca6a0718dba6470166c8182"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64 0.21.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"bincode",
|
|
|
|
"directories-next",
|
|
|
|
"file-per-thread-logger",
|
|
|
|
"log",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
2023-07-15 17:15:38 +00:00
|
|
|
"sha2 0.10.7",
|
2023-05-24 13:37:59 +00:00
|
|
|
"toml 0.5.11",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-component-macro"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0f851a08ee7b76f74a51d1fd1ce22b139a40beb1792b4f903279c46b568eb1ec"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"wasmtime-component-util",
|
|
|
|
"wasmtime-wit-bindgen",
|
|
|
|
"wit-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-component-util"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ddc0e0e733a8d097a137e05d5e7f62376600d32bd89bdc22c002d1826ae5af2e"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cranelift"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5f5ce3bc589c19cd055cc5210daaf77288563010f45cce40c58b57182b9b5bdd"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"cranelift-native",
|
|
|
|
"cranelift-wasm",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gimli 0.27.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"log",
|
2023-08-22 20:05:09 +00:00
|
|
|
"object 0.30.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-environ",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-environ"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "78a205f0f0ea33bcb56756718a9a9ca1042614237d6258893c519f6fed593325"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-entity",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gimli 0.27.3",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"log",
|
2023-08-22 20:05:09 +00:00
|
|
|
"object 0.30.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-fiber"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "d55f4f52b3f26b03e6774f2e6c41c72d4106175c58ddd0b74b4b4a81c1ba702c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "2b111d642a32c858096a57456e503f6b72abdbd04d15b44e12f329c238802f66"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"addr2line 0.19.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpp_demangle",
|
2023-10-09 19:29:22 +00:00
|
|
|
"gimli 0.27.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"ittapi",
|
|
|
|
"log",
|
2023-08-22 20:05:09 +00:00
|
|
|
"object 0.30.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"rustc-demangle",
|
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-jit-icache-coherence",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-debug"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e7da0f3ae2e2cefa9d28f3f11bcf7d956433a60ccb34f359cd8c930e2bf1cf5a"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-22 20:05:09 +00:00
|
|
|
"object 0.30.4",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "52aab5839634bd3b158757b52bb689e04815023f2a83b281d657b3a0f061f7a0"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-runtime"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "b738633d1c81b5df6f959757ac529b5c0f69ca917c1cfefac2e114af5c397014"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mach",
|
|
|
|
"memfd",
|
|
|
|
"memoffset 0.8.0",
|
|
|
|
"paste",
|
|
|
|
"rand",
|
2023-08-22 20:05:09 +00:00
|
|
|
"rustix 0.36.15",
|
2023-05-24 13:37:59 +00:00
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-fiber",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-types"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "dc565951214d0707de731561b84457e1200c545437a167f232e150c496295c6e"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-wasi"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "3e94602bafb39e36746156127a97f4e33991fa02179f9f8e5b3372365ec61da8"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"libc",
|
|
|
|
"wasi-cap-std-sync",
|
|
|
|
"wasi-common",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-wit-bindgen"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0e1f2a35ff0a64ae07d4fcfd7c9b745e517be00ddb9991f8e2ad2c913cc11094"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"heck",
|
|
|
|
"wit-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "35.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "64.0.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a259b226fd6910225aa7baeba82f9d9933b6d00f2ce1b49b80fa4214328237cc"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
"memchr",
|
|
|
|
"unicode-width",
|
|
|
|
"wasm-encoder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wat"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.71"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "53253d920ab413fca1c7dc2161d601c79b4fdf631d0ba51dd4343bf9b556c3f6"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"wast 64.0.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.3.64"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webbrowser"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.8.11"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b2c79b77f525a2d670cb40619d7d9c673d09e0666f72c591ebd7861f84a87e57"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation",
|
2023-07-15 17:15:38 +00:00
|
|
|
"home",
|
2023-05-24 13:37:59 +00:00
|
|
|
"jni",
|
|
|
|
"log",
|
|
|
|
"ndk-context",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle",
|
|
|
|
"url",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.22.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.22.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls-webpki 0.100.2",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustls-webpki 0.101.4",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.25.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "4.4.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-10-09 19:29:22 +00:00
|
|
|
"home",
|
2023-05-24 13:37:59 +00:00
|
|
|
"once_cell",
|
2023-10-09 19:29:22 +00:00
|
|
|
"rustix 0.38.13",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2023-08-22 20:05:09 +00:00
|
|
|
version = "1.4.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:05:09 +00:00
|
|
|
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.0.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "6627da83e9cdf851594a1dcf047573e700ecaa7ce79b70e02f3df5e5d24d0096"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-24 13:37:59 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-generate"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0857652586aafc82fca56bbbf90fde5d5e086ffba58b0f1c0f113e54c500b55b"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"shellexpand",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"witx",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-macro"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "7.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "97189f1092c8877865aa64467ca99afd0182eb23ad1b4ce22319f18422543d55"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"wiggle-generate",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"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 = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"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"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"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",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.5.15"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winx"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.35.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "1c52a121f0fbf9320d5f2a9a5d82f6cb7557eda5e8b47fc3e7f359ec866ae960"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
2023-08-04 22:07:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-08-22 20:05:09 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winx"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.36.2"
|
2023-08-22 20:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "357bb8e2932df531f83b052264b050b81ba0df90ee5a59b2d1d3949f344f81e5"
|
2023-08-22 20:05:09 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-24 13:37:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wit-parser"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f887c3da527a51b321076ebe6a7513026a4757b6d4d144259946552d6fc728b3"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
2023-08-04 22:07:22 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-05-24 13:37:59 +00:00
|
|
|
"log",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"unicode-xid",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "witx"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wast 35.0.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x509-parser"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"data-encoding",
|
|
|
|
"der-parser",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"oid-registry",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.1"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yasna"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.5.2"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.6.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.6.6"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "5.0.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "2.0.8+zstd.1.5.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|