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"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
|
|
|
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-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.8.3"
|
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 = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
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-08-14 11:26:19 -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-08-14 11:26:19 -06:00
|
|
|
checksum = "86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c"
|
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-06-16 08:25:11 -06:00
|
|
|
version = "0.3.2"
|
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 = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
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
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "1.0.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 = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.2"
|
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 = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.72"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
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",
|
|
|
|
"rustls",
|
|
|
|
"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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "843ec791d3f24503bbf72bbd5e49a3ab4dbb4bcd0a8ef6b0c908efa73caa27b1"
|
|
|
|
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-04-13 04:43:05 -06:00
|
|
|
version = "0.10.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 04:43:05 -06:00
|
|
|
checksum = "164b95427e83b79583c7699a72b4a6b485a12bbdef5b5c054ee5ff2296d82f52"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"futures",
|
|
|
|
"http",
|
2023-07-01 11:25:41 -06:00
|
|
|
"opentelemetry 0.18.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tower",
|
2023-04-13 04:43:05 -06:00
|
|
|
"tower-http 0.3.5",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tracing-opentelemetry 0.18.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.68"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
|
|
|
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-06-16 08:25:11 -06:00
|
|
|
version = "0.21.2"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2023-02-13 05:02:45 -07:00
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
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-06-16 08:25:11 -06:00
|
|
|
version = "3.13.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 = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
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-02-13 05:02:45 -07:00
|
|
|
version = "1.4.0"
|
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 = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "0.4.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 = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached-path"
|
2023-04-09 12:22:27 -06:00
|
|
|
version = "0.6.1"
|
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 = "097968e38f1319207f057d0f4d76452e4f4f847a5de61c5215379f297fa034f3"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"fs2",
|
|
|
|
"glob",
|
|
|
|
"indicatif 0.16.2",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-04-09 12:22:27 -06:00
|
|
|
"zip",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.82"
|
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 = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
2023-04-09 12:22:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-09 12:22:27 -06:00
|
|
|
name = "cipher"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.4.4"
|
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 = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-06-16 08:25:11 -06:00
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2022-10-17 10:27:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "4.3.21"
|
2022-10-17 10:27:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
|
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",
|
|
|
|
"once_cell",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "4.3.21"
|
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 = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "4.3.12"
|
2022-10-17 10:27:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
2022-10-17 10:27:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.5.0"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
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
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
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-07-13 06:22:37 -06:00
|
|
|
"memoffset 0.9.0",
|
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"
|
|
|
|
version = "0.26.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
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-06-16 08:25:11 -06:00
|
|
|
version = "3.4.0"
|
2022-10-18 07:19:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
|
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-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "5.5.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-14 08:31:48 -06:00
|
|
|
"hashbrown 0.14.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2023-08-14 11:26:19 -06:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
|
|
|
|
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",
|
|
|
|
"subtle",
|
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 = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
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-05-09 05:19:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "easy-cast"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e"
|
|
|
|
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-02-13 05:02:45 -07:00
|
|
|
version = "0.8.32"
|
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 = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.3.2"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "2.0.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 = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.2.22"
|
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 = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-08-14 11:26:19 -06:00
|
|
|
"redox_syscall 0.3.5",
|
2023-04-11 12:32:18 -06:00
|
|
|
"windows-sys 0.48.0",
|
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-06-16 08:25:11 -06:00
|
|
|
version = "1.0.26"
|
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 = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
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"
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
|
|
|
version = "0.10.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"pin-project",
|
2023-06-16 08:25:11 -06:00
|
|
|
"spin 0.9.8",
|
2023-04-09 12:22:27 -06:00
|
|
|
]
|
|
|
|
|
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 = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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",
|
2023-04-09 12:22:27 -06:00
|
|
|
"js-sys",
|
2022-10-08 04:30:12 -06:00
|
|
|
"libc",
|
2023-07-01 11:25:41 -06:00
|
|
|
"wasi",
|
2023-04-09 12:22:27 -06:00
|
|
|
"wasm-bindgen",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
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 = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
|
|
[[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-07-01 11:25:41 -06:00
|
|
|
"opentelemetry 0.19.0",
|
|
|
|
"tonic 0.9.2",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tracing-opentelemetry 0.19.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
2022-10-08 04:30:12 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.3.20"
|
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 = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
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-07-14 08:31:48 -06:00
|
|
|
version = "0.3.2"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-02-13 05:02:45 -07:00
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.16.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"lazy_static",
|
|
|
|
"number_prefix 0.4.0",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-06-16 08:25:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "2.8.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 = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2023-02-13 05:02:45 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-07-14 08:31:48 -06:00
|
|
|
version = "0.4.9"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"hermit-abi",
|
2023-08-14 11:26:19 -06:00
|
|
|
"rustix",
|
2023-04-11 12:32:18 -06:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
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]]
|
|
|
|
name = "itoa"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.9"
|
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 = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
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-07-01 11:25:41 -06:00
|
|
|
version = "0.2.147"
|
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 = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.4.5"
|
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 = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.7.2"
|
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 = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef"
|
2022-10-11 10:14:39 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
2023-07-13 06:22:37 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
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-07-01 11:25:41 -06:00
|
|
|
"base64 0.21.2",
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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",
|
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
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-07-01 11:25:41 -06:00
|
|
|
version = "0.12.4"
|
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 = "87e211f407b0a084f720823a00c956aeab2c15dfe7a61760d93227bbaf048026"
|
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-02-13 05:02:45 -07:00
|
|
|
version = "0.26.2"
|
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 = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2022-10-18 07:19:03 -06:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-10-18 07:19:03 -06:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-07-13 06:22:37 -06:00
|
|
|
"memoffset 0.7.1",
|
|
|
|
"pin-utils",
|
2023-02-13 05:02:45 -07:00
|
|
|
"static_assertions",
|
2022-10-18 07:19:03 -06:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.31.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
|
|
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.10.56"
|
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 = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
|
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
|
|
|
"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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.9.91"
|
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 = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
|
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"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
|
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"opentelemetry_api 0.18.0",
|
|
|
|
"opentelemetry_sdk 0.18.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f4b8347cc26099d3aeee044065ecc3ae11469796b4d65d065a23a584ed92a6f"
|
|
|
|
dependencies = [
|
|
|
|
"opentelemetry_api 0.19.0",
|
|
|
|
"opentelemetry_sdk 0.19.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.12.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "8af72d59a4484654ea8eb183fea5ae4eb6a41d7ac3e3bae5f4d2a282a3a7d3ca"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-07-01 11:25:41 -06:00
|
|
|
"opentelemetry 0.19.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
"opentelemetry-proto",
|
|
|
|
"prost",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tonic 0.8.3",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-proto"
|
2023-07-01 11:25:41 -06:00
|
|
|
version = "0.2.0"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "045f8eea8c0fa19f7d48e7bc3128a39c2e5c533d5c61298c548dfefc1064474c"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
2023-07-01 11:25:41 -06:00
|
|
|
"opentelemetry 0.19.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
"prost",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tonic 0.8.3",
|
2023-02-13 05:02:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_api"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
2023-02-13 05:02:45 -07:00
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_api"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed41783a5bf567688eb38372f2b7a8530f5a607a4b49d38dd7573236c23ca7e2"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
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"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dashmap",
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
2023-07-01 11:25:41 -06:00
|
|
|
"opentelemetry_api 0.18.0",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b3a2a91fdbfdd4d212c0dcc2ab540de2c2bcbbd90be17de7a7daf8822d010c1"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"dashmap",
|
|
|
|
"fnv",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry_api 0.19.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
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-06-16 08:25:11 -06:00
|
|
|
version = "0.9.1"
|
2023-05-25 05:38:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "ae7891b22598926e4398790c8fe6447930c72a67d36d983a49d6ce682ce83290"
|
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-07-01 11:25:41 -06:00
|
|
|
"windows-targets 0.48.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
"password-hash",
|
|
|
|
"sha2",
|
|
|
|
]
|
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-02-13 05:02:45 -07:00
|
|
|
version = "0.6.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 = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-07-14 08:31:48 -06:00
|
|
|
"indexmap 1.9.3",
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.2.12"
|
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 = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.4.2"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e"
|
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-04-09 12:22:27 -06:00
|
|
|
version = "0.1.25"
|
2023-02-13 05:02:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
2023-02-13 05:02:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.66"
|
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 = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
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",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
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 = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-02-13 05:02:45 -07:00
|
|
|
"heck",
|
2022-10-08 04:30:12 -06:00
|
|
|
"itertools 0.10.5",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
2023-02-13 05:02:45 -07:00
|
|
|
"prettyplease",
|
2022-10-08 04:30:12 -06:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
2023-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
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 = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.32"
|
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 = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
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"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829"
|
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2023-05-09 05:19:31 -06:00
|
|
|
"cassowary",
|
|
|
|
"crossterm",
|
|
|
|
"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-04-09 12:22:27 -06:00
|
|
|
version = "1.7.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 = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
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-04-09 12:22:27 -06:00
|
|
|
version = "1.11.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 = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-08-14 11:26:19 -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-08-14 11:26:19 -06:00
|
|
|
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-08-14 11:26:19 -06:00
|
|
|
"aho-corasick 1.0.3",
|
2022-10-08 04:30:12 -06:00
|
|
|
"memchr",
|
2023-08-14 11:26:19 -06:00
|
|
|
"regex-automata 0.3.6",
|
2023-07-14 08:31:48 -06:00
|
|
|
"regex-syntax 0.7.4",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.3.6"
|
2023-07-14 08:31:48 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
2023-07-14 08:31:48 -06:00
|
|
|
dependencies = [
|
2023-08-14 11:26:19 -06:00
|
|
|
"aho-corasick 1.0.3",
|
2023-07-14 08:31:48 -06:00
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.7.4",
|
|
|
|
]
|
|
|
|
|
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-07-14 08:31:48 -06:00
|
|
|
version = "0.7.4"
|
2023-06-16 08:25:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2023-06-16 08:25:11 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "0.11.18"
|
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 = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-06-16 08:25:11 -06:00
|
|
|
"base64 0.21.2",
|
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",
|
|
|
|
"spin 0.5.2",
|
|
|
|
"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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.38.8"
|
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 = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
|
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"
|
|
|
|
version = "0.20.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"base64 0.21.2",
|
|
|
|
]
|
|
|
|
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.18"
|
2023-05-02 07:43:19 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
2023-05-02 07:43:19 -06:00
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.183"
|
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 = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.183"
|
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 = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.104"
|
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 = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
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 = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
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-04-09 12:22:27 -06:00
|
|
|
"dirs",
|
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-02-24 05:27:41 -07:00
|
|
|
version = "0.4.8"
|
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 = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
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-07-14 08:31:48 -06:00
|
|
|
version = "1.11.0"
|
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 = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
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"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
|
|
|
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"
|
|
|
|
|
2023-04-09 12:22:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
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]]
|
|
|
|
name = "subtle"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "2.5.0"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "2.0.28"
|
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 = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.29.8"
|
2023-05-02 07:43:19 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
|
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-06-16 08:25:11 -06:00
|
|
|
version = "0.12.2"
|
2023-05-25 05:38:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "0ce69a5028cd9576063ec1f48edb2c75339fd835e6094ef3e05b3a079bf594a6"
|
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 = "tar"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.4.40"
|
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 = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "3.7.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 = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
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-08-14 03:23:11 -06:00
|
|
|
version = "1.0.1"
|
2023-05-09 05:19:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"average",
|
|
|
|
"clap",
|
|
|
|
"crossterm",
|
|
|
|
"float-ord",
|
|
|
|
"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-08-14 03:23:11 -06:00
|
|
|
version = "1.0.1"
|
2022-10-28 11:24:00 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2023-02-13 05:02:45 -07:00
|
|
|
"grpc-metadata",
|
2022-10-28 11:24:00 -06:00
|
|
|
"prost",
|
2023-02-13 05:02:45 -07:00
|
|
|
"prost-build",
|
2022-10-28 11:24:00 -06:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tonic 0.9.2",
|
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-08-14 03:23:11 -06:00
|
|
|
version = "1.0.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-08-14 03:23:11 -06:00
|
|
|
version = "1.0.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",
|
|
|
|
"flume",
|
2022-10-17 06:59:00 -06:00
|
|
|
"futures",
|
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-07-01 11:25:41 -06:00
|
|
|
"opentelemetry 0.19.0",
|
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-08-14 11:26:19 -06:00
|
|
|
"tower-http 0.4.3",
|
2022-10-17 06:59:00 -06:00
|
|
|
"tracing",
|
2023-07-01 11:25:41 -06:00
|
|
|
"tracing-opentelemetry 0.19.0",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.44"
|
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 = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.44"
|
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 = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.3.25"
|
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 = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
|
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-06-16 08:25:11 -06:00
|
|
|
version = "0.1.1"
|
2023-04-09 12:22:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 08:25:11 -06:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2023-04-09 12:22:27 -06:00
|
|
|
|
2023-04-18 08:16:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.2.11"
|
2023-04-18 08:16:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "0.13.4"
|
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 = "aea68938177975ab09da68552b720eac941779ff386baceaf77e0f5f9cea645f"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-06-16 08:25:11 -06:00
|
|
|
"aho-corasick 0.7.20",
|
2022-10-08 04:30:12 -06:00
|
|
|
"cached-path",
|
2023-04-09 12:22:27 -06:00
|
|
|
"clap",
|
2022-10-08 04:30:12 -06:00
|
|
|
"derive_builder",
|
2023-04-09 12:22:27 -06:00
|
|
|
"dirs",
|
2022-10-08 04:30:12 -06:00
|
|
|
"esaxx-rs",
|
|
|
|
"getrandom",
|
|
|
|
"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-08-14 11:26:19 -06:00
|
|
|
"regex-syntax 0.7.4",
|
2022-10-08 04:30:12 -06:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"spm_precompiled",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization-alignments",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.31.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 = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920"
|
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-08-14 11:26:19 -06:00
|
|
|
"socket2 0.5.3",
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-06-16 08:25:11 -06:00
|
|
|
version = "0.7.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 = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
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-02-13 05:02:45 -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-02-13 05:02:45 -07:00
|
|
|
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2023-02-13 05:02:45 -07:00
|
|
|
"axum",
|
|
|
|
"base64 0.13.1",
|
2022-10-08 04:30:12 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tokio-util",
|
2022-10-08 04:30:12 -06:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
2023-07-01 11:25:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"base64 0.21.2",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2023-07-01 11:25:41 -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-07-01 11:25:41 -06:00
|
|
|
checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07"
|
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-04-09 12:22:27 -06:00
|
|
|
"syn 1.0.109",
|
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-02-13 05:02:45 -07:00
|
|
|
version = "0.3.5"
|
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 = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
2022-10-11 10:14:39 -06:00
|
|
|
dependencies = [
|
2023-07-01 11:25:41 -06:00
|
|
|
"bitflags 1.3.2",
|
2022-10-11 10:14:39 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
2022-10-11 10:14:39 -06:00
|
|
|
]
|
|
|
|
|
2023-04-13 04:43:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "0.4.3"
|
2023-04-13 04:43:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 11:26:19 -06:00
|
|
|
checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82"
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-02-13 05:02:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-07-01 11:25:41 -06:00
|
|
|
"opentelemetry 0.18.0",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00a39dcf9bfc1742fa4d6215253b33a6e474be78275884c216fc2a06267b3600"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"opentelemetry 0.19.0",
|
2023-02-13 05:02:45 -07:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
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-02-13 05:02:45 -07:00
|
|
|
version = "1.16.0"
|
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 = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-10-08 04:30:12 -06:00
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
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-08-14 11:26:19 -06:00
|
|
|
version = "1.0.11"
|
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 = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
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"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-06-16 08:25:11 -06:00
|
|
|
version = "2.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 = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "3.4.4"
|
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 = "de634b7f8178c9c246c88ea251f3a0215c9a4d80778db2d7bd4423a78b5170ec"
|
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-08-14 11:26:19 -06:00
|
|
|
version = "3.4.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 = "0fcba79cb3e5020d9bcc8313cd5aadaf51d6d54a6b3fd08c3d0360ae6b3c83d0"
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-07-14 08:31:48 -06:00
|
|
|
version = "8.2.4"
|
2023-04-18 08:16:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 08:31:48 -06:00
|
|
|
checksum = "bbc5ad0d9d26b2c49a5ab7da76c3e79d3ee37e7821799f8223fcb8f2f391a2e7"
|
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-04-09 12:22:27 -06:00
|
|
|
version = "2.3.3"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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-08-14 11:26:19 -06:00
|
|
|
"syn 2.0.28",
|
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"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-02-13 05:02:45 -07:00
|
|
|
version = "4.4.0"
|
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 = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
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-07-01 11:25:41 -06:00
|
|
|
"windows-targets 0.48.1",
|
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-07-01 11:25:41 -06:00
|
|
|
version = "0.48.1"
|
2023-04-11 12:32:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 11:25:41 -06:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-04-11 12:32:18 -06:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
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"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2023-08-14 11:26:19 -06:00
|
|
|
version = "1.0.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 = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"aes",
|
2022-10-08 04:30:12 -06:00
|
|
|
"byteorder",
|
|
|
|
"bzip2",
|
2023-04-09 12:22:27 -06:00
|
|
|
"constant_time_eq",
|
2022-10-08 04:30:12 -06:00
|
|
|
"crc32fast",
|
2023-04-09 12:22:27 -06:00
|
|
|
"crossbeam-utils",
|
2022-10-08 04:30:12 -06:00
|
|
|
"flate2",
|
2023-04-09 12:22:27 -06:00
|
|
|
"hmac",
|
|
|
|
"pbkdf2",
|
|
|
|
"sha1",
|
2022-10-08 04:30:12 -06:00
|
|
|
"time",
|
2023-04-09 12:22:27 -06:00
|
|
|
"zstd",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|
|
|
|
|
2023-02-03 04:43:37 -07:00
|
|
|
[[package]]
|
2023-04-09 12:22:27 -06:00
|
|
|
name = "zstd"
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
2023-02-03 04:43:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 12:22:27 -06:00
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
2023-02-03 04:43:37 -07:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"zstd-safe",
|
2023-02-03 04:43:37 -07:00
|
|
|
]
|
|
|
|
|
2022-10-08 04:30:12 -06:00
|
|
|
[[package]]
|
2023-04-09 12:22:27 -06:00
|
|
|
name = "zstd-safe"
|
|
|
|
version = "5.0.2+zstd.1.5.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 = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
2022-10-08 04:30:12 -06:00
|
|
|
dependencies = [
|
2023-04-09 12:22:27 -06:00
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.8+zstd.1.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2022-10-08 04:30:12 -06:00
|
|
|
]
|