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
|
|
|
|
|
2024-01-29 23:54:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.8.7"
|
2021-07-14 07:07:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
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",
|
2024-01-29 23:54:31 +00:00
|
|
|
"zerocopy",
|
2021-07-14 07:07:08 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.1.2"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.2.16"
|
2022-01-20 10:51:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2022-01-20 10:51:31 +00:00
|
|
|
|
2023-05-21 09:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.0.5"
|
2023-05-21 09:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.1.77"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-29 23:54:31 +00:00
|
|
|
"syn 2.0.48",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.6.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.6.20"
|
2022-01-20 10:51:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
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",
|
|
|
|
]
|
|
|
|
|
2024-01-29 23:54:31 +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",
|
|
|
|
]
|
|
|
|
|
2022-12-21 12:44:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.21.7"
|
2022-12-21 12:44:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
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",
|
2024-01-29 23:54:31 +00:00
|
|
|
"syn 2.0.48",
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "2.4.2"
|
2023-06-25 17:31:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-06-25 17:31:40 +00:00
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.0.2"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
2024-01-29 23:54:31 +00:00
|
|
|
"constant_time_eq",
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "3.14.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.14.1"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.5.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.5.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-05-21 09:51:36 +00:00
|
|
|
|
|
|
|
[[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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.0.83"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2021-04-23 16:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2024-01-29 23:54:31 +00:00
|
|
|
"libc",
|
2021-04-23 16:45:06 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.7.0"
|
2021-10-16 13:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
2021-10-16 13:19:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2022-01-21 15:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "4.4.18"
|
2022-01-21 15:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-05-21 09:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "4.4.18"
|
2023-05-21 09:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
2023-05-21 09:51:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
]
|
|
|
|
|
2022-01-21 15:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "4.4.7"
|
2022-01-21 15:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
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",
|
2024-01-29 23:54:31 +00:00
|
|
|
"syn 2.0.48",
|
2022-01-21 15:34:21 +00:00
|
|
|
]
|
|
|
|
|
2022-06-19 13:38:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.6.0"
|
2022-06-19 13:38:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
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",
|
2024-01-30 00:08:29 +00:00
|
|
|
"base64",
|
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",
|
2024-02-16 20:52:19 +00:00
|
|
|
"js_option",
|
2021-04-23 16:45:06 +00:00
|
|
|
"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",
|
2024-01-30 00:08:29 +00:00
|
|
|
"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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.9.6"
|
2021-06-17 18:12:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.3.0"
|
2023-05-21 09:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
2023-05-21 09:51:36 +00:00
|
|
|
|
2022-03-12 14:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.9.4"
|
2022-03-12 14:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2022-03-12 14:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.8.6"
|
2022-03-12 14:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.2.12"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "2.4.0"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.5.11"
|
2021-07-14 07:07:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2021-07-14 07:07:08 +00:00
|
|
|
dependencies = [
|
2022-10-09 13:34:36 +00:00
|
|
|
"crossbeam-utils",
|
2021-07-14 07:07:08 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.8.19"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "4.1.1"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.1.1"
|
2023-09-13 18:54:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
2023-09-13 18:54:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-29 23:54:31 +00:00
|
|
|
"syn 2.0.48",
|
2023-09-13 18:54:53 +00:00
|
|
|
]
|
|
|
|
|
2022-12-18 05:37:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "5.5.3"
|
2022-12-18 05:37:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2022-12-18 05:37:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-01-29 23:54:31 +00:00
|
|
|
"hashbrown 0.14.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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "2.5.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
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
|
|
|
]
|
|
|
|
|
2024-01-29 23:54:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "2.2.3"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "2.1.0"
|
2021-05-28 11:44:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0"
|
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",
|
2024-01-29 23:54:31 +00:00
|
|
|
"subtle",
|
2021-05-28 11:44:40 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-04-23 16:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.9.0"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2021-04-23 16:45:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "0.8.33"
|
2021-04-23 16:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
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"
|
2024-01-29 23:54:31 +00:00
|
|
|
version = "1.0.1"
|
2023-06-25 17:31:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 23:54:31 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-25 17:31:40 +00:00
|
|
|
|
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
|
|