pict-rs-aggregator/Cargo.lock

2624 lines
63 KiB
Plaintext
Raw Normal View History

2020-12-08 21:59:55 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-19 20:26:16 +00:00
version = 3
2020-12-08 21:59:55 +00:00
[[package]]
name = "actix-codec"
2023-05-25 18:54:28 +00:00
version = "0.5.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"bitflags 1.3.2",
2020-12-08 21:59:55 +00:00
"bytes",
"futures-core",
"futures-sink",
2021-11-25 02:39:24 +00:00
"memchr",
2021-02-10 21:20:36 +00:00
"pin-project-lite",
2020-12-08 21:59:55 +00:00
"tokio",
2022-09-28 23:43:28 +00:00
"tokio-util",
2023-05-25 18:54:28 +00:00
"tracing",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-http"
2023-11-13 18:30:09 +00:00
version = "3.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
2020-12-08 21:59:55 +00:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2023-11-13 18:30:09 +00:00
"ahash",
"base64 0.21.5",
"bitflags 2.4.1",
2020-12-08 21:59:55 +00:00
"bytes",
2021-02-10 21:20:36 +00:00
"bytestring",
2020-12-08 21:59:55 +00:00
"derive_more",
"encoding_rs",
"futures-core",
"h2",
"http",
"httparse",
2021-10-21 16:19:50 +00:00
"httpdate",
"itoa",
2020-12-08 21:59:55 +00:00
"language-tags",
2021-04-02 19:39:14 +00:00
"local-channel",
2020-12-08 21:59:55 +00:00
"mime",
"percent-encoding",
2021-04-02 19:39:14 +00:00
"pin-project-lite",
"rand",
2022-06-21 02:05:38 +00:00
"sha1",
2021-02-10 21:20:36 +00:00
"smallvec",
2023-01-29 19:42:21 +00:00
"tokio",
"tokio-util",
2022-06-21 02:05:38 +00:00
"tracing",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-macros"
2023-11-13 18:30:09 +00:00
version = "0.2.4"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2020-12-08 21:59:55 +00:00
dependencies = [
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-router"
2022-09-28 23:43:28 +00:00
version = "0.5.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
2020-12-08 21:59:55 +00:00
dependencies = [
"bytestring",
"http",
"regex",
"serde",
2022-09-28 23:43:28 +00:00
"tracing",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-rt"
2023-11-13 18:30:09 +00:00
version = "2.9.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
2020-12-08 21:59:55 +00:00
dependencies = [
"actix-macros",
2021-02-10 21:20:36 +00:00
"futures-core",
2020-12-08 21:59:55 +00:00
"tokio",
]
[[package]]
name = "actix-server"
2023-11-13 18:30:09 +00:00
version = "2.3.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
2020-12-08 21:59:55 +00:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
2021-02-10 21:20:36 +00:00
"futures-core",
2021-11-25 02:39:24 +00:00
"futures-util",
"mio",
2023-11-13 18:30:09 +00:00
"socket2 0.5.5",
2021-02-10 21:20:36 +00:00
"tokio",
2022-03-23 15:02:17 +00:00
"tracing",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-service"
version = "2.0.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-02-10 21:20:36 +00:00
"futures-core",
2021-06-19 20:26:16 +00:00
"paste",
2021-02-10 21:20:36 +00:00
"pin-project-lite",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-tls"
2023-11-13 18:30:09 +00:00
version = "3.1.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "72616e7fbec0aa99c6f3164677fa48ff5a60036d0799c98cab894a44f3e0efc3"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-02-10 21:20:36 +00:00
"actix-rt",
2020-12-08 21:59:55 +00:00
"actix-service",
"actix-utils",
2021-02-10 21:20:36 +00:00
"futures-core",
"http",
2023-11-13 18:30:09 +00:00
"impl-more",
2021-11-25 02:39:24 +00:00
"pin-project-lite",
2023-11-13 18:30:09 +00:00
"rustls",
"rustls-webpki",
"tokio",
2022-09-28 23:43:28 +00:00
"tokio-util",
2023-11-13 18:30:09 +00:00
"tracing",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-utils"
2023-01-29 19:42:21 +00:00
version = "3.0.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-04-02 19:39:14 +00:00
"local-waker",
2021-02-10 21:20:36 +00:00
"pin-project-lite",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "actix-web"
2023-11-13 18:30:09 +00:00
version = "4.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
2020-12-08 21:59:55 +00:00
dependencies = [
"actix-codec",
"actix-http",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
2023-11-13 18:30:09 +00:00
"ahash",
2020-12-08 21:59:55 +00:00
"bytes",
"bytestring",
2021-06-26 17:26:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
"itoa",
2021-04-02 19:39:14 +00:00
"language-tags",
2020-12-08 21:59:55 +00:00
"log",
"mime",
2021-04-02 19:39:14 +00:00
"once_cell",
2021-12-03 20:51:14 +00:00
"pin-project-lite",
2020-12-08 21:59:55 +00:00
"regex",
"serde",
"serde_json",
"serde_urlencoded",
2021-02-10 21:20:36 +00:00
"smallvec",
2023-11-13 18:30:09 +00:00
"socket2 0.5.5",
2020-12-08 21:59:55 +00:00
"time",
"url",
]
[[package]]
2023-11-13 18:30:09 +00:00
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
2021-02-10 21:20:36 +00:00
[[package]]
2023-11-13 18:30:09 +00:00
name = "adler"
version = "1.0.2"
2021-02-10 21:20:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-02-10 21:20:36 +00:00
2023-03-10 03:49:22 +00:00
[[package]]
name = "ahash"
2023-11-13 18:30:09 +00:00
version = "0.8.6"
2023-03-10 03:49:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2023-03-10 03:49:22 +00:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
2023-11-13 18:30:09 +00:00
"zerocopy",
2023-03-10 03:49:22 +00:00
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "aho-corasick"
2023-01-29 19:42:21 +00:00
version = "0.7.20"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2020-12-08 21:59:55 +00:00
dependencies = [
"memchr",
]
2023-05-25 18:54:28 +00:00
[[package]]
name = "aho-corasick"
2023-11-13 18:30:09 +00:00
version = "1.1.2"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2023-05-25 18:54:28 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "anstream"
2023-11-13 18:30:09 +00:00
version = "0.6.4"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
2023-05-25 18:54:28 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-11-13 18:30:09 +00:00
version = "1.0.4"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2023-05-25 18:54:28 +00:00
[[package]]
name = "anstyle-parse"
2023-11-13 18:30:09 +00:00
version = "0.2.2"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
2023-05-25 18:54:28 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-11-13 18:30:09 +00:00
"windows-sys",
2023-05-25 18:54:28 +00:00
]
[[package]]
name = "anstyle-wincon"
2023-11-13 18:30:09 +00:00
version = "3.0.1"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
2023-05-25 18:54:28 +00:00
dependencies = [
"anstyle",
2023-11-13 18:30:09 +00:00
"windows-sys",
2023-05-25 18:54:28 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "anyhow"
2023-11-13 18:30:09 +00:00
version = "1.0.75"
2022-09-28 23:43:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2022-09-28 23:43:28 +00:00
[[package]]
name = "arc-swap"
2023-01-29 19:42:21 +00:00
version = "1.6.0"
2022-06-21 18:31:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
2022-06-21 18:31:24 +00:00
2021-09-19 19:32:04 +00:00
[[package]]
name = "async-stream"
2023-05-25 18:54:28 +00:00
version = "0.3.5"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2021-09-19 19:32:04 +00:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-03-10 03:49:22 +00:00
"pin-project-lite",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "async-stream-impl"
2023-05-25 18:54:28 +00:00
version = "0.3.5"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2021-09-19 19:32:04 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "async-trait"
2023-11-13 18:30:09 +00:00
version = "0.1.74"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
2021-09-19 19:32:04 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2021-09-19 19:32:04 +00:00
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-12-08 21:59:55 +00:00
[[package]]
name = "awc"
2023-11-13 18:30:09 +00:00
version = "3.2.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "7fa3c705a9c7917ac0f41c0757a0a747b43bbc29b0b364b081bd7c5fc67fb223"
2020-12-08 21:59:55 +00:00
dependencies = [
"actix-codec",
"actix-http",
"actix-rt",
"actix-service",
2021-11-25 02:39:24 +00:00
"actix-tls",
"actix-utils",
2023-11-13 18:30:09 +00:00
"base64 0.21.5",
2020-12-08 21:59:55 +00:00
"bytes",
2021-06-26 17:26:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
"derive_more",
"futures-core",
2021-11-25 02:39:24 +00:00
"futures-util",
"h2",
"http",
"itoa",
2020-12-08 21:59:55 +00:00
"log",
"mime",
"percent-encoding",
2021-03-10 02:24:04 +00:00
"pin-project-lite",
2021-04-02 19:39:14 +00:00
"rand",
2020-12-08 21:59:55 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2021-11-25 02:39:24 +00:00
"tokio",
2020-12-08 21:59:55 +00:00
]
2022-05-27 23:27:44 +00:00
[[package]]
name = "axum"
2023-11-13 18:30:09 +00:00
version = "0.6.20"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2022-05-27 23:27:44 +00:00
dependencies = [
"async-trait",
"axum-core",
2023-11-13 18:30:09 +00:00
"bitflags 1.3.2",
2022-05-27 23:27:44 +00:00
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
2023-01-29 19:42:21 +00:00
"rustversion",
2022-05-27 23:27:44 +00:00
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-05-25 18:54:28 +00:00
version = "0.3.4"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2022-05-27 23:27:44 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
2023-01-29 19:42:21 +00:00
"rustversion",
2022-09-28 23:43:28 +00:00
"tower-layer",
"tower-service",
2022-05-27 23:27:44 +00:00
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "base64"
2023-01-29 19:42:21 +00:00
version = "0.13.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
2023-11-13 18:30:09 +00:00
version = "0.21.5"
2023-01-29 19:42:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
2020-12-08 21:59:55 +00:00
[[package]]
name = "bcrypt"
2023-03-10 03:49:22 +00:00
version = "0.14.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"base64 0.21.5",
2020-12-08 21:59:55 +00:00
"blowfish",
2021-04-02 19:39:14 +00:00
"getrandom",
2023-03-10 03:49:22 +00:00
"subtle",
2022-03-23 15:02:17 +00:00
"zeroize",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "bitflags"
2021-09-06 20:44:01 +00:00
version = "1.3.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 20:44:01 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-12-08 21:59:55 +00:00
2023-11-13 18:30:09 +00:00
[[package]]
name = "bitflags"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2020-12-08 21:59:55 +00:00
[[package]]
name = "block-buffer"
2023-03-10 03:49:22 +00:00
version = "0.10.4"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2020-12-08 21:59:55 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "blowfish"
version = "0.9.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
2020-12-08 21:59:55 +00:00
dependencies = [
"byteorder",
"cipher",
]
[[package]]
name = "bytecount"
2023-11-13 18:30:09 +00:00
version = "0.6.7"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
2020-12-08 21:59:55 +00:00
[[package]]
name = "byteorder"
2023-11-13 18:30:09 +00:00
version = "1.5.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2020-12-08 21:59:55 +00:00
[[package]]
name = "bytes"
2023-11-13 18:30:09 +00:00
version = "1.5.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2020-12-08 21:59:55 +00:00
[[package]]
name = "bytestring"
2023-11-13 18:30:09 +00:00
version = "1.3.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2020-12-08 21:59:55 +00:00
dependencies = [
"bytes",
]
[[package]]
name = "cc"
2023-11-13 18:30:09 +00:00
version = "1.0.84"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"libc",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
2023-03-10 03:49:22 +00:00
version = "0.4.4"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2020-12-08 21:59:55 +00:00
dependencies = [
"crypto-common",
"inout",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "clap"
2023-11-13 18:30:09 +00:00
version = "4.4.8"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-05-25 18:54:28 +00:00
"clap_builder",
2022-05-28 16:53:46 +00:00
"clap_derive",
2023-05-25 18:54:28 +00:00
]
[[package]]
name = "clap_builder"
2023-11-13 18:30:09 +00:00
version = "4.4.8"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
2023-05-25 18:54:28 +00:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2020-12-08 21:59:55 +00:00
"strsim",
2022-05-28 16:53:46 +00:00
]
[[package]]
name = "clap_derive"
2023-11-13 18:30:09 +00:00
version = "4.4.7"
2022-05-28 16:53:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
2022-05-28 16:53:46 +00:00
dependencies = [
2022-09-28 23:43:28 +00:00
"heck",
2022-05-28 16:53:46 +00:00
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2022-05-28 16:53:46 +00:00
]
[[package]]
name = "clap_lex"
2023-11-13 18:30:09 +00:00
version = "0.6.0"
2022-05-28 16:53:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2023-05-25 18:54:28 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2020-12-08 21:59:55 +00:00
[[package]]
name = "console-api"
2023-05-25 18:54:28 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
dependencies = [
2022-09-28 23:43:28 +00:00
"prost",
"prost-types",
2023-05-25 18:54:28 +00:00
"tonic 0.9.2",
"tracing-core",
]
[[package]]
name = "console-subscriber"
2023-11-13 18:30:09 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb"
dependencies = [
"console-api",
2022-01-24 05:00:29 +00:00
"crossbeam-channel",
"crossbeam-utils",
"futures",
"hdrhistogram",
"humantime",
2022-09-28 23:43:28 +00:00
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
2023-05-25 18:54:28 +00:00
"tonic 0.9.2",
"tracing",
"tracing-core",
"tracing-subscriber",
]
2021-04-02 19:39:14 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 19:39:14 +00:00
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-12-08 21:59:55 +00:00
[[package]]
2021-06-19 20:26:16 +00:00
name = "cpufeatures"
2023-11-13 18:30:09 +00:00
version = "0.2.11"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
2021-06-19 20:26:16 +00:00
dependencies = [
"libc",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "crossbeam-channel"
2023-05-25 18:54:28 +00:00
version = "0.5.8"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2021-09-19 19:32:04 +00:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "crossbeam-epoch"
2023-11-13 18:30:09 +00:00
version = "0.9.15"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2020-12-08 21:59:55 +00:00
dependencies = [
2022-03-23 15:02:17 +00:00
"autocfg",
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-11-13 18:30:09 +00:00
version = "0.8.16"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
]
2021-12-28 17:00:48 +00:00
[[package]]
name = "crypto-common"
2022-09-28 23:43:28 +00:00
version = "0.1.6"
2021-12-28 17:00:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-12-28 17:00:48 +00:00
dependencies = [
"generic-array",
"typenum",
2021-12-28 17:00:48 +00:00
]
2022-06-21 18:31:24 +00:00
[[package]]
name = "css-minify"
2023-01-29 19:42:21 +00:00
version = "0.3.1"
2022-06-21 18:31:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "874c6e2d19f8d4a285083b11a3241bfbe01ac3ed85f26e1e6b34888d960552bd"
2022-06-21 18:31:24 +00:00
dependencies = [
"derive_more",
"indexmap",
2023-01-29 19:42:21 +00:00
"nom",
2022-06-21 18:31:24 +00:00
]
2022-09-28 23:43:28 +00:00
[[package]]
name = "dashmap"
2023-11-13 18:30:09 +00:00
version = "5.5.3"
2022-09-28 23:43:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2022-09-28 23:43:28 +00:00
dependencies = [
"cfg-if",
2023-11-13 18:30:09 +00:00
"hashbrown 0.14.2",
2022-09-28 23:43:28 +00:00
"lock_api",
"once_cell",
2023-11-13 18:30:09 +00:00
"parking_lot_core 0.9.9",
]
[[package]]
name = "deranged"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
dependencies = [
"powerfmt",
2022-09-28 23:43:28 +00:00
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "derive_more"
2021-12-03 20:51:14 +00:00
version = "0.99.17"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 20:51:14 +00:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-04-02 19:39:14 +00:00
"convert_case",
2020-12-08 21:59:55 +00:00
"proc-macro2",
"quote",
2021-10-21 16:19:50 +00:00
"rustc_version",
2023-05-25 18:54:28 +00:00
"syn 1.0.109",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "digest"
2023-05-25 18:54:28 +00:00
version = "0.10.7"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-12-28 17:00:48 +00:00
"block-buffer",
"crypto-common",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "either"
2023-11-13 18:30:09 +00:00
version = "1.9.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2020-12-08 21:59:55 +00:00
[[package]]
name = "encoding_rs"
2023-11-13 18:30:09 +00:00
version = "0.8.33"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
]
2022-01-18 17:43:09 +00:00
[[package]]
name = "fastrand"
2023-03-10 03:49:22 +00:00
version = "1.9.0"
2022-01-18 17:43:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-01-18 17:43:09 +00:00
dependencies = [
"instant",
]
[[package]]
name = "flate2"
2023-11-13 18:30:09 +00:00
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-11-13 18:30:09 +00:00
version = "1.2.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2020-12-08 21:59:55 +00: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",
2021-02-10 21:20:36 +00:00
"winapi",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "futures"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
2021-09-19 19:32:04 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
2021-09-19 19:32:04 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "futures-core"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2020-12-08 21:59:55 +00:00
2021-09-19 19:32:04 +00:00
[[package]]
name = "futures-executor"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
2021-09-19 19:32:04 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
2022-09-28 23:43:28 +00:00
[[package]]
name = "futures-macro"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2022-09-28 23:43:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
2022-09-28 23:43:28 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2022-09-28 23:43:28 +00:00
]
2021-09-19 19:32:04 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "futures-sink"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2020-12-08 21:59:55 +00:00
[[package]]
name = "futures-task"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
2020-12-08 21:59:55 +00:00
[[package]]
name = "futures-util"
2023-11-13 18:30:09 +00:00
version = "0.3.29"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-09-19 19:32:04 +00:00
"futures-channel",
2020-12-08 21:59:55 +00:00
"futures-core",
2021-09-19 19:32:04 +00:00
"futures-io",
2022-09-28 23:43:28 +00:00
"futures-macro",
2020-12-08 21:59:55 +00:00
"futures-sink",
"futures-task",
2021-09-19 19:32:04 +00:00
"memchr",
2021-02-10 21:20:36 +00:00
"pin-project-lite",
2020-12-08 21:59:55 +00:00
"pin-utils",
2021-09-19 19:32:04 +00:00
"slab",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
2023-05-25 18:54:28 +00:00
version = "0.14.7"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2020-12-08 21:59:55 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-11-13 18:30:09 +00:00
version = "0.2.11"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
"libc",
2022-06-21 02:05:38 +00:00
"wasi",
2020-12-08 21:59:55 +00:00
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "gimli"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2020-12-08 21:59:55 +00:00
[[package]]
name = "h2"
2023-11-13 18:30:09 +00:00
version = "0.3.21"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
2020-12-08 21:59:55 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-09-28 23:43:28 +00:00
"tokio-util",
2020-12-08 21:59:55 +00:00
"tracing",
]
[[package]]
name = "hashbrown"
2022-09-28 23:43:28 +00:00
version = "0.12.3"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2020-12-08 21:59:55 +00:00
2023-11-13 18:30:09 +00:00
[[package]]
name = "hashbrown"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
[[package]]
name = "hdrhistogram"
2023-11-13 18:30:09 +00:00
version = "7.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a5b38e5c02b7c7be48c8dc5217c4f1634af2ea221caae2e024bffc7a7651c691"
dependencies = [
2023-01-29 19:42:21 +00:00
"base64 0.13.1",
"byteorder",
"flate2",
2023-01-29 19:42:21 +00:00
"nom",
"num-traits",
]
2022-05-28 16:53:46 +00:00
[[package]]
name = "heck"
2023-03-10 03:49:22 +00:00
version = "0.4.1"
2022-05-28 16:53:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-05-28 16:53:46 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "http"
2023-11-13 18:30:09 +00:00
version = "0.2.11"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
2020-12-08 21:59:55 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "http-body"
2022-05-27 23:27:44 +00:00
version = "0.4.5"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-27 23:27:44 +00:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-09-19 19:32:04 +00:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "httparse"
2022-09-28 23:43:28 +00:00
version = "1.8.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2020-12-08 21:59:55 +00:00
[[package]]
2021-09-19 19:32:04 +00:00
name = "httpdate"
2023-11-13 18:30:09 +00:00
version = "1.0.3"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2021-09-19 19:32:04 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2021-09-19 19:32:04 +00:00
[[package]]
name = "hyper"
2023-11-13 18:30:09 +00:00
version = "0.14.27"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2021-09-19 19:32:04 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
2021-09-19 19:32:04 +00:00
"pin-project-lite",
2023-11-13 18:30:09 +00:00
"socket2 0.4.10",
2021-09-19 19:32:04 +00: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",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "idna"
2023-11-13 18:30:09 +00:00
version = "0.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2020-12-08 21:59:55 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "impl-more"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
2020-12-08 21:59:55 +00:00
[[package]]
name = "indexmap"
2023-05-25 18:54:28 +00:00
version = "1.9.3"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2020-12-08 21:59:55 +00:00
dependencies = [
"autocfg",
2023-11-13 18:30:09 +00:00
"hashbrown 0.12.3",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "inout"
2022-04-07 18:14:48 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 18:14:48 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "instant"
2021-10-21 16:19:50 +00:00
version = "0.1.12"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-21 16:19:50 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
]
2021-04-02 19:39:14 +00:00
[[package]]
name = "itertools"
2022-09-28 23:43:28 +00:00
version = "0.10.5"
2021-04-02 19:39:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-04-02 19:39:14 +00:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-11-13 18:30:09 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2020-12-08 21:59:55 +00:00
[[package]]
name = "language-tags"
2021-06-19 20:26:16 +00:00
version = "0.3.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-19 20:26:16 +00:00
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2020-12-08 21:59:55 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-06-21 18:31:24 +00:00
[[package]]
2023-01-29 19:42:21 +00:00
name = "libc"
2023-11-13 18:30:09 +00:00
version = "0.2.150"
2021-04-02 19:39:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2021-04-02 19:39:14 +00:00
[[package]]
name = "local-channel"
2023-11-13 18:30:09 +00:00
version = "0.1.5"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
2021-04-02 19:39:14 +00:00
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
[[package]]
name = "local-waker"
2023-11-13 18:30:09 +00:00
version = "0.1.4"
2021-04-02 19:39:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2020-12-08 21:59:55 +00:00
[[package]]
name = "lock_api"
2023-11-13 18:30:09 +00:00
version = "0.4.11"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2020-12-08 21:59:55 +00:00
dependencies = [
2022-04-07 18:14:48 +00:00
"autocfg",
2020-12-08 21:59:55 +00:00
"scopeguard",
]
[[package]]
name = "log"
2023-11-13 18:30:09 +00:00
version = "0.4.20"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2020-12-08 21:59:55 +00:00
2021-09-19 19:32:04 +00:00
[[package]]
name = "matchers"
2021-10-25 01:51:10 +00:00
version = "0.1.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 01:51:10 +00:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2021-09-19 19:32:04 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"regex-automata 0.1.10",
2021-09-19 19:32:04 +00:00
]
2022-05-27 23:27:44 +00:00
[[package]]
name = "matchit"
2023-11-13 18:30:09 +00:00
version = "0.7.3"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2022-05-27 23:27:44 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
2023-11-13 18:30:09 +00:00
version = "2.6.4"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2020-12-08 21:59:55 +00:00
[[package]]
name = "memoffset"
2023-11-13 18:30:09 +00:00
version = "0.9.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2020-12-08 21:59:55 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
2023-05-25 18:54:28 +00:00
version = "0.3.17"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2020-12-08 21:59:55 +00:00
2020-12-14 20:23:02 +00:00
[[package]]
name = "minify-html"
2023-05-25 18:54:28 +00:00
version = "0.11.1"
2020-12-14 20:23:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "fc4d9147754a49e80557df835eb59e743eab1bf75410a134f55dc4b9dbb692ad"
2022-06-21 18:31:24 +00:00
dependencies = [
2023-05-25 18:54:28 +00:00
"aho-corasick 0.7.20",
2022-06-21 18:31:24 +00:00
"css-minify",
"lazy_static",
"memchr",
"minify-js",
2023-01-29 19:42:21 +00:00
"rustc-hash",
2022-06-21 18:31:24 +00:00
]
[[package]]
name = "minify-js"
2023-03-10 03:49:22 +00:00
version = "0.4.3"
2022-06-21 18:31:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "c300f90ba1138b5c5daf5d9441dc9bdc67b808aac22cf638362a2647bc213be4"
2020-12-14 20:23:02 +00:00
dependencies = [
"lazy_static",
2023-01-29 19:42:21 +00:00
"parse-js",
2020-12-14 20:23:02 +00: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-05-25 18:54:28 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2021-12-13 17:31:44 +00:00
[[package]]
name = "mio"
2023-11-13 18:30:09 +00:00
version = "0.8.9"
2021-12-13 17:31:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
2021-12-13 17:31:44 +00:00
dependencies = [
"libc",
"log",
2022-06-21 02:05:38 +00:00
"wasi",
2023-11-13 18:30:09 +00:00
"windows-sys",
2020-12-08 21:59:55 +00:00
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "mutually_exclusive_features"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d02c0b00610773bb7fc61d85e13d86c7858cbdf00e1a120bfc41bc055dbaa0e"
2022-06-21 18:31:24 +00:00
[[package]]
name = "nom"
2023-01-29 19:42:21 +00:00
version = "7.1.3"
2022-06-21 18:31:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-06-21 18:31:24 +00:00
dependencies = [
"memchr",
2023-01-29 19:42:21 +00:00
"minimal-lexical",
2022-06-21 18:31:24 +00:00
]
2020-12-08 21:59:55 +00:00
[[package]]
2023-01-29 19:42:21 +00:00
name = "nu-ansi-term"
version = "0.46.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-01-29 19:42:21 +00:00
"overload",
"winapi",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "num-bigint"
2023-11-13 18:30:09 +00:00
version = "0.4.4"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2020-12-08 21:59:55 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
2022-05-27 23:27:44 +00:00
version = "0.1.45"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-27 23:27:44 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2020-12-08 21:59:55 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
2022-07-02 15:54:12 +00:00
version = "0.4.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-02 15:54:12 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2020-12-08 21:59:55 +00:00
dependencies = [
"autocfg",
2023-01-29 19:51:04 +00:00
"num-bigint",
2020-12-08 21:59:55 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2023-11-13 18:30:09 +00:00
version = "0.2.17"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2020-12-08 21:59:55 +00:00
dependencies = [
"autocfg",
]
[[package]]
2023-11-13 18:30:09 +00:00
name = "object"
version = "0.32.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"memchr",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "once_cell"
2023-11-13 18:30:09 +00:00
version = "1.18.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2020-12-08 21:59:55 +00:00
2021-09-19 19:32:04 +00:00
[[package]]
name = "opentelemetry"
2023-05-25 18:54:28 +00:00
version = "0.19.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "5f4b8347cc26099d3aeee044065ecc3ae11469796b4d65d065a23a584ed92a6f"
2021-09-19 19:32:04 +00:00
dependencies = [
2022-09-28 23:43:28 +00:00
"opentelemetry_api",
"opentelemetry_sdk",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "opentelemetry-otlp"
2023-05-25 18:54:28 +00:00
version = "0.12.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "8af72d59a4484654ea8eb183fea5ae4eb6a41d7ac3e3bae5f4d2a282a3a7d3ca"
2021-09-19 19:32:04 +00:00
dependencies = [
"async-trait",
"futures",
2022-02-04 17:45:14 +00:00
"futures-util",
2021-09-19 19:32:04 +00:00
"http",
"opentelemetry",
2022-09-28 23:43:28 +00:00
"opentelemetry-proto",
"prost",
2021-09-19 19:32:04 +00:00
"thiserror",
"tokio",
2023-05-25 18:54:28 +00:00
"tonic 0.8.3",
2022-09-28 23:43:28 +00:00
]
[[package]]
name = "opentelemetry-proto"
2023-05-25 18:54:28 +00:00
version = "0.2.0"
2022-09-28 23:43:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "045f8eea8c0fa19f7d48e7bc3128a39c2e5c533d5c61298c548dfefc1064474c"
2022-09-28 23:43:28 +00:00
dependencies = [
"futures",
"futures-util",
"opentelemetry",
"prost",
2023-05-25 18:54:28 +00:00
"tonic 0.8.3",
2021-09-19 19:32:04 +00:00
]
2022-09-28 23:43:28 +00:00
[[package]]
name = "opentelemetry_api"
2023-05-25 18:54:28 +00:00
version = "0.19.0"
2022-09-28 23:43:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "ed41783a5bf567688eb38372f2b7a8530f5a607a4b49d38dd7573236c23ca7e2"
2022-09-28 23:43:28 +00:00
dependencies = [
"fnv",
"futures-channel",
"futures-util",
"indexmap",
"once_cell",
"pin-project-lite",
"thiserror",
2023-05-25 18:54:28 +00:00
"urlencoding",
2022-09-28 23:43:28 +00:00
]
[[package]]
name = "opentelemetry_sdk"
2023-05-25 18:54:28 +00:00
version = "0.19.0"
2022-09-28 23:43:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "8b3a2a91fdbfdd4d212c0dcc2ab540de2c2bcbbd90be17de7a7daf8822d010c1"
2022-09-28 23:43:28 +00:00
dependencies = [
"async-trait",
"crossbeam-channel",
"dashmap",
"fnv",
"futures-channel",
"futures-executor",
"futures-util",
"once_cell",
"opentelemetry_api",
"percent-encoding",
"rand",
"thiserror",
"tokio",
"tokio-stream",
]
2023-01-29 19:42:21 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-05-28 16:53:46 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "parking_lot"
2021-09-06 20:44:01 +00:00
version = "0.11.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 20:44:01 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-12-08 21:59:55 +00:00
dependencies = [
"instant",
"lock_api",
2023-01-29 19:42:21 +00:00
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
2022-06-06 21:42:07 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 21:42:07 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-11-13 18:30:09 +00:00
"parking_lot_core 0.9.9",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "parking_lot_core"
2023-01-29 19:42:21 +00:00
version = "0.8.6"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2020-12-08 21:59:55 +00:00
"instant",
"libc",
2023-11-13 18:30:09 +00:00
"redox_syscall 0.2.16",
2020-12-08 21:59:55 +00:00
"smallvec",
2021-02-10 21:20:36 +00:00
"winapi",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "parking_lot_core"
2023-11-13 18:30:09 +00:00
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
2023-11-13 18:30:09 +00:00
"redox_syscall 0.4.1",
"smallvec",
2023-11-13 18:30:09 +00:00
"windows-targets",
]
2023-01-29 19:42:21 +00:00
[[package]]
name = "parse-js"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30534759e6ad87aa144c396544747e1c25b1020bd133356fd758c8facec764e5"
dependencies = [
2023-05-25 18:54:28 +00:00
"aho-corasick 0.7.20",
2023-01-29 19:42:21 +00:00
"lazy_static",
"memchr",
]
2021-06-19 20:26:16 +00:00
[[package]]
name = "paste"
2023-11-13 18:30:09 +00:00
version = "1.0.14"
2021-06-19 20:26:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2021-06-19 20:26:16 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "percent-encoding"
2023-11-13 18:30:09 +00:00
version = "2.3.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2020-12-08 21:59:55 +00:00
[[package]]
name = "pict-rs-aggregator"
2023-07-15 02:39:34 +00:00
version = "0.5.0-alpha.1"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-09-06 20:44:01 +00:00
"actix-rt",
2020-12-08 21:59:55 +00:00
"actix-web",
2021-03-10 02:24:04 +00:00
"awc",
2020-12-08 21:59:55 +00:00
"bcrypt",
2022-05-28 16:53:46 +00:00
"clap",
"console-subscriber",
2020-12-08 21:59:55 +00:00
"dotenv",
"mime",
2020-12-14 20:23:02 +00:00
"minify-html",
2021-09-19 19:32:04 +00:00
"opentelemetry",
"opentelemetry-otlp",
2022-02-19 02:08:56 +00:00
"qrcodegen",
2020-12-08 21:59:55 +00:00
"ructe",
"serde",
"serde_json",
"sled",
"thiserror",
2021-09-06 20:44:01 +00:00
"tokio",
2021-09-19 19:32:04 +00:00
"tracing",
"tracing-actix-web",
"tracing-awc",
"tracing-error",
"tracing-futures",
2023-11-13 18:30:09 +00:00
"tracing-log 0.1.4",
2021-09-19 19:32:04 +00:00
"tracing-opentelemetry",
"tracing-subscriber",
2020-12-08 21:59:55 +00:00
"url",
2022-07-02 15:54:12 +00:00
"uuid",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "pin-project"
2023-11-13 18:30:09 +00:00
version = "1.1.3"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"pin-project-internal",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "pin-project-internal"
2023-11-13 18:30:09 +00:00
version = "1.1.3"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2020-12-08 21:59:55 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "pin-project-lite"
2023-11-13 18:30:09 +00:00
version = "0.2.13"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2020-12-08 21:59:55 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-11-13 18:30:09 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2020-12-08 21:59:55 +00:00
[[package]]
name = "ppv-lite86"
2023-01-29 19:42:21 +00:00
version = "0.2.17"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-12-08 21:59:55 +00:00
[[package]]
name = "proc-macro2"
2023-11-13 18:30:09 +00:00
version = "1.0.69"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
2020-12-08 21:59:55 +00:00
dependencies = [
2022-05-27 23:27:44 +00:00
"unicode-ident",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "prost"
2023-05-25 18:54:28 +00:00
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
dependencies = [
"bytes",
2022-09-28 23:43:28 +00:00
"prost-derive",
]
[[package]]
name = "prost-derive"
2023-05-25 18:54:28 +00:00
version = "0.11.9"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
2022-05-27 23:27:44 +00:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2023-05-25 18:54:28 +00:00
"syn 1.0.109",
2022-05-27 23:27:44 +00:00
]
[[package]]
name = "prost-types"
2023-05-25 18:54:28 +00:00
version = "0.11.9"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
2022-05-27 23:27:44 +00:00
dependencies = [
2022-09-28 23:43:28 +00:00
"prost",
2021-09-19 19:32:04 +00:00
]
2022-02-19 02:08:56 +00:00
[[package]]
name = "qrcodegen"
2022-05-27 23:27:44 +00:00
version = "1.8.0"
2022-02-19 02:08:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-27 23:27:44 +00:00
checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
2022-02-19 02:08:56 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "quote"
2023-11-13 18:30:09 +00:00
version = "1.0.33"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2020-12-08 21:59:55 +00:00
dependencies = [
"proc-macro2",
]
2021-02-10 21:20:36 +00:00
[[package]]
name = "rand"
version = "0.8.5"
2021-02-10 21:20:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-02-10 21:20:36 +00:00
dependencies = [
2020-12-08 21:59:55 +00:00
"libc",
2021-04-02 19:39:14 +00:00
"rand_chacha",
"rand_core",
2021-02-10 21:20:36 +00:00
]
[[package]]
name = "rand_chacha"
2021-06-19 20:26:16 +00:00
version = "0.3.1"
2021-02-10 21:20:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-19 20:26:16 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-02-10 21:20:36 +00:00
dependencies = [
"ppv-lite86",
2021-04-02 19:39:14 +00:00
"rand_core",
2021-02-10 21:20:36 +00:00
]
[[package]]
name = "rand_core"
2022-09-28 23:43:28 +00:00
version = "0.6.4"
2021-02-10 21:20:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-02-10 21:20:36 +00:00
dependencies = [
2021-04-02 19:39:14 +00:00
"getrandom",
2021-02-10 21:20:36 +00:00
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "redox_syscall"
2022-09-28 23:43:28 +00:00
version = "0.2.16"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-10 02:24:04 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
2021-03-10 02:24:04 +00:00
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "regex"
2023-11-13 18:30:09 +00:00
version = "1.10.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"aho-corasick 1.1.2",
2020-12-08 21:59:55 +00:00
"memchr",
2023-11-13 18:30:09 +00:00
"regex-automata 0.4.3",
"regex-syntax 0.8.2",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-25 18:54:28 +00:00
"regex-syntax 0.6.29",
2021-09-19 19:32:04 +00:00
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "regex-automata"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
dependencies = [
"aho-corasick 1.1.2",
"memchr",
"regex-syntax 0.8.2",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "regex-syntax"
2023-05-25 18:54:28 +00:00
version = "0.6.29"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2023-11-13 18:30:09 +00:00
version = "0.8.2"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "ring"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
dependencies = [
"cc",
"getrandom",
"libc",
"spin",
"untrusted",
"windows-sys",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "rsass"
2023-01-29 19:51:04 +00:00
version = "0.27.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:51:04 +00:00
checksum = "a43695dd28122f6c684273de89796a56a98e02e9694b8ab57b160fdc6e6d69af"
2020-12-08 21:59:55 +00:00
dependencies = [
2022-09-28 23:43:28 +00:00
"arc-swap",
"fastrand",
2020-12-08 21:59:55 +00:00
"lazy_static",
2023-01-29 19:42:21 +00:00
"nom",
2020-12-08 21:59:55 +00:00
"num-bigint",
"num-integer",
"num-rational",
"num-traits",
2022-09-28 23:43:28 +00:00
"tracing",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "ructe"
2023-01-29 19:51:04 +00:00
version = "0.16.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:51:04 +00:00
checksum = "79c86c1631418815c5947a34be5872806586c65398754ec91cc2df35a8e26ba8"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"base64 0.21.5",
2020-12-08 21:59:55 +00:00
"bytecount",
2021-09-12 16:30:22 +00:00
"itertools",
2020-12-08 21:59:55 +00:00
"md5",
"mime",
2023-01-29 19:42:21 +00:00
"nom",
2020-12-08 21:59:55 +00:00
"rsass",
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-01-29 19:42:21 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2020-12-08 21:59:55 +00:00
[[package]]
2021-09-06 20:44:01 +00:00
name = "rustc_version"
2021-12-03 20:51:14 +00:00
version = "0.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-03 20:51:14 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-10-21 16:19:50 +00:00
"semver",
2020-12-08 21:59:55 +00:00
]
[[package]]
2023-11-13 18:30:09 +00:00
name = "rustls"
version = "0.21.8"
2023-01-29 19:42:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
2023-01-29 19:42:21 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"log",
"ring",
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
2023-01-29 19:42:21 +00:00
]
[[package]]
name = "rustversion"
2023-11-13 18:30:09 +00:00
version = "1.0.14"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2023-01-29 19:42:21 +00:00
[[package]]
name = "ryu"
2023-11-13 18:30:09 +00:00
version = "1.0.15"
2023-01-29 19:42:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2020-12-08 21:59:55 +00:00
[[package]]
name = "scopeguard"
2023-11-13 18:30:09 +00:00
version = "1.2.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "semver"
2023-11-13 18:30:09 +00:00
version = "1.0.20"
2021-09-06 20:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2021-09-06 20:44:01 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "serde"
2023-11-13 18:30:09 +00:00
version = "1.0.192"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
2020-12-08 21:59:55 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-11-13 18:30:09 +00:00
version = "1.0.192"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
2020-12-08 21:59:55 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "serde_json"
2023-11-13 18:30:09 +00:00
version = "1.0.108"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2020-12-08 21:59:55 +00:00
dependencies = [
"itoa",
2020-12-08 21:59:55 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
2022-01-18 17:43:09 +00:00
version = "0.7.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:43:09 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-12-08 21:59:55 +00:00
dependencies = [
"form_urlencoded",
"itoa",
2020-12-08 21:59:55 +00:00
"ryu",
"serde",
]
[[package]]
2022-06-21 02:05:38 +00:00
name = "sha1"
2023-11-13 18:30:09 +00:00
version = "0.10.6"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-03-10 02:24:04 +00:00
"cfg-if",
2021-06-19 20:26:16 +00:00
"cpufeatures",
2020-12-08 21:59:55 +00:00
"digest",
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "sharded-slab"
2023-11-13 18:30:09 +00:00
version = "0.1.7"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2021-09-19 19:32:04 +00:00
dependencies = [
"lazy_static",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "signal-hook-registry"
2023-03-10 03:49:22 +00:00
version = "1.4.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2020-12-08 21:59:55 +00:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-11-13 18:30:09 +00:00
version = "0.4.9"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-09-28 23:43:28 +00:00
dependencies = [
"autocfg",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "sled"
2021-09-12 16:30:22 +00:00
version = "0.34.7"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-12 16:30:22 +00:00
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
2020-12-08 21:59:55 +00:00
dependencies = [
"crc32fast",
"crossbeam-epoch",
"crossbeam-utils",
"fs2",
"fxhash",
"libc",
"log",
"parking_lot 0.11.2",
2020-12-08 21:59:55 +00:00
"zstd",
]
[[package]]
name = "smallvec"
2023-11-13 18:30:09 +00:00
version = "1.11.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2020-12-08 21:59:55 +00:00
[[package]]
name = "socket2"
2023-11-13 18:30:09 +00:00
version = "0.4.10"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2020-12-08 21:59:55 +00:00
dependencies = [
"libc",
2021-02-10 21:20:36 +00:00
"winapi",
2020-12-08 21:59:55 +00:00
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "socket2"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
"windows-sys",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2020-12-08 21:59:55 +00:00
[[package]]
name = "strsim"
2022-05-28 16:53:46 +00:00
version = "0.10.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 16:53:46 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-12-08 21:59:55 +00:00
2023-03-10 03:49:22 +00:00
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2020-12-08 21:59:55 +00:00
[[package]]
name = "syn"
2023-03-10 03:49:22 +00:00
version = "1.0.109"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2020-12-08 21:59:55 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-27 23:27:44 +00:00
"unicode-ident",
2020-12-08 21:59:55 +00:00
]
2022-05-27 23:27:44 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "syn"
2023-11-13 18:30:09 +00:00
version = "2.0.39"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-05-25 18:54:28 +00:00
"proc-macro2",
"quote",
"unicode-ident",
2020-12-08 21:59:55 +00:00
]
[[package]]
2023-05-25 18:54:28 +00:00
name = "sync_wrapper"
version = "0.1.2"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2020-12-08 21:59:55 +00:00
[[package]]
name = "thiserror"
2023-11-13 18:30:09 +00:00
version = "1.0.50"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2020-12-08 21:59:55 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-11-13 18:30:09 +00:00
version = "1.0.50"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2020-12-08 21:59:55 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "thread_local"
2023-03-10 03:49:22 +00:00
version = "1.1.7"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2021-09-19 19:32:04 +00:00
dependencies = [
2023-03-10 03:49:22 +00:00
"cfg-if",
2021-09-19 19:32:04 +00:00
"once_cell",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "time"
2023-11-13 18:30:09 +00:00
version = "0.3.30"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"deranged",
"itoa",
2023-11-13 18:30:09 +00:00
"powerfmt",
2023-01-29 19:42:21 +00:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-11-13 18:30:09 +00:00
version = "0.1.2"
2023-01-29 19:42:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-01-29 19:42:21 +00:00
[[package]]
name = "time-macros"
2023-11-13 18:30:09 +00:00
version = "0.2.15"
2023-01-29 19:42:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
2023-01-29 19:42:21 +00:00
dependencies = [
"time-core",
2020-12-08 21:59:55 +00:00
]
[[package]]
name = "tinyvec"
2022-05-27 23:27:44 +00:00
version = "1.6.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-27 23:27:44 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-12-08 21:59:55 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-10 03:49:22 +00:00
version = "0.1.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 03:49:22 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-12-08 21:59:55 +00:00
[[package]]
name = "tokio"
2023-11-13 18:30:09 +00:00
version = "1.34.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"backtrace",
2020-12-08 21:59:55 +00:00
"bytes",
"libc",
"mio",
2022-06-06 21:42:07 +00:00
"parking_lot 0.12.1",
2021-02-10 21:20:36 +00:00
"pin-project-lite",
2020-12-08 21:59:55 +00:00
"signal-hook-registry",
2023-11-13 18:30:09 +00:00
"socket2 0.5.5",
2021-09-19 19:32:04 +00:00
"tokio-macros",
"tracing",
2023-11-13 18:30:09 +00:00
"windows-sys",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "tokio-io-timeout"
2022-01-06 18:21:25 +00:00
version = "1.2.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 18:21:25 +00:00
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2021-09-19 19:32:04 +00:00
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
2023-11-13 18:30:09 +00:00
version = "2.2.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2021-09-19 19:32:04 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "tokio-stream"
2023-05-25 18:54:28 +00:00
version = "0.1.14"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2021-09-19 19:32:04 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "tokio-util"
2023-11-13 18:30:09 +00:00
version = "0.7.10"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-04-07 18:14:48 +00:00
"tracing",
]
[[package]]
name = "tonic"
2023-01-29 19:42:21 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
2022-05-27 23:27:44 +00:00
dependencies = [
"async-stream",
"async-trait",
"axum",
2023-01-29 19:42:21 +00:00
"base64 0.13.1",
2022-05-27 23:27:44 +00:00
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
2022-09-28 23:43:28 +00:00
"prost",
"prost-derive",
2021-09-19 19:32:04 +00:00
"tokio",
"tokio-stream",
2022-09-28 23:43:28 +00:00
"tokio-util",
2021-09-19 19:32:04 +00:00
"tower",
"tower-layer",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]
2023-05-25 18:54:28 +00:00
name = "tonic"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
dependencies = [
2023-05-25 18:54:28 +00:00
"async-trait",
"axum",
2023-11-13 18:30:09 +00:00
"base64 0.21.5",
2023-05-25 18:54:28 +00:00
"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",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "tower"
2022-06-21 02:05:38 +00:00
version = "0.4.13"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 02:05:38 +00:00
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2021-09-19 19:32:04 +00:00
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
2021-10-21 16:19:50 +00:00
"pin-project-lite",
2021-09-19 19:32:04 +00:00
"rand",
"slab",
"tokio",
2022-09-28 23:43:28 +00:00
"tokio-util",
2021-09-19 19:32:04 +00:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2023-01-29 19:42:21 +00:00
version = "0.3.2"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2021-09-19 19:32:04 +00:00
[[package]]
name = "tower-service"
2022-06-21 02:05:38 +00:00
version = "0.3.2"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 02:05:38 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-09-19 19:32:04 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "tracing"
2023-11-13 18:30:09 +00:00
version = "0.1.40"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-09-19 19:32:04 +00:00
"log",
2021-02-10 21:20:36 +00:00
"pin-project-lite",
2021-09-19 19:32:04 +00:00
"tracing-attributes",
2020-12-08 21:59:55 +00:00
"tracing-core",
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "tracing-actix-web"
2023-11-13 18:30:09 +00:00
version = "0.7.9"
2021-10-27 16:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "1fe0d5feac3f4ca21ba33496bcb1ccab58cca6412b1405ae80f0581541e0ca78"
2021-09-19 19:32:04 +00:00
dependencies = [
"actix-web",
2023-11-13 18:30:09 +00:00
"mutually_exclusive_features",
2021-09-19 19:32:04 +00:00
"opentelemetry",
2021-10-11 17:51:43 +00:00
"pin-project",
2021-09-19 19:32:04 +00:00
"tracing",
"tracing-opentelemetry",
2022-07-02 15:54:12 +00:00
"uuid",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "tracing-attributes"
2023-11-13 18:30:09 +00:00
version = "0.1.27"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2021-09-19 19:32:04 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-11-13 18:30:09 +00:00
"syn 2.0.39",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "tracing-awc"
2023-11-13 18:30:09 +00:00
version = "0.1.8"
2021-10-27 16:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "afd0c52e66eec56d4fbddbfa1d15261ee48a78360d7d3ee3d3900c4c3489d8ad"
2021-09-19 19:32:04 +00:00
dependencies = [
"actix-http",
2021-12-03 20:51:14 +00:00
"actix-service",
2021-09-19 19:32:04 +00:00
"awc",
"bytes",
"futures-core",
"opentelemetry",
2021-12-03 20:51:14 +00:00
"pin-project-lite",
2021-09-19 19:32:04 +00:00
"tracing",
"tracing-opentelemetry",
]
2020-12-08 21:59:55 +00:00
[[package]]
name = "tracing-core"
2023-11-13 18:30:09 +00:00
version = "0.1.32"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2021-09-19 19:32:04 +00:00
dependencies = [
2022-06-21 02:05:38 +00:00
"once_cell",
2022-02-04 17:45:14 +00:00
"valuable",
2021-09-19 19:32:04 +00:00
]
[[package]]
name = "tracing-error"
2021-10-25 01:51:10 +00:00
version = "0.2.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 01:51:10 +00:00
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
2021-09-19 19:32:04 +00:00
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
2023-11-13 18:30:09 +00:00
version = "0.1.4"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2021-09-19 19:32:04 +00:00
dependencies = [
"log",
2023-11-13 18:30:09 +00:00
"once_cell",
2021-09-19 19:32:04 +00:00
"tracing-core",
]
[[package]]
name = "tracing-opentelemetry"
2023-05-25 18:54:28 +00:00
version = "0.19.0"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "00a39dcf9bfc1742fa4d6215253b33a6e474be78275884c216fc2a06267b3600"
2021-09-19 19:32:04 +00:00
dependencies = [
2022-06-21 02:05:38 +00:00
"once_cell",
2021-09-19 19:32:04 +00:00
"opentelemetry",
"tracing",
"tracing-core",
2023-11-13 18:30:09 +00:00
"tracing-log 0.1.4",
2021-09-19 19:32:04 +00:00
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
2023-11-13 18:30:09 +00:00
version = "0.3.18"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2021-09-19 19:32:04 +00:00
dependencies = [
"matchers",
2023-01-29 19:42:21 +00:00
"nu-ansi-term",
2022-07-02 15:54:12 +00:00
"once_cell",
2021-09-19 19:32:04 +00:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
2023-11-13 18:30:09 +00:00
"tracing-log 0.2.0",
2020-12-08 21:59:55 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
name = "try-lock"
2023-01-29 19:42:21 +00:00
version = "0.2.4"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-29 19:42:21 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-09-19 19:32:04 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "typenum"
2023-11-13 18:30:09 +00:00
version = "1.17.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2021-09-06 20:44:01 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "unicode-bidi"
2023-05-25 18:54:28 +00:00
version = "0.3.13"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-05-27 23:27:44 +00:00
[[package]]
name = "unicode-ident"
2023-11-13 18:30:09 +00:00
version = "1.0.12"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2020-12-08 21:59:55 +00:00
[[package]]
name = "unicode-normalization"
2022-09-28 23:43:28 +00:00
version = "0.1.22"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 23:43:28 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2020-12-08 21:59:55 +00:00
dependencies = [
"tinyvec",
]
2023-11-13 18:30:09 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2020-12-08 21:59:55 +00:00
[[package]]
name = "url"
2023-11-13 18:30:09 +00:00
version = "2.4.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2020-12-08 21:59:55 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
2023-05-25 18:54:28 +00:00
[[package]]
name = "urlencoding"
2023-11-13 18:30:09 +00:00
version = "2.1.3"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-05-25 18:54:28 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-05-27 23:27:44 +00:00
[[package]]
name = "uuid"
2023-11-13 18:30:09 +00:00
version = "1.5.0"
2022-05-27 23:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
2020-12-08 21:59:55 +00:00
dependencies = [
2021-04-02 19:39:14 +00:00
"getrandom",
2020-12-08 21:59:55 +00:00
"serde",
]
2022-02-04 17:45:14 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2020-12-08 21:59:55 +00:00
[[package]]
name = "version_check"
2021-12-30 17:37:17 +00:00
version = "0.9.4"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 17:37:17 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-12-08 21:59:55 +00:00
2021-09-19 19:32:04 +00:00
[[package]]
name = "want"
2023-11-13 18:30:09 +00:00
version = "0.3.1"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2021-09-19 19:32:04 +00:00
dependencies = [
"try-lock",
]
2022-03-23 15:02:17 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-12-08 21:59:55 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "winapi"
version = "0.3.9"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-12-08 21:59:55 +00:00
dependencies = [
2023-05-25 18:54:28 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-12-08 21:59:55 +00:00
]
[[package]]
2023-05-25 18:54:28 +00:00
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-12-08 21:59:55 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-12-08 21:59:55 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows-sys"
version = "0.48.0"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-11-13 18:30:09 +00:00
"windows-targets",
2023-05-25 18:54:28 +00:00
]
2021-09-19 19:32:04 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows-targets"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
2021-09-19 19:32:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2021-09-19 19:32:04 +00:00
dependencies = [
2023-11-13 18:30:09 +00:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2020-12-08 21:59:55 +00:00
]
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows_aarch64_gnullvm"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-05-28 16:53:46 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows_aarch64_msvc"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
2023-03-10 03:49:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-03-10 03:49:22 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows_i686_gnu"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
2023-03-10 03:49:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-03-10 03:49:22 +00:00
2023-01-29 19:42:21 +00:00
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows_i686_msvc"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows_x86_64_gnu"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
2023-05-25 18:54:28 +00:00
name = "windows_x86_64_gnullvm"
2023-11-13 18:30:09 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
2023-11-13 18:30:09 +00:00
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-06-21 18:31:24 +00:00
[[package]]
2023-11-13 18:30:09 +00:00
name = "zerocopy"
version = "0.7.25"
2022-06-21 18:31:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557"
dependencies = [
"zerocopy-derive",
]
2023-05-25 18:54:28 +00:00
[[package]]
2023-11-13 18:30:09 +00:00
name = "zerocopy-derive"
version = "0.7.25"
2023-05-25 18:54:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 18:30:09 +00:00
checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.39",
]
2022-06-21 18:31:24 +00:00
2022-03-23 15:02:17 +00:00
[[package]]
name = "zeroize"
2023-05-25 18:54:28 +00:00
version = "1.6.0"
2022-03-23 15:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 18:54:28 +00:00
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2022-03-23 15:02:17 +00:00
2020-12-08 21:59:55 +00:00
[[package]]
name = "zstd"
2022-01-18 17:43:09 +00:00
version = "0.9.2+zstd.1.5.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:43:09 +00:00
checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
2020-12-08 21:59:55 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-01-18 17:43:09 +00:00
version = "4.1.3+zstd.1.5.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 17:43:09 +00:00
checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
2020-12-08 21:59:55 +00:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2021-12-28 17:00:48 +00:00
version = "1.6.2+zstd.1.5.1"
2020-12-08 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 17:00:48 +00:00
checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
2020-12-08 21:59:55 +00:00
dependencies = [
"cc",
"libc",
]