2022-10-08 04:30:12 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.21.0"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-02-16 09:18:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.8.3"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"cfg-if",
|
2023-02-16 09:18:53 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.7.20"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.1.1"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
|
2023-06-16 08:25:11 -06:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
2023-04-09 12:22:27 -06:00
|
|
|
name = "anstream"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.5.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-20 03:07:40 -06:00
|
|
|
"anstyle-query",
|
2023-04-09 12:22:27 -06:00
|
|
|
"anstyle-wincon",
|
2023-04-20 03:07:40 -06:00
|
|
|
"colorchoice",
|
2023-04-09 12:22:27 -06:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.3"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.2.1"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-20 03:07:40 -06:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.1.0"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-20 03:07:40 -06:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.75"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-06-16 08:25:11 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-rustls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93b21a03b7c21702a0110f9f8d228763a533570deb376119042dabf33c37a01a"
|
|
|
|
dependencies = [
|
|
|
|
"futures-io",
|
2023-09-27 02:40:18 -06:00
|
|
|
"rustls 0.20.9",
|
2023-06-16 08:25:11 -06:00
|
|
|
"webpki",
|
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.3.5"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-02-24 05:27:41 -07:00
|
|
|
"pin-project-lite",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.3.5"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.1.73"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "average"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.14.1"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "6d804c74bb2d66e9b7047658d21af0f1c937d7d2466410cbf1aed3b0c04048d4"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"easy-cast",
|
|
|
|
"float-ord",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "awaitdrop"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "771051cdc7eec2dc1b23fbf870bb7fbb89136fe374227c875e377f1eed99a429"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"generational-arena",
|
|
|
|
"parking_lot",
|
|
|
|
"slotmap",
|
|
|
|
]
|
|
|
|
|
2022-10-11 10:14:39 -06:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.6.20"
|
2022-10-11 10:14:39 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2022-10-11 10:14:39 -06:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-10-11 10:14:39 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-02-03 04:43:37 -07:00
|
|
|
"rustversion",
|
2022-10-11 10:14:39 -06:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-02-03 04:43:37 -07:00
|
|
|
"serde_path_to_error",
|
2022-10-11 10:14:39 -06:00
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.3.4"
|
2022-10-11 10:14:39 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2022-10-11 10:14:39 -06:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2023-02-03 04:43:37 -07:00
|
|
|
"rustversion",
|
2022-10-11 10:14:39 -06:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "axum-tracing-opentelemetry"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.14.1"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "06985105829f176e9a3f113b1c71cc24e08f600ef0df4e70cd90d144f889e19f"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
2023-09-27 02:40:18 -06:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-02-13 05:02:45 -07:00
|
|
|
"http",
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry",
|
|
|
|
"pin-project-lite",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tower",
|
|
|
|
"tracing",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-opentelemetry-instrumentation-sdk",
|
2023-07-01 11:25:41 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.69"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-28 11:24:00 -06:00
|
|
|
version = "0.13.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 11:24:00 -06:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.21.4"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "2.4.0"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-07-01 11:25:41 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.10.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "3.14.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-05-25 05:38:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.5.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.83"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
2023-08-14 11:26:19 -06:00
|
|
|
"libc",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-10-17 10:27:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "4.4.5"
|
2022-10-17 10:27:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3"
|
2022-10-17 10:27:33 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"clap_builder",
|
2022-10-17 10:27:33 -06:00
|
|
|
"clap_derive",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "4.4.5"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
2022-10-17 10:27:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "4.4.2"
|
2022-10-17 10:27:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2022-10-17 10:27:33 -06:00
|
|
|
dependencies = [
|
2023-02-13 05:02:45 -07:00
|
|
|
"heck",
|
2022-10-17 10:27:33 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-17 10:27:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.5.1"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-20 03:07:40 -06:00
|
|
|
name = "colorchoice"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "1.0.0"
|
2022-10-17 10:27:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 03:07:40 -06:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2022-10-17 10:27:33 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.15.7"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2023-06-16 08:25:11 -06:00
|
|
|
"windows-sys 0.45.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-04-11 12:32:18 -06:00
|
|
|
version = "0.8.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "0.2.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.5.8"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-03 03:26:27 -07:00
|
|
|
version = "0.8.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 03:26:27 -07:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.9.15"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2023-09-27 02:40:18 -06:00
|
|
|
"memoffset",
|
2022-10-08 04:30:12 -06:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.8.16"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.27.0"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"bitflags 2.4.0",
|
2023-05-09 05:19:31 -06:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.9.1"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06: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",
|
|
|
|
]
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "3.4.1"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf"
|
2022-10-18 07:19:03 -06:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
2023-06-16 08:25:11 -06:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-18 07:19:03 -06:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.14.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.14.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-09 12:22:27 -06:00
|
|
|
"strsim",
|
|
|
|
"syn 1.0.109",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.14.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-08-14 11:26:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.8"
|
2023-08-14 11:26:19 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
2023-08-14 11:26:19 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.12.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"derive_builder_macro",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.12.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-09 12:22:27 -06:00
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.12.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"derive_builder_core",
|
|
|
|
"syn 1.0.109",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-09 12:22:27 -06:00
|
|
|
name = "digest"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.10.7"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"dirs-sys 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys 0.4.1",
|
2023-02-03 04:43:37 -07:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06: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",
|
|
|
|
]
|
|
|
|
|
2023-09-27 02:40:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "easy-cast"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.5.2"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "10936778145f3bea71fd9bf61332cce28c28e96a380714f7ab34838b80733fd6"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.9.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-10-08 04:30:12 -06: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-09-27 02:40:18 -06:00
|
|
|
version = "0.8.33"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-07-14 08:31:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.3"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-11 12:32:18 -06:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "esaxx-rs"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f748b253ceca9fed5f42f8b5ceb3851e93102199bc25b64b65369f76e5c0a35"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.0.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.27"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "float-ord"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
|
|
|
|
|
2022-12-16 03:29:36 -07:00
|
|
|
[[package]]
|
|
|
|
name = "float_eq"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28a80e3145d8ad11ba0995949bbcf48b9df2be62772b3d351ef017dff6ecb853"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "1.2.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.28"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.14.7"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.10"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-07-01 11:25:41 -06:00
|
|
|
"wasi",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.28.0"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2023-02-13 05:02:45 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grpc-metadata"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.1.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry",
|
|
|
|
"tonic 0.10.1",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tracing-opentelemetry",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.21"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
2022-10-08 04:30:12 -06:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tokio-util",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-07-01 11:25:41 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "0.13.1"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-07-14 08:31:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.4.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.3"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-02-13 05:02:45 -07:00
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "hf-hub"
|
|
|
|
version = "0.2.0"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "ca0a2d78bbd80fdb804b213f675d261eb87060571e1c389bcad8c24add066cf9"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"dirs 5.0.1",
|
|
|
|
"indicatif 0.17.7",
|
|
|
|
"native-tls",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"ureq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hf-hub"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9caf63dfcf84b1b62532c836035516f5b475b06c906da6f16990d22847aba216"
|
|
|
|
dependencies = [
|
|
|
|
"dirs 5.0.1",
|
|
|
|
"indicatif 0.17.7",
|
|
|
|
"log",
|
|
|
|
"native-tls",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"ureq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06: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",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-24 05:27:41 -07:00
|
|
|
version = "0.2.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 05:27:41 -07:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-10-11 10:14:39 -06:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.3.1"
|
2022-10-11 10:14:39 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
2022-10-11 10:14:39 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.14.27"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2023-08-14 11:26:19 -06:00
|
|
|
"socket2 0.4.9",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.4.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "1.9.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-07-01 11:25:41 -06:00
|
|
|
"hashbrown 0.12.3",
|
2023-07-14 08:31:48 -06: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-02-03 04:43:37 -07:00
|
|
|
"serde",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
|
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"lazy_static",
|
|
|
|
"number_prefix 0.3.0",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.17.7"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2023-09-27 02:40:18 -06:00
|
|
|
"instant",
|
2022-10-08 04:30:12 -06:00
|
|
|
"number_prefix 0.4.0",
|
2023-09-27 02:40:18 -06:00
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "indoc"
|
|
|
|
version = "2.0.4"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
2023-06-16 08:25:11 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "init-tracing-opentelemetry"
|
|
|
|
version = "0.14.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "94bd26b1b737bc11f183620072e188d1c6ede67e0e78682228d66b49ec510e17"
|
|
|
|
dependencies = [
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
]
|
2023-02-13 05:02:45 -07:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"cfg-if",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-09-27 02:40:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
2023-04-09 12:22:27 -06:00
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.9"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.3.64"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.2.148"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
2023-02-13 05:02:45 -07:00
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.7"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2023-05-09 05:19:31 -06:00
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.4.7"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
|
2023-07-01 11:25:41 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.4.10"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.4.20"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-16 09:18:53 -07:00
|
|
|
[[package]]
|
2023-07-01 11:25:41 -06:00
|
|
|
name = "mach2"
|
|
|
|
version = "0.4.1"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "macro_rules_attribute"
|
2022-10-28 11:24:00 -06:00
|
|
|
version = "0.1.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 11:24:00 -06:00
|
|
|
checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"macro_rules_attribute-proc_macro",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "macro_rules_attribute-proc_macro"
|
2022-10-28 11:24:00 -06:00
|
|
|
version = "0.1.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 11:24:00 -06:00
|
|
|
checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-07-14 08:31:48 -06:00
|
|
|
"regex-automata 0.1.10",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2022-10-11 10:14:39 -06:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.7.3"
|
2022-10-11 10:14:39 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2022-10-11 10:14:39 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.6.3"
|
2023-07-13 06:22:37 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2023-07-13 06:22:37 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.9.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-02-16 09:18:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "metrics"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "0.21.1"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "fde3af1a009ed76a778cb84fdef9e7dbbdf5775ae3e4cc1f434a6a307f6f76c5"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"metrics-macros",
|
2023-07-01 11:25:41 -06:00
|
|
|
"portable-atomic",
|
2023-02-16 09:18:53 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-exporter-prometheus"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.12.1"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "8a4964177ddfdab1e3a2b37aec7cf320e14169abb0ed73999f558136409178d5"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"base64 0.21.4",
|
2023-02-16 09:18:53 -07:00
|
|
|
"hyper",
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
2023-02-16 09:18:53 -07:00
|
|
|
"ipnet",
|
|
|
|
"metrics",
|
|
|
|
"metrics-util",
|
|
|
|
"quanta",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-macros"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.7.0"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "ddece26afd34c31585c74a4db0630c376df271c285d682d1e55012197830b6df"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2023-02-16 09:18:53 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-util"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "0.15.1"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "4de2ed6e491ed114b40b732e4d1659a9d53992ebd87490c44a6ffe23739d973e"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2023-07-14 08:31:48 -06:00
|
|
|
"hashbrown 0.13.1",
|
2023-02-16 09:18:53 -07:00
|
|
|
"metrics",
|
|
|
|
"num_cpus",
|
|
|
|
"quanta",
|
|
|
|
"sketches-ddsketch",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.17"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[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-06-16 08:25:11 -06:00
|
|
|
version = "0.7.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.8.8"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-07-01 11:25:41 -06:00
|
|
|
"wasi",
|
2023-06-16 08:25:11 -06:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "monostate"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.1.9"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"monostate-impl",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "monostate-impl"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.1.9"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "muxado"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e92b89ac3127251efde6f5a9586e5aae99468d06fcf9f133b377f58d5ed66446"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"awaitdrop",
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2023-06-16 08:25:11 -06:00
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"pin-project",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-09 10:24:07 -07:00
|
|
|
version = "0.2.11"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-09 10:24:07 -07:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ngrok"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.13.1"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "1454b1edbc5f2c8ff3242c237cb84388b50eced8eb26b4204e49698ed6511784"
|
2023-06-16 08:25:11 -06:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-rustls",
|
|
|
|
"async-trait",
|
|
|
|
"awaitdrop",
|
|
|
|
"axum",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"hostname",
|
|
|
|
"hyper",
|
|
|
|
"muxado",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"regex",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-retry",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.27.1"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
2022-10-18 07:19:03 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"bitflags 2.4.0",
|
2022-10-18 07:19:03 -06:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-26 08:29:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nohash-hasher"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "7.1.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-05-02 07:43:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.2.16"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "1.16.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"hermit-abi",
|
2022-10-08 04:30:12 -06:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-14 08:31:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.32.1"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "1.18.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
|
|
|
version = "6.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-10-08 04:30:12 -06:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"onig_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
|
|
|
version = "69.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.10.57"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"bitflags 2.4.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.1.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.9.93"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.20.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry_api",
|
|
|
|
"opentelemetry_sdk",
|
2023-07-01 11:25:41 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "opentelemetry-http"
|
|
|
|
version = "0.9.0"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "c7594ec0e11d8e33faf03530a4c49af7064ebba81c1480e01be67d90b356508b"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"opentelemetry_api",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.13.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "7e5e5a5c4135864099f3faafbe939eb4d7f9b80ebf68a8448da961b32a7c1275"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-09-27 02:40:18 -06:00
|
|
|
"futures-core",
|
2023-02-13 05:02:45 -07:00
|
|
|
"http",
|
|
|
|
"opentelemetry-proto",
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry-semantic-conventions",
|
|
|
|
"opentelemetry_api",
|
|
|
|
"opentelemetry_sdk",
|
|
|
|
"prost 0.11.9",
|
2023-02-13 05:02:45 -07:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tonic 0.9.2",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-proto"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "b1e3f814aa9f8c905d0ee4bde026afd3b2577a97c10e1699912e3e44f0c4cbeb"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry_api",
|
|
|
|
"opentelemetry_sdk",
|
|
|
|
"prost 0.11.9",
|
|
|
|
"tonic 0.9.2",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "opentelemetry-semantic-conventions"
|
|
|
|
version = "0.12.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "73c9f9340ad135068800e7f1b24e9e09ed9e7143f5bf8518ded3d3ec69789269"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_api"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.20.0"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
2023-09-27 02:40:18 -06:00
|
|
|
"js-sys",
|
2023-07-01 11:25:41 -06:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.20.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry_api",
|
|
|
|
"ordered-float",
|
2023-07-01 11:25:41 -06:00
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
2023-09-27 02:40:18 -06:00
|
|
|
"regex",
|
|
|
|
"serde_json",
|
2023-07-01 11:25:41 -06:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "3.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"num-traits",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-05-25 05:38:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "papergrid"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.10.0"
|
2023-05-25 05:38:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8"
|
2023-05-25 05:38:36 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"fnv",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.9.8"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-06-16 08:25:11 -06:00
|
|
|
"redox_syscall 0.3.5",
|
2022-10-08 04:30:12 -06:00
|
|
|
"smallvec",
|
2023-09-27 02:40:18 -06:00
|
|
|
"windows-targets 0.48.5",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.14"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "2.3.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.6.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-09-27 02:40:18 -06:00
|
|
|
"indexmap 2.0.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.1.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.1.3"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.2.13"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.3.27"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.4.3"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
|
2023-02-16 09:18:53 -07:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-09 10:24:07 -07:00
|
|
|
version = "0.2.17"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-09 10:24:07 -07:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.2.15"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2022-10-17 10:27:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
2022-10-17 10:27:33 -06:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.67"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-04-20 03:07:40 -06:00
|
|
|
version = "0.11.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 03:07:40 -06:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-09-27 02:40:18 -06:00
|
|
|
"prost-derive 0.11.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive 0.12.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.12.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-02-13 05:02:45 -07:00
|
|
|
"heck",
|
2023-09-27 02:40:18 -06:00
|
|
|
"itertools 0.11.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
"log",
|
|
|
|
"multimap",
|
2023-09-27 02:40:18 -06:00
|
|
|
"once_cell",
|
2022-10-08 04:30:12 -06:00
|
|
|
"petgraph",
|
2023-02-13 05:02:45 -07:00
|
|
|
"prettyplease",
|
2023-09-27 02:40:18 -06:00
|
|
|
"prost 0.12.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
"prost-types",
|
|
|
|
"regex",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-04-20 03:07:40 -06:00
|
|
|
version = "0.11.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 03:07:40 -06:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-09-27 02:40:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.37",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.12.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"prost 0.12.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-02-16 09:18:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.11.1"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
2023-07-01 11:25:41 -06:00
|
|
|
"mach2",
|
2023-02-16 09:18:53 -07:00
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
2023-07-01 11:25:41 -06:00
|
|
|
"wasi",
|
2023-02-16 09:18:53 -07:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.33"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ratatui"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.23.0"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"bitflags 2.4.0",
|
2023-05-09 05:19:31 -06:00
|
|
|
"cassowary",
|
|
|
|
"crossterm",
|
2023-09-27 02:40:18 -06:00
|
|
|
"indoc",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"paste",
|
|
|
|
"strum",
|
2023-05-09 05:19:31 -06:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-02-16 09:18:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2023-03-03 03:26:27 -07:00
|
|
|
version = "10.7.0"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 03:26:27 -07:00
|
|
|
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
2023-02-16 09:18:53 -07:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2023-02-16 09:18:53 -07:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.8.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-cond"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd1259362c9065e5ea39a789ef40b1e3fd934c94beb7b5ab3ac6629d3b5e7cb7"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"itertools 0.8.2",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.12.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2023-04-09 12:22:27 -06:00
|
|
|
"redox_syscall 0.2.16",
|
2022-10-08 04:30:12 -06:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.9.5"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"aho-corasick 1.1.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
"memchr",
|
2023-09-27 02:40:18 -06:00
|
|
|
"regex-automata 0.3.8",
|
|
|
|
"regex-syntax 0.7.5",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-06-16 08:25:11 -06:00
|
|
|
"regex-syntax 0.6.29",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2023-07-14 08:31:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.8"
|
2023-07-14 08:31:48 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
|
2023-07-14 08:31:48 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"aho-corasick 1.1.1",
|
2023-07-14 08:31:48 -06:00
|
|
|
"memchr",
|
2023-09-27 02:40:18 -06:00
|
|
|
"regex-syntax 0.7.5",
|
2023-07-14 08:31:48 -06:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.6.29"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.7.5"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-06-16 08:25:11 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.11.20"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"base64 0.21.4",
|
2022-10-08 04:30:12 -06:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06: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",
|
2023-10-23 07:51:12 -06:00
|
|
|
"spin",
|
2023-06-16 08:25:11 -06:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "6.8.1"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "6.8.1"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"shellexpand",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2023-02-03 04:43:37 -07:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "7.8.1"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"sha2",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2023-05-02 07:43:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.38.14"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
2023-08-14 11:26:19 -06:00
|
|
|
"bitflags 2.4.0",
|
2023-07-01 11:25:41 -06:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-08-14 11:26:19 -06:00
|
|
|
"linux-raw-sys",
|
2023-04-11 12:32:18 -06:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.20.9"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
2023-06-16 08:25:11 -06:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2023-09-27 02:40:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki 0.101.6",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "1.0.3"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2023-06-16 08:25:11 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"base64 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.100.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2023-06-16 08:25:11 -06:00
|
|
|
]
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.14"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-02-03 04:43:37 -07:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.15"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "0.1.22"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-07-14 08:31:48 -06:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.2.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "2.9.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-10-08 04:30:12 -06:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "2.9.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-02 07:43:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.19"
|
2023-05-02 07:43:19 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
|
2023-05-02 07:43:19 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.188"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.188"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.107"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.1.14"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
2023-07-14 08:31:48 -06:00
|
|
|
"itoa",
|
2023-02-03 04:43:37 -07:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[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 = "sha2"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.10.8"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"dirs 4.0.0",
|
2023-02-03 04:43:37 -07:00
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.3.17"
|
2023-05-09 05:19:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2023-05-09 05:19:31 -06: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",
|
|
|
|
]
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-02-24 05:27:41 -07:00
|
|
|
version = "1.4.1"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 05:27:41 -07:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-10-18 07:19:03 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-16 09:18:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sketches-ddsketch"
|
2023-04-11 12:32:18 -06:00
|
|
|
version = "0.2.1"
|
2023-02-16 09:18:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 12:32:18 -06:00
|
|
|
checksum = "68a406c1882ed7f29cd5e248c9848a80e7cb6ae0fea82346d2746f2f941c07e1"
|
2023-02-16 09:18:53 -07:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.4.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.11.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.4.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-14 11:26:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.5.4"
|
2023-08-14 11:26:19 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
2023-08-14 11:26:19 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "spm_precompiled"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
|
|
|
|
dependencies = [
|
2023-02-13 05:02:45 -07:00
|
|
|
"base64 0.13.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-10-17 10:27:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "strum"
|
|
|
|
version = "0.25.0"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.25.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn 2.0.37",
|
|
|
|
]
|
2023-04-09 12:22:27 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-24 05:27:41 -07:00
|
|
|
version = "1.0.109"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 05:27:41 -07:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.0.37"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-10-11 10:14:39 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.1.2"
|
2022-10-11 10:14:39 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-10-11 10:14:39 -06:00
|
|
|
|
2023-05-02 07:43:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.29.10"
|
2023-05-02 07:43:19 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
|
2023-05-02 07:43:19 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-25 05:38:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tabled"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.14.0"
|
2023-05-25 05:38:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22"
|
2023-05-25 05:38:36 -06:00
|
|
|
dependencies = [
|
|
|
|
"papergrid",
|
|
|
|
"tabled_derive",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tabled_derive"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99f688a08b54f4f02f0a3c382aefdb7884d3d69609f785bd253dc033243e3fe4"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "3.8.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-04-09 12:22:27 -06:00
|
|
|
"redox_syscall 0.3.5",
|
2023-08-14 11:26:19 -06:00
|
|
|
"rustix",
|
2023-06-16 08:25:11 -06:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-17 10:27:33 -06:00
|
|
|
]
|
|
|
|
|
2023-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "text-generation-benchmark"
|
2023-10-23 07:51:12 -06:00
|
|
|
version = "1.1.1"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"average",
|
|
|
|
"clap",
|
|
|
|
"crossterm",
|
|
|
|
"float-ord",
|
2023-09-27 02:40:18 -06:00
|
|
|
"hf-hub 0.3.1",
|
2023-05-09 05:19:31 -06:00
|
|
|
"ratatui",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-05-25 05:38:36 -06:00
|
|
|
"tabled",
|
2023-05-09 05:19:31 -06:00
|
|
|
"text-generation-client",
|
|
|
|
"thiserror",
|
|
|
|
"tokenizers",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2022-10-28 11:24:00 -06:00
|
|
|
[[package]]
|
|
|
|
name = "text-generation-client"
|
2023-10-23 07:51:12 -06:00
|
|
|
version = "1.1.1"
|
2022-10-28 11:24:00 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2023-02-13 05:02:45 -07:00
|
|
|
"grpc-metadata",
|
2023-09-27 02:40:18 -06:00
|
|
|
"prost 0.12.1",
|
2023-02-13 05:02:45 -07:00
|
|
|
"prost-build",
|
2022-10-28 11:24:00 -06:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tonic 0.10.1",
|
2022-10-28 11:24:00 -06:00
|
|
|
"tonic-build",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "text-generation-launcher"
|
2023-10-23 07:51:12 -06:00
|
|
|
version = "1.1.1"
|
2022-10-18 07:19:03 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"clap",
|
2022-10-18 07:19:03 -06:00
|
|
|
"ctrlc",
|
2022-12-16 03:29:36 -07:00
|
|
|
"float_eq",
|
2023-07-13 06:22:37 -06:00
|
|
|
"nix",
|
2022-12-16 03:29:36 -07:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-10-18 07:19:03 -06:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2023-05-02 07:43:19 -06:00
|
|
|
"vergen",
|
2022-10-18 07:19:03 -06:00
|
|
|
]
|
|
|
|
|
2022-10-17 06:59:00 -06:00
|
|
|
[[package]]
|
|
|
|
name = "text-generation-router"
|
2023-10-23 07:51:12 -06:00
|
|
|
version = "1.1.1"
|
2022-10-17 06:59:00 -06:00
|
|
|
dependencies = [
|
2023-01-31 09:04:00 -07:00
|
|
|
"async-stream",
|
2022-10-17 06:59:00 -06:00
|
|
|
"axum",
|
2023-02-13 05:02:45 -07:00
|
|
|
"axum-tracing-opentelemetry",
|
2023-04-09 12:22:27 -06:00
|
|
|
"clap",
|
2022-10-17 06:59:00 -06:00
|
|
|
"futures",
|
2023-09-27 02:40:18 -06:00
|
|
|
"hf-hub 0.3.1",
|
|
|
|
"init-tracing-opentelemetry",
|
2023-02-16 09:18:53 -07:00
|
|
|
"metrics",
|
|
|
|
"metrics-exporter-prometheus",
|
2023-06-16 08:25:11 -06:00
|
|
|
"ngrok",
|
2023-01-26 08:29:13 -07:00
|
|
|
"nohash-hasher",
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry",
|
2023-02-13 05:02:45 -07:00
|
|
|
"opentelemetry-otlp",
|
2023-01-31 08:01:15 -07:00
|
|
|
"rand",
|
2023-02-28 02:19:32 -07:00
|
|
|
"reqwest",
|
2022-10-17 06:59:00 -06:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-10-28 11:24:00 -06:00
|
|
|
"text-generation-client",
|
2022-10-17 06:59:00 -06:00
|
|
|
"thiserror",
|
|
|
|
"tokenizers",
|
|
|
|
"tokio",
|
2023-10-23 07:51:12 -06:00
|
|
|
"tokio-stream",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tower-http",
|
2022-10-17 06:59:00 -06:00
|
|
|
"tracing",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tracing-opentelemetry",
|
2022-10-17 06:59:00 -06:00
|
|
|
"tracing-subscriber",
|
2023-02-03 04:43:37 -07:00
|
|
|
"utoipa",
|
|
|
|
"utoipa-swagger-ui",
|
2023-04-18 08:16:06 -06:00
|
|
|
"vergen",
|
2022-10-17 06:59:00 -06:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-27 03:42:57 -06:00
|
|
|
version = "1.0.49"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 03:42:57 -06:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-27 03:42:57 -06:00
|
|
|
version = "1.0.49"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 03:42:57 -06:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-02-24 05:27:41 -07:00
|
|
|
version = "1.1.7"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 05:27:41 -07:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-02-13 05:02:45 -07:00
|
|
|
"cfg-if",
|
2022-10-08 04:30:12 -06:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.3.29"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-08-14 11:26:19 -06:00
|
|
|
"deranged",
|
2023-04-18 08:16:06 -06:00
|
|
|
"itoa",
|
2023-07-14 08:31:48 -06:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2023-04-09 12:22:27 -06:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2023-04-18 08:16:06 -06:00
|
|
|
"time-macros",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.1.2"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
2023-04-18 08:16:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.2.15"
|
2023-04-18 08:16:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2023-04-18 08:16:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[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"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.1.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokenizers"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.14.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "12b515a66453a4d68f03398054f7204fd0dde6b93d3f20ea90b08025ab49b499"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-06-16 08:25:11 -06:00
|
|
|
"aho-corasick 0.7.20",
|
2023-04-09 12:22:27 -06:00
|
|
|
"clap",
|
2022-10-08 04:30:12 -06:00
|
|
|
"derive_builder",
|
|
|
|
"esaxx-rs",
|
|
|
|
"getrandom",
|
2023-09-27 02:40:18 -06:00
|
|
|
"hf-hub 0.2.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
"indicatif 0.15.0",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"macro_rules_attribute",
|
2023-04-09 12:22:27 -06:00
|
|
|
"monostate",
|
2022-10-08 04:30:12 -06:00
|
|
|
"onig",
|
|
|
|
"paste",
|
|
|
|
"rand",
|
|
|
|
"rayon",
|
|
|
|
"rayon-cond",
|
|
|
|
"regex",
|
2023-09-27 02:40:18 -06:00
|
|
|
"regex-syntax 0.7.5",
|
2022-10-08 04:30:12 -06:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"spm_precompiled",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization-alignments",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.32.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"backtrace",
|
2022-10-08 04:30:12 -06:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
2022-10-18 07:19:03 -06:00
|
|
|
"signal-hook-registry",
|
2023-09-27 02:40:18 -06:00
|
|
|
"socket2 0.5.4",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tokio-macros",
|
2023-06-16 08:25:11 -06:00
|
|
|
"windows-sys 0.48.0",
|
2022-10-08 04:30:12 -06: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-06-16 08:25:11 -06:00
|
|
|
version = "2.1.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.3.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"rand",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.1.14"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.7.9"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2023-06-16 08:25:11 -06:00
|
|
|
"futures-io",
|
2022-10-08 04:30:12 -06:00
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.9.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-02-13 05:02:45 -07:00
|
|
|
"axum",
|
2023-09-27 02:40:18 -06:00
|
|
|
"base64 0.21.4",
|
2022-10-08 04:30:12 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2023-09-27 02:40:18 -06:00
|
|
|
"prost 0.11.9",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.10.1"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "14c00bc15e49625f3d2f20b17082601e5e17cf27ead69e805174026c194b6664"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"async-stream",
|
2023-07-01 11:25:41 -06:00
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2023-09-27 02:40:18 -06:00
|
|
|
"base64 0.21.4",
|
2023-07-01 11:25:41 -06:00
|
|
|
"bytes",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2023-09-27 02:40:18 -06:00
|
|
|
"prost 0.12.1",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.10.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "c9d37bb15da06ae9bb945963066baca6561b505af93a52e949a85d28558459a2"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-02-13 05:02:45 -07:00
|
|
|
"prettyplease",
|
2022-10-08 04:30:12 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
2022-10-08 04:30:12 -06:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tokio-util",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-11 10:14:39 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.4.4"
|
2023-04-13 04:43:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
2023-04-13 04:43:05 -06:00
|
|
|
dependencies = [
|
2023-08-14 11:26:19 -06:00
|
|
|
"bitflags 2.4.0",
|
2023-04-13 04:43:05 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2022-10-18 07:19:03 -06:00
|
|
|
version = "0.3.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-18 07:19:03 -06:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-10-18 07:19:03 -06:00
|
|
|
version = "0.1.37"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-18 07:19:03 -06:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.1.26"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.1.31"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.21.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "75327c6b667828ddc28f5e3f169036cb793c3f588d83bf0f262a7f062ffed3c8"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-09-27 02:40:18 -06:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry_sdk",
|
|
|
|
"smallvec",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-27 02:40:18 -06:00
|
|
|
name = "tracing-opentelemetry-instrumentation-sdk"
|
|
|
|
version = "0.14.1"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "752ddd669b14a08036a89045e4ac4497ff7ce254e11386647751f36d7c7849ea"
|
2023-07-01 11:25:41 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"http",
|
|
|
|
"opentelemetry-http",
|
|
|
|
"opentelemetry_api",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
2023-09-27 02:40:18 -06:00
|
|
|
"tracing-opentelemetry",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
2022-11-02 10:29:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.3.17"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-02-13 05:02:45 -07:00
|
|
|
"matchers",
|
2022-10-18 07:19:03 -06:00
|
|
|
"nu-ansi-term",
|
2023-02-13 05:02:45 -07:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
2022-11-02 10:29:56 -06:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-10-08 04:30:12 -06:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2022-11-02 10:29:56 -06:00
|
|
|
"tracing-serde",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.2.4"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.17.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.7.0"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.3.13"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "1.0.12"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-10-08 04:30:12 -06: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-normalization-alignments"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "1.10.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.1.11"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2023-09-27 02:40:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
|
|
|
version = "2.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
|
|
|
"flate2",
|
|
|
|
"log",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"rustls 0.21.7",
|
|
|
|
"rustls-webpki 0.100.3",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.4.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "2.1.3"
|
2023-07-01 11:25:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-07-01 11:25:41 -06:00
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "utoipa"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "3.5.0"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "d82b1bc5417102a73e8464c686eef947bdfb99fcdfc0a4f228e81afa9526470a"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 2.0.0",
|
2023-02-03 04:43:37 -07:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"utoipa-gen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utoipa-gen"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "3.5.0"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "05d96dcd6fc96f3df9b3280ef480770af1b7c5d14bc55192baa9b067976d920c"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-14 08:31:48 -06:00
|
|
|
"regex",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2023-02-03 04:43:37 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utoipa-swagger-ui"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "3.1.5"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "84614caa239fb25b2bb373a52859ffd94605ceb256eeb1d63436325cf81e3653"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"mime_guess",
|
|
|
|
"regex",
|
|
|
|
"rust-embed",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"utoipa",
|
2023-04-09 12:22:27 -06:00
|
|
|
"zip",
|
2023-02-03 04:43:37 -07:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[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"
|
|
|
|
|
2023-04-18 08:16:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "8.2.5"
|
2023-04-18 08:16:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16"
|
2023-04-18 08:16:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-05-02 07:43:19 -06:00
|
|
|
"rustc_version",
|
2023-04-18 08:16:06 -06:00
|
|
|
"rustversion",
|
2023-05-02 07:43:19 -06:00
|
|
|
"sysinfo",
|
2023-04-18 08:16:06 -06:00
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "2.4.0"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.3.1"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.87"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.87"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.4.37"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.87"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.87"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-27 02:40:18 -06:00
|
|
|
"syn 2.0.37",
|
2022-10-08 04:30:12 -06:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.2.87"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.3.64"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.22.1"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e"
|
2023-06-16 08:25:11 -06:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-09-27 02:40:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-webpki 0.100.3",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "4.4.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-09-27 02:40:18 -06:00
|
|
|
"home",
|
2022-10-08 04:30:12 -06:00
|
|
|
"once_cell",
|
2023-09-27 02:40:18 -06:00
|
|
|
"rustix",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2022-10-17 10:27:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.1.6"
|
2022-10-17 10:27:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2022-10-17 10:27:33 -06:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
2023-02-13 05:02:45 -07:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 05:02:45 -07:00
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-11 12:32:18 -06: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-09-27 02:40:18 -06:00
|
|
|
"windows-targets 0.48.5",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
2022-10-18 07:19:03 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
2023-02-13 05:02:45 -07:00
|
|
|
name = "windows-targets"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-04-11 12:32:18 -06: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-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-11 12:32:18 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06: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-02-13 05:02:45 -07:00
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
2023-02-13 05:02:45 -07:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-10-18 07:19:03 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
2023-02-13 05:02:45 -07:00
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-10-18 07:19:03 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-10-18 07:19:03 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-10-18 07:19:03 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.42.2"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-10-18 07:19:03 -06:00
|
|
|
|
2023-04-11 12:32:18 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.48.5"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-11 12:32:18 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-09-27 02:40:18 -06:00
|
|
|
version = "0.50.0"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 02:40:18 -06:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-09-27 02:40:18 -06:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.6.6"
|
2022-10-08 04:30:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
2023-04-09 12:22:27 -06:00
|
|
|
"crossbeam-utils",
|
2022-10-08 04:30:12 -06:00
|
|
|
"flate2",
|
|
|
|
]
|