2020-04-05 23:33:42 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-11 16:54:15 +01:00
|
|
|
version = 3
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.7.18"
|
2020-04-21 12:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"memchr",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
|
|
|
|
2021-03-15 22:36:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "1.5.0"
|
2021-03-15 22:36:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
|
2021-03-15 22:36:41 +01:00
|
|
|
|
2020-11-20 23:37:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-03-18 19:33:15 +01:00
|
|
|
version = "0.5.2"
|
2020-11-20 23:37:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-18 19:33:15 +01:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-11-20 23:37:34 +01:00
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.1.52"
|
2021-10-14 11:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-03-15 22:36:41 +01:00
|
|
|
"winapi",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "1.1.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aws-endpoint"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.8.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "d0990fe9d60185efea41850b10a205f4a9abe71499ec70298b11d2d830130167"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-http"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.8.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "6794b0b27fb74ef2696c41e1be08e916993ef043bbeda7ec554c4f50c3b81506"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-s3"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.8.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "986a15277ad7adf67c32059359d60584426b4fa0c30ef34d153bbe47a83cbad7"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-endpoint",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sig-auth",
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"http",
|
|
|
|
"md5",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sig-auth"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.8.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "3fa501148ae6b5e0de5eeb8c4cf87fa3403d9a00077e543ad64011da781f73a6"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sigv4"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.8.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "51d371fb688d909e5b866ff1f297bbec4621eed4f9fcdac566fcc33541f0c6a6"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
|
|
|
"http",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
2022-03-16 12:09:50 +01:00
|
|
|
"time 0.3.9",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "8ec4efb4a27ced592009787f4f03925f348a5b4a55e6a617e6819788d6cd5ed8"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-client"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "dad1857eb59d562e82f05c02fbcb9f46c1089301c86770a9798c9e64e5a4677a"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"fastrand",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"lazy_static",
|
2022-03-06 14:50:00 +01:00
|
|
|
"pin-project 1.0.10",
|
2022-02-02 15:35:52 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-eventstream"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "f972226c639e0dc1eca2cb0220c1b5799e2bfc62eda37845b662c5d0cb972371"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"crc32fast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "12c787e24b757634453a60ff05948aa1b450f5b3a7a2094f22acff8a5022635b"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"percent-encoding",
|
2022-03-06 14:50:00 +01:00
|
|
|
"pin-project 1.0.10",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tokio",
|
2022-03-06 14:50:00 +01:00
|
|
|
"tokio-util 0.6.9",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http-tower"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "64f80a2c56fc09fc9a2da3c63f286ec2a89465433219f8165e14e522283a5eb8"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2022-03-06 14:50:00 +01:00
|
|
|
"pin-project 1.0.10",
|
2022-02-02 15:35:52 +01:00
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-types"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "dfed653678d1059bed597054c65ce44892aa79cd94444e386d7611843db9f0a2"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
2022-03-06 14:50:00 +01:00
|
|
|
"itoa",
|
2022-02-02 15:35:52 +01:00
|
|
|
"num-integer",
|
|
|
|
"ryu",
|
2022-03-16 12:09:50 +01:00
|
|
|
"time 0.3.9",
|
2022-02-02 15:35:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.38.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "7aa6c9de6c3f875faabcaaad1fb1f4ef241683bfc22795f731719e3568c3ca9f"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2022-03-11 17:35:08 +01:00
|
|
|
version = "0.8.0"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 17:35:08 +01:00
|
|
|
checksum = "b111a0d144e1c570675358d2fae7eb5ddf9010d9db63142fe3bb80353ff65f38"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
2022-03-11 17:35:08 +01:00
|
|
|
"aws-smithy-client",
|
2022-02-02 15:35:52 +01:00
|
|
|
"aws-smithy-types",
|
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-11-22 11:04:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "1.3.2"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2021-02-23 17:52:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.9.2"
|
2021-02-23 17:52:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
|
2021-02-23 17:52:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.8.0",
|
2021-03-16 15:58:40 +01:00
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
2020-04-06 21:02:15 +02:00
|
|
|
]
|
|
|
|
|
2020-07-13 16:51:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2020-07-13 16:51:30 +02:00
|
|
|
dependencies = [
|
2021-03-16 15:58:40 +01:00
|
|
|
"generic-array",
|
2020-04-06 21:02:15 +02:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-18 19:33:15 +01:00
|
|
|
version = "1.4.3"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-18 19:33:15 +01:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.1.0"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes-utils"
|
2022-03-16 12:09:50 +01:00
|
|
|
version = "0.1.2"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 12:09:50 +01:00
|
|
|
checksum = "1934a3ef9cac8efde4966a92781e77713e1ba329f1d42e446c7d7eba340d8ef1"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes 1.1.0",
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-04-12 15:51:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "1.0.73"
|
2020-04-12 15:51:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-12-15 11:26:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-04-12 15:51:19 +02:00
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2020-04-24 17:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2021-01-15 19:12:08 +01:00
|
|
|
version = "0.4.19"
|
2020-04-24 17:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 19:12:08 +01:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-04-24 17:46:52 +00:00
|
|
|
dependencies = [
|
2021-01-15 19:12:08 +01:00
|
|
|
"libc",
|
2020-11-02 15:48:39 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-03-06 14:50:00 +01:00
|
|
|
"serde",
|
|
|
|
"time 0.1.44",
|
2021-03-15 22:36:41 +01:00
|
|
|
"winapi",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "2.34.0"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-02-22 17:34:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.9.3"
|
2022-02-02 15:35:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-02-02 15:35:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2021-03-16 15:58:40 +01:00
|
|
|
[[package]]
|
2021-10-14 11:50:12 +02:00
|
|
|
name = "cpufeatures"
|
2022-03-16 12:09:50 +01:00
|
|
|
version = "0.2.2"
|
2021-03-16 15:58:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 12:09:50 +01:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-10-14 11:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-03-16 15:58:40 +01:00
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "1.3.2"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2021-03-19 12:19:40 +01:00
|
|
|
"cfg-if",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2021-09-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-03-16 12:09:50 +01:00
|
|
|
version = "0.5.4"
|
2021-09-28 08:57:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 12:09:50 +01:00
|
|
|
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
|
2021-09-28 08:57:20 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-02-23 21:27:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-03-16 12:09:50 +01:00
|
|
|
version = "0.9.8"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 12:09:50 +01:00
|
|
|
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
|
2021-02-23 21:27:28 +01:00
|
|
|
dependencies = [
|
2022-03-16 12:09:50 +01:00
|
|
|
"autocfg",
|
2021-03-19 12:19:40 +01:00
|
|
|
"cfg-if",
|
2021-03-10 16:38:31 +01:00
|
|
|
"crossbeam-utils",
|
2021-02-23 21:27:28 +01:00
|
|
|
"lazy_static",
|
2021-03-10 16:38:31 +01:00
|
|
|
"memoffset",
|
2020-11-02 15:48:39 +01:00
|
|
|
"scopeguard",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2021-02-23 21:27:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-03-16 12:09:50 +01:00
|
|
|
version = "0.8.8"
|
2021-02-23 21:27:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 12:09:50 +01:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2021-02-23 21:27:28 +01:00
|
|
|
dependencies = [
|
2021-03-19 12:19:40 +01:00
|
|
|
"cfg-if",
|
2021-02-23 21:27:28 +01:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-02-23 17:52:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
2021-03-16 15:58:40 +01:00
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2020-04-24 17:46:52 +00:00
|
|
|
]
|
|
|
|
|
2020-04-06 21:02:15 +02:00
|
|
|
[[package]]
|
2021-03-16 15:58:40 +01:00
|
|
|
name = "crypto-mac"
|
2021-10-14 11:50:12 +02:00
|
|
|
version = "0.10.1"
|
2020-04-06 21:02:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-14 11:50:12 +02:00
|
|
|
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
|
2020-04-06 21:02:15 +02:00
|
|
|
dependencies = [
|
2021-03-16 15:58:40 +01:00
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2020-04-06 21:02:15 +02:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
|
|
|
|
dependencies = [
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-07-13 16:51:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2020-07-13 16:51:30 +02:00
|
|
|
dependencies = [
|
2021-03-16 15:58:40 +01:00
|
|
|
"generic-array",
|
2020-07-13 16:51:30 +02:00
|
|
|
]
|
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2022-03-16 12:09:50 +01:00
|
|
|
version = "1.0.5"
|
2022-03-06 14:50:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 12:09:50 +01:00
|
|
|
checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"
|
2022-03-06 14:50:00 +01:00
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2022-02-21 23:02:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-04-21 12:54:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2020-04-21 12:54:55 +00:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-04-21 12:54:55 +00:00
|
|
|
]
|
|
|
|
|
2021-10-14 11:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "err-derive"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22deed3a8124cff5fa835713fa105621e43bbdc46690c3a6b68328a012d350d4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "err-derive"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.1"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-02-02 15:35:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-02-17 23:28:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-07-07 17:15:53 +02:00
|
|
|
version = "1.0.7"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
2022-03-06 14:50:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2021-01-15 19:12:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-03-18 19:33:15 +01:00
|
|
|
version = "1.0.1"
|
2021-01-15 19:12:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-18 19:33:15 +01:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2021-01-15 19:12:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 15:48:39 +01:00
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"libc",
|
2021-03-15 22:36:41 +01:00
|
|
|
"winapi",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-02-22 17:34:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
2020-04-05 23:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.21"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.21"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.21"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.21"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2020-04-05 23:33:42 +02:00
|
|
|
dependencies = [
|
2020-11-02 15:48:39 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-04-05 23:33:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-03-06 14:50:00 +01:00
|
|
|
version = "0.3.21"
|
2020-04-05 23:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-06 14:50:00 +01:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2020-04-05 23:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-03-06 14:50:00 +01:00
|
|