2021-04-23 16:45:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-09-07 13:41:01 +00:00
|
|
|
version = 3
|
|
|
|
|
2022-01-20 10:51:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-07-14 07:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.8.3"
|
2021-07-14 07:07:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2021-07-14 07:07:08 +00:00
|
|
|
dependencies = [
|
2023-05-21 09:51:36 +00:00
|
|
|
"cfg-if",
|
2021-07-14 07:07:08 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "1.0.2"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-01-20 10:51:31 +00:00
|
|
|
[[package]]
|
2023-06-25 17:31:40 +00:00
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.15"
|
2022-01-20 10:51:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
|
2022-01-20 10:51:31 +00:00
|
|
|
|
2023-05-21 09:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "1.0.1"
|
2023-05-21 09:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
2023-05-21 09:51:36 +00:00
|
|
|
|
2022-01-22 17:38:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.6.0"
|
2022-01-22 17:38:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2022-01-22 17:38:39 +00:00
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.3.7"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.7.4"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
2023-09-13 18:54:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "as_variant"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f38fa22307249f86fb7fad906fcae77f2564caeb56d7209103c551cd1cf4798f"
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assign"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.1.68"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-25 17:31:40 +00:00
|
|
|
"syn 2.0.21",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.5.3"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-18 12:41:37 +00:00
|
|
|
version = "1.1.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 12:41:37 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-20 10:51:31 +00:00
|
|
|
name = "axum"
|
2023-06-29 09:20:52 +00:00
|
|
|
version = "0.6.18"
|
2022-01-20 10:51:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 09:20:52 +00:00
|
|
|
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
|
2022-01-20 10:51:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-06-25 17:31:40 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-01-20 10:51:31 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2022-02-18 12:41:37 +00:00
|
|
|
"itoa",
|
2022-01-20 10:51:31 +00:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-06-29 09:20:52 +00:00
|
|
|
"rustversion",
|
2022-01-20 10:51:31 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-29 09:20:52 +00:00
|
|
|
"serde_path_to_error",
|
2022-06-19 13:38:21 +00:00
|
|
|
"serde_urlencoded",
|
2022-01-20 10:51:31 +00:00
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-06-29 09:20:52 +00:00
|
|
|
version = "0.3.4"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 09:20:52 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2022-01-20 10:51:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2023-06-29 09:20:52 +00:00
|
|
|
"rustversion",
|
2022-10-09 13:34:36 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-01-20 10:51:31 +00:00
|
|
|
]
|
2021-04-23 16:45:06 +00:00
|
|
|
|
2022-01-22 17:38:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum-server"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.5.1"
|
2022-01-22 17:38:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "447f28c85900215cc1bea282f32d4a2f22d55c5a300afdfbc661c8d6a632e063"
|
2022-01-22 17:38:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2023-08-01 23:00:06 +00:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2022-01-22 17:38:39 +00:00
|
|
|
"tokio",
|
2023-08-01 23:00:06 +00:00
|
|
|
"tokio-rustls",
|
2022-01-22 17:38:39 +00:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-09 17:46:10 +00:00
|
|
|
version = "0.13.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-09 17:46:10 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
2022-12-21 12:44:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.21.2"
|
2022-12-21 12:44:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2022-12-21 12:44:41 +00:00
|
|
|
|
2022-10-09 15:25:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.6.0"
|
2022-10-09 15:25:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-10-09 15:25:06 +00:00
|
|
|
|
2021-10-16 13:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.65.1"
|
2021-10-16 13:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
|
2021-10-16 13:19:25 +00:00
|
|
|
dependencies = [
|
2023-06-25 17:31:40 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-10-16 13:19:25 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
2023-05-21 09:51:36 +00:00
|
|
|
"prettyplease",
|
2021-10-16 13:19:25 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-06-25 17:31:40 +00:00
|
|
|
"syn 2.0.21",
|
2021-10-16 13:19:25 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-26 12:38:25 +00:00
|
|
|
version = "1.3.2"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 12:38:25 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
2023-06-25 17:31:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.0.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
2023-06-25 17:31:40 +00:00
|
|
|
"constant_time_eq 0.2.6",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
2022-02-18 12:41:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.10.4"
|
2022-02-18 12:41:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-18 12:41:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "3.13.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.13.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.4.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
2022-10-09 13:34:36 +00:00
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.0.79"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2021-10-16 13:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-10-16 13:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.6.1"
|
2021-10-16 13:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
2021-10-16 13:19:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2022-01-21 15:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "4.3.8"
|
2022-01-21 15:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
|
2022-01-21 15:34:21 +00:00
|
|
|
dependencies = [
|
2023-05-21 09:51:36 +00:00
|
|
|
"clap_builder",
|
2022-01-21 15:34:21 +00:00
|
|
|
"clap_derive",
|
2022-06-19 13:38:21 +00:00
|
|
|
"once_cell",
|
2022-01-21 15:34:21 +00:00
|
|
|
]
|
|
|
|
|
2023-05-21 09:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "4.3.8"
|
2023-05-21 09:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
|
2023-05-21 09:51:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-06-25 17:31:40 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-21 09:51:36 +00:00
|
|
|
"clap_lex",
|
|
|
|
]
|
|
|
|
|
2022-01-21 15:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "4.3.2"
|
2022-01-21 15:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
|
2022-01-21 15:34:21 +00:00
|
|
|
dependencies = [
|
2022-02-18 12:41:37 +00:00
|
|
|
"heck",
|
2022-01-21 15:34:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-25 17:31:40 +00:00
|
|
|
"syn 2.0.21",
|
2022-01-21 15:34:21 +00:00
|
|
|
]
|
|
|
|
|
2022-06-19 13:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.5.0"
|
2022-06-19 13:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-06-19 13:38:21 +00:00
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "conduit"
|
2023-08-11 08:48:48 +00:00
|
|
|
version = "0.7.0-alpha"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
2022-09-06 21:15:09 +00:00
|
|
|
"async-trait",
|
2022-01-20 10:51:31 +00:00
|
|
|
"axum",
|
2022-01-22 17:38:39 +00:00
|
|
|
"axum-server",
|
2023-08-02 00:48:50 +00:00
|
|
|
"base64 0.21.2",
|
2021-04-23 16:45:06 +00:00
|
|
|
"bytes",
|
2022-01-21 15:34:21 +00:00
|
|
|
"clap",
|
2021-04-23 16:45:06 +00:00
|
|
|
"directories",
|
2022-01-20 10:51:31 +00:00
|
|
|
"figment",
|
|
|
|
"futures-util",
|
2021-10-01 22:37:39 +00:00
|
|
|
"hmac",
|
2021-04-23 16:45:06 +00:00
|
|
|
"http",
|
2023-08-01 23:00:06 +00:00
|
|
|
"hyper",
|
2021-04-23 16:45:06 +00:00
|
|
|
"image",
|
|
|
|
"jsonwebtoken",
|
2022-09-06 21:15:09 +00:00
|
|
|
"lazy_static",
|
2021-06-30 07:52:01 +00:00
|
|
|
"lru-cache",
|
2023-07-26 20:24:44 +00:00
|
|
|
"nix",
|
2021-07-14 07:07:08 +00:00
|
|
|
"num_cpus",
|
2021-09-01 20:31:25 +00:00
|
|
|
"opentelemetry",
|
2021-04-23 16:45:06 +00:00
|
|
|
"opentelemetry-jaeger",
|
2021-07-14 07:07:08 +00:00
|
|
|
"parking_lot",
|
2021-12-23 22:59:17 +00:00
|
|
|
"persy",
|
2023-09-13 18:54:53 +00:00
|
|
|
"rand",
|
2021-04-23 16:45:06 +00:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"ring",
|
2021-10-16 13:19:25 +00:00
|
|
|
"rocksdb",
|
2021-04-23 16:45:06 +00:00
|
|
|
"ruma",
|
2021-07-14 07:07:08 +00:00
|
|
|
"rusqlite",
|
2021-04-23 16:45:06 +00:00
|
|
|
"rust-argon2",
|
2022-11-25 20:20:45 +00:00
|
|
|
"sd-notify",
|
2021-04-23 16:45:06 +00:00
|
|
|
"serde",
|
2023-02-26 15:29:06 +00:00
|
|
|
"serde_html_form",
|
2021-04-23 16:45:06 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
2022-10-09 13:34:36 +00:00
|
|
|
"sha-1",
|
2021-04-23 16:45:06 +00:00
|
|
|
"thiserror",
|
2021-08-30 18:18:48 +00:00
|
|
|
"thread_local",
|
2021-07-29 06:36:01 +00:00
|
|
|
"threadpool",
|
2022-01-21 08:19:19 +00:00
|
|
|
"tikv-jemalloc-ctl",
|
|
|
|
"tikv-jemallocator",
|
2021-04-23 16:45:06 +00:00
|
|
|
"tokio",
|
2022-01-20 10:51:31 +00:00
|
|
|
"tower",
|
2023-06-29 09:20:52 +00:00
|
|
|
"tower-http",
|
2021-04-23 16:45:06 +00:00
|
|
|
"tracing",
|
2021-07-29 06:36:01 +00:00
|
|
|
"tracing-flame",
|
2022-12-18 05:37:03 +00:00
|
|
|
"tracing-opentelemetry",
|
2022-01-20 10:51:31 +00:00
|
|
|
"tracing-subscriber",
|
2021-04-23 16:45:06 +00:00
|
|
|
"trust-dns-resolver",
|
|
|
|
]
|
|
|
|
|
2021-05-28 11:44:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.9.2"
|
2021-06-17 18:12:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
|
2021-05-28 11:44:40 +00:00
|
|
|
|
2023-07-10 14:24:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_panic"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b"
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2023-05-21 09:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.2.6"
|
2023-05-21 09:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
|
2023-05-21 09:51:36 +00:00
|
|
|
|
2022-03-12 14:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.8.4"
|
2022-03-12 14:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-03-12 14:42:18 +00:00
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
2021-05-28 11:44:40 +00:00
|
|
|
name = "cpufeatures"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.2.8"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-23 22:59:17 +00:00
|
|
|
name = "crc"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "3.0.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
2021-12-23 22:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
2021-04-23 16:45:06 +00:00
|
|
|
|
2021-05-28 11:44:40 +00:00
|
|
|
[[package]]
|
2021-12-23 22:59:17 +00:00
|
|
|
name = "crc-catalog"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "2.2.0"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
2021-05-28 11:44:40 +00:00
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-18 12:41:37 +00:00
|
|
|
version = "1.3.2"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 12:41:37 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
2022-10-09 13:34:36 +00:00
|
|
|
"cfg-if",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
2021-07-14 07:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.5.8"
|
2021-07-14 07:07:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2021-07-14 07:07:08 +00:00
|
|
|
dependencies = [
|
2022-10-09 13:34:36 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2021-07-14 07:07:08 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.8.16"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
2022-10-09 13:34:36 +00:00
|
|
|
"cfg-if",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
2022-02-18 12:41:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-10-09 13:34:36 +00:00
|
|
|
version = "0.1.6"
|
2022-02-18 12:41:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-09 13:34:36 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-18 12:41:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-05-28 11:44:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2023-09-13 18:54:53 +00:00
|
|
|
version = "4.1.0"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 18:54:53 +00:00
|
|
|
checksum = "622178105f911d937a42cdb140730ba4a3ed2becd8ae6ce39c7d28b5d75d4588"
|
2021-05-28 11:44:40 +00:00
|
|
|
dependencies = [
|
2023-09-13 18:54:53 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"curve25519-dalek-derive",
|
|
|
|
"digest",
|
|
|
|
"fiat-crypto",
|
|
|
|
"platforms",
|
|
|
|
"rustc_version",
|
2021-05-28 11:44:40 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-09-13 18:54:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.21",
|
|
|
|
]
|
|
|
|
|
2022-12-18 05:37:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "5.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-05-21 09:51:36 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-12-18 05:37:03 +00:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "2.4.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
2021-05-28 11:44:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2023-09-13 18:54:53 +00:00
|
|
|
version = "0.7.8"
|
2021-06-17 18:12:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 18:54:53 +00:00
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
2021-05-28 11:44:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2022-10-09 15:25:06 +00:00
|
|
|
"zeroize",
|
2021-05-28 11:44:40 +00:00
|
|
|
]
|
|
|
|
|
2022-02-18 12:41:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.10.7"
|
2022-02-18 12:41:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-02-18 12:41:37 +00:00
|
|
|
dependencies = [
|
2023-09-13 18:54:53 +00:00
|
|
|
"block-buffer",
|
2022-02-18 12:41:37 +00:00
|
|
|
"crypto-common",
|
2022-10-09 13:34:36 +00:00
|
|
|
"subtle",
|
2022-02-18 12:41:37 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2022-06-19 13:38:21 +00:00
|
|
|
version = "4.0.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-19 13:38:21 +00:00
|
|
|
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-02-18 12:41:37 +00:00
|
|
|
version = "0.3.7"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 12:41:37 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-28 11:44:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2023-09-13 18:54:53 +00:00
|
|
|
version = "2.2.2"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 18:54:53 +00:00
|
|
|
checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d"
|
2021-05-28 11:44:40 +00:00
|
|
|
dependencies = [
|
2023-09-13 18:54:53 +00:00
|
|
|
"pkcs8",
|
2021-05-28 11:44:40 +00:00
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
2023-09-13 18:54:53 +00:00
|
|
|
version = "2.0.0"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 18:54:53 +00:00
|
|
|
checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980"
|
2021-05-28 11:44:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
|
|
|
"ed25519",
|
2023-09-13 18:54:53 +00:00
|
|
|
"rand_core",
|
2021-05-28 11:44:40 +00:00
|
|
|
"serde",
|
2023-09-13 18:54:53 +00:00
|
|
|
"sha2",
|
2021-05-28 11:44:40 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.8.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.8.32"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
2022-10-09 13:34:36 +00:00
|
|
|
"cfg-if",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2022-10-09 13:34:36 +00:00
|
|
|
version = "0.5.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-09 13:34:36 +00:00
|
|
|
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
2022-02-18 12:41:37 +00:00
|
|
|
"heck",
|
2021-04-23 16:45:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-21 09:51:36 +00:00
|
|
|
"syn 1.0.109",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
2023-06-25 17:31:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
|
|
|
|
|
2021-07-14 07:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
2023-05-21 09:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-09-13 18:54:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fiat-crypto"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d"
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "figment"
|
2023-06-25 17:31:40 +00:00
|
|
|
version = "0.10.10"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"pear",
|
|
|
|
"serde",
|
2023-06-25 17:31:40 +00:00
|
|
|
"toml",
|
2021-04-23 16:45:06 +00:00
|
|
|
"uncased",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-01-20 10:51:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "1.0.26"
|
2022-01-20 10:51:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
2022-01-20 10:51:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-11-25 21:13:58 +00:00
|
|
|
"miniz_oxide",
|
2022-01-20 10:51:31 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +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-06-25 17:31:40 +00:00
|
|
|
version = "1.2.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-25 17:31:40 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2021-04-23 16:45:06 +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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.3.28"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-05-21 09:51:36 +00:00
|
|
|
version = "0.3.28"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 09:51:36 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|