1496 lines
37 KiB
Plaintext
1496 lines
37 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 3
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "addr2line"
|
||
|
|
version = "0.24.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
||
|
|
dependencies = [
|
||
|
|
"gimli",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "adler2"
|
||
|
|
version = "2.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "autocfg"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"aws-config",
|
||
|
|
"aws-macros",
|
||
|
|
"aws-sdk-cloudformation",
|
||
|
|
"aws-sdk-cloudfront",
|
||
|
|
"aws-sdk-ec2",
|
||
|
|
"aws-sdk-efs",
|
||
|
|
"aws-sdk-route53",
|
||
|
|
"chrono",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-config"
|
||
|
|
version = "1.5.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2d6448cfb224dd6a9b9ac734f58622dd0d4751f3589f3b777345745f46b2eb14"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-sdk-sts",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-types",
|
||
|
|
"bytes",
|
||
|
|
"fastrand",
|
||
|
|
"http 0.2.12",
|
||
|
|
"time",
|
||
|
|
"tokio",
|
||
|
|
"tracing",
|
||
|
|
"url",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-credential-types"
|
||
|
|
version = "1.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
|
||
|
|
dependencies = [
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-macros"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-runtime"
|
||
|
|
version = "1.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-sigv4",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-types",
|
||
|
|
"bytes",
|
||
|
|
"fastrand",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http-body 0.4.6",
|
||
|
|
"once_cell",
|
||
|
|
"percent-encoding",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tracing",
|
||
|
|
"uuid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sdk-cloudformation"
|
||
|
|
version = "1.53.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9a20536868bf10edac8b255eb6704eda7ae5d690866b352e1aac91567e77e80d"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-query",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-smithy-xml",
|
||
|
|
"aws-types",
|
||
|
|
"fastrand",
|
||
|
|
"http 0.2.12",
|
||
|
|
"once_cell",
|
||
|
|
"regex-lite",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sdk-cloudfront"
|
||
|
|
version = "1.50.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0ffd017f74a346d71a81d357d262fc7b212743ad5723a83b258b54476425450e"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-smithy-xml",
|
||
|
|
"aws-types",
|
||
|
|
"http 0.2.12",
|
||
|
|
"once_cell",
|
||
|
|
"regex-lite",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sdk-ec2"
|
||
|
|
version = "1.85.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "99f19a036d84edc0f331404851f83921dded5001654df6095fb19d8957fb4ee3"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-query",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-smithy-xml",
|
||
|
|
"aws-types",
|
||
|
|
"fastrand",
|
||
|
|
"http 0.2.12",
|
||
|
|
"once_cell",
|
||
|
|
"regex-lite",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sdk-efs"
|
||
|
|
version = "1.49.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2bd951c2be6b9168448f2ba978b82a0e0623009f2de57f21f6a232751a7985ac"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-types",
|
||
|
|
"bytes",
|
||
|
|
"fastrand",
|
||
|
|
"http 0.2.12",
|
||
|
|
"once_cell",
|
||
|
|
"regex-lite",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sdk-route53"
|
||
|
|
version = "1.52.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b6da66bfdc0329ca5c93bd48f9b94843b30de804031b9fd31ca39eef27336d0"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-smithy-xml",
|
||
|
|
"aws-types",
|
||
|
|
"http 0.2.12",
|
||
|
|
"once_cell",
|
||
|
|
"regex-lite",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sdk-sts"
|
||
|
|
version = "1.48.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "823ef553cf36713c97453e2ddff1eb8f62be7f4523544e2a5db64caf80100f0a"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-runtime",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-json",
|
||
|
|
"aws-smithy-query",
|
||
|
|
"aws-smithy-runtime",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"aws-smithy-xml",
|
||
|
|
"aws-types",
|
||
|
|
"http 0.2.12",
|
||
|
|
"once_cell",
|
||
|
|
"regex-lite",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-sigv4"
|
||
|
|
version = "1.2.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"bytes",
|
||
|
|
"form_urlencoded",
|
||
|
|
"hex",
|
||
|
|
"hmac",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http 1.1.0",
|
||
|
|
"once_cell",
|
||
|
|
"percent-encoding",
|
||
|
|
"sha2",
|
||
|
|
"time",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-async"
|
||
|
|
version = "1.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
|
||
|
|
dependencies = [
|
||
|
|
"futures-util",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tokio",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-http"
|
||
|
|
version = "0.60.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
|
||
|
|
dependencies = [
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"bytes",
|
||
|
|
"bytes-utils",
|
||
|
|
"futures-core",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http-body 0.4.6",
|
||
|
|
"once_cell",
|
||
|
|
"percent-encoding",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-json"
|
||
|
|
version = "0.60.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
|
||
|
|
dependencies = [
|
||
|
|
"aws-smithy-types",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-query"
|
||
|
|
version = "0.60.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
|
||
|
|
dependencies = [
|
||
|
|
"aws-smithy-types",
|
||
|
|
"urlencoding",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-runtime"
|
||
|
|
version = "1.7.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
|
||
|
|
dependencies = [
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-http",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"bytes",
|
||
|
|
"fastrand",
|
||
|
|
"h2",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http-body 0.4.6",
|
||
|
|
"http-body 1.0.1",
|
||
|
|
"httparse",
|
||
|
|
"hyper",
|
||
|
|
"hyper-rustls",
|
||
|
|
"once_cell",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
"rustls",
|
||
|
|
"tokio",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-runtime-api"
|
||
|
|
version = "1.7.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
|
||
|
|
dependencies = [
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"bytes",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http 1.1.0",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tokio",
|
||
|
|
"tracing",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-types"
|
||
|
|
version = "1.2.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "07c9cdc179e6afbf5d391ab08c85eac817b51c87e1892a5edb5f7bbdc64314b4"
|
||
|
|
dependencies = [
|
||
|
|
"base64-simd",
|
||
|
|
"bytes",
|
||
|
|
"bytes-utils",
|
||
|
|
"futures-core",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http 1.1.0",
|
||
|
|
"http-body 0.4.6",
|
||
|
|
"http-body 1.0.1",
|
||
|
|
"http-body-util",
|
||
|
|
"itoa",
|
||
|
|
"num-integer",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
"time",
|
||
|
|
"tokio",
|
||
|
|
"tokio-util",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-smithy-xml"
|
||
|
|
version = "0.60.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
|
||
|
|
dependencies = [
|
||
|
|
"xmlparser",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aws-types"
|
||
|
|
version = "1.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
|
||
|
|
dependencies = [
|
||
|
|
"aws-credential-types",
|
||
|
|
"aws-smithy-async",
|
||
|
|
"aws-smithy-runtime-api",
|
||
|
|
"aws-smithy-types",
|
||
|
|
"rustc_version",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "backtrace"
|
||
|
|
version = "0.3.74"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
||
|
|
dependencies = [
|
||
|
|
"addr2line",
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"miniz_oxide",
|
||
|
|
"object",
|
||
|
|
"rustc-demangle",
|
||
|
|
"windows-targets",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base64"
|
||
|
|
version = "0.21.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base64-simd"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
||
|
|
dependencies = [
|
||
|
|
"outref",
|
||
|
|
"vsimd",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "2.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "block-buffer"
|
||
|
|
version = "0.10.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytes"
|
||
|
|
version = "1.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytes-utils"
|
||
|
|
version = "0.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"either",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cc"
|
||
|
|
version = "1.1.33"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e3788d6ac30243803df38a3e9991cf37e41210232916d41a8222ae378f912624"
|
||
|
|
dependencies = [
|
||
|
|
"shlex",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg-if"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "chrono"
|
||
|
|
version = "0.4.38"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||
|
|
dependencies = [
|
||
|
|
"num-traits",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "core-foundation"
|
||
|
|
version = "0.9.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
||
|
|
dependencies = [
|
||
|
|
"core-foundation-sys",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "core-foundation-sys"
|
||
|
|
version = "0.8.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cpufeatures"
|
||
|
|
version = "0.2.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crypto-common"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
"typenum",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "deranged"
|
||
|
|
version = "0.3.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
||
|
|
dependencies = [
|
||
|
|
"powerfmt",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "digest"
|
||
|
|
version = "0.10.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||
|
|
dependencies = [
|
||
|
|
"block-buffer",
|
||
|
|
"crypto-common",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "either"
|
||
|
|
version = "1.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "equivalent"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fastrand"
|
||
|
|
version = "2.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fnv"
|
||
|
|
version = "1.0.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "form_urlencoded"
|
||
|
|
version = "1.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
||
|
|
dependencies = [
|
||
|
|
"percent-encoding",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-channel"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
||
|
|
dependencies = [
|
||
|
|
"futures-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-core"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-sink"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-task"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-util"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
||
|
|
dependencies = [
|
||
|
|
"futures-core",
|
||
|
|
"futures-task",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "generic-array"
|
||
|
|
version = "0.14.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
||
|
|
dependencies = [
|
||
|
|
"typenum",
|
||
|
|
"version_check",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.2.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "gimli"
|
||
|
|
version = "0.31.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "h2"
|
||
|
|
version = "0.3.26"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"fnv",
|
||
|
|
"futures-core",
|
||
|
|
"futures-sink",
|
||
|
|
"futures-util",
|
||
|
|
"http 0.2.12",
|
||
|
|
"indexmap",
|
||
|
|
"slab",
|
||
|
|
"tokio",
|
||
|
|
"tokio-util",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.15.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hermit-abi"
|
||
|
|
version = "0.3.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hex"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hmac"
|
||
|
|
version = "0.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||
|
|
dependencies = [
|
||
|
|
"digest",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http"
|
||
|
|
version = "0.2.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"fnv",
|
||
|
|
"itoa",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"fnv",
|
||
|
|
"itoa",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http-body"
|
||
|
|
version = "0.4.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"http 0.2.12",
|
||
|
|
"pin-project-lite",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http-body"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"http 1.1.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http-body-util"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-util",
|
||
|
|
"http 1.1.0",
|
||
|
|
"http-body 1.0.1",
|
||
|
|
"pin-project-lite",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "httparse"
|
||
|
|
version = "1.9.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "httpdate"
|
||
|
|
version = "1.0.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hyper"
|
||
|
|
version = "0.14.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-channel",
|
||
|
|
"futures-core",
|
||
|
|
"futures-util",
|
||
|
|
"h2",
|
||
|
|
"http 0.2.12",
|
||
|
|
"http-body 0.4.6",
|
||
|
|
"httparse",
|
||
|
|
"httpdate",
|
||
|
|
"itoa",
|
||
|
|
"pin-project-lite",
|
||
|
|
"socket2",
|
||
|
|
"tokio",
|
||
|
|
"tower-service",
|
||
|
|
"tracing",
|
||
|
|
"want",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hyper-rustls"
|
||
|
|
version = "0.24.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
||
|
|
dependencies = [
|
||
|
|
"futures-util",
|
||
|
|
"http 0.2.12",
|
||
|
|
"hyper",
|
||
|
|
"log",
|
||
|
|
"rustls",
|
||
|
|
"rustls-native-certs",
|
||
|
|
"tokio",
|
||
|
|
"tokio-rustls",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "idna"
|
||
|
|
version = "0.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-bidi",
|
||
|
|
"unicode-normalization",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indexmap"
|
||
|
|
version = "2.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
||
|
|
dependencies = [
|
||
|
|
"equivalent",
|
||
|
|
"hashbrown",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itoa"
|
||
|
|
version = "1.0.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libc"
|
||
|
|
version = "0.2.161"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "log"
|
||
|
|
version = "0.4.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "memchr"
|
||
|
|
version = "2.7.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miniz_oxide"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
||
|
|
dependencies = [
|
||
|
|
"adler2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mio"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
||
|
|
dependencies = [
|
||
|
|
"hermit-abi",
|
||
|
|
"libc",
|
||
|
|
"wasi",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-conv"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-integer"
|
||
|
|
version = "0.1.46"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
||
|
|
dependencies = [
|
||
|
|
"num-traits",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-traits"
|
||
|
|
version = "0.2.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "object"
|
||
|
|
version = "0.36.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "once_cell"
|
||
|
|
version = "1.20.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "openssl-probe"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "outref"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "percent-encoding"
|
||
|
|
version = "2.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-project-lite"
|
||
|
|
version = "0.2.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-utils"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "powerfmt"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro2"
|
||
|
|
version = "1.0.89"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "quote"
|
||
|
|
version = "1.0.37"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-lite"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ring"
|
||
|
|
version = "0.17.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
"cfg-if",
|
||
|
|
"getrandom",
|
||
|
|
"libc",
|
||
|
|
"spin",
|
||
|
|
"untrusted",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc-demangle"
|
||
|
|
version = "0.1.24"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc_version"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
||
|
|
dependencies = [
|
||
|
|
"semver",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustls"
|
||
|
|
version = "0.21.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
||
|
|
dependencies = [
|
||
|
|
"log",
|
||
|
|
"ring",
|
||
|
|
"rustls-webpki",
|
||
|
|
"sct",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustls-native-certs"
|
||
|
|
version = "0.6.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
||
|
|
dependencies = [
|
||
|
|
"openssl-probe",
|
||
|
|
"rustls-pemfile",
|
||
|
|
"schannel",
|
||
|
|
"security-framework",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustls-pemfile"
|
||
|
|
version = "1.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
||
|
|
dependencies = [
|
||
|
|
"base64",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustls-webpki"
|
||
|
|
version = "0.101.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
||
|
|
dependencies = [
|
||
|
|
"ring",
|
||
|
|
"untrusted",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ryu"
|
||
|
|
version = "1.0.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "schannel"
|
||
|
|
version = "0.1.26"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.59.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sct"
|
||
|
|
version = "0.7.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
||
|
|
dependencies = [
|
||
|
|
"ring",
|
||
|
|
"untrusted",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "security-framework"
|
||
|
|
version = "2.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"core-foundation",
|
||
|
|
"core-foundation-sys",
|
||
|
|
"libc",
|
||
|
|
"security-framework-sys",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "security-framework-sys"
|
||
|
|
version = "2.12.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
||
|
|
dependencies = [
|
||
|
|
"core-foundation-sys",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "semver"
|
||
|
|
version = "1.0.23"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde"
|
||
|
|
version = "1.0.214"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
||
|
|
dependencies = [
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_derive"
|
||
|
|
version = "1.0.214"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_json"
|
||
|
|
version = "1.0.132"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
||
|
|
dependencies = [
|
||
|
|
"itoa",
|
||
|
|
"memchr",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sha2"
|
||
|
|
version = "0.10.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"cpufeatures",
|
||
|
|
"digest",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "shlex"
|
||
|
|
version = "1.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "slab"
|
||
|
|
version = "0.4.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "socket2"
|
||
|
|
version = "0.5.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "spin"
|
||
|
|
version = "0.9.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "subtle"
|
||
|
|
version = "2.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "syn"
|
||
|
|
version = "2.0.86"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time"
|
||
|
|
version = "0.3.36"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
||
|
|
dependencies = [
|
||
|
|
"deranged",
|
||
|
|
"num-conv",
|
||
|
|
"powerfmt",
|
||
|
|
"serde",
|
||
|
|
"time-core",
|
||
|
|
"time-macros",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time-core"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time-macros"
|
||
|
|
version = "0.2.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
||
|
|
dependencies = [
|
||
|
|
"num-conv",
|
||
|
|
"time-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tinyvec"
|
||
|
|
version = "1.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
||
|
|
dependencies = [
|
||
|
|
"tinyvec_macros",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tinyvec_macros"
|
||
|
|
version = "0.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio"
|
||
|
|
version = "1.41.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
||
|
|
dependencies = [
|
||
|
|
"backtrace",
|
||
|
|
"bytes",
|
||
|
|
"libc",
|
||
|
|
"mio",
|
||
|
|
"pin-project-lite",
|
||
|
|
"socket2",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-rustls"
|
||
|
|
version = "0.24.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
||
|
|
dependencies = [
|
||
|
|
"rustls",
|
||
|
|
"tokio",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-util"
|
||
|
|
version = "0.7.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-core",
|
||
|
|
"futures-sink",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tokio",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tower-service"
|
||
|
|
version = "0.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tracing"
|
||
|
|
version = "0.1.40"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
||
|
|
dependencies = [
|
||
|
|
"pin-project-lite",
|
||
|
|
"tracing-attributes",
|
||
|
|
"tracing-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tracing-attributes"
|
||
|
|
version = "0.1.27"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tracing-core"
|
||
|
|
version = "0.1.32"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
||
|
|
dependencies = [
|
||
|
|
"once_cell",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "try-lock"
|
||
|
|
version = "0.2.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "typenum"
|
||
|
|
version = "1.17.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-bidi"
|
||
|
|
version = "0.3.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-ident"
|
||
|
|
version = "1.0.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-normalization"
|
||
|
|
version = "0.1.24"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
||
|
|
dependencies = [
|
||
|
|
"tinyvec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "untrusted"
|
||
|
|
version = "0.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "url"
|
||
|
|
version = "2.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
||
|
|
dependencies = [
|
||
|
|
"form_urlencoded",
|
||
|
|
"idna",
|
||
|
|
"percent-encoding",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "urlencoding"
|
||
|
|
version = "2.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "uuid"
|
||
|
|
version = "1.11.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "version_check"
|
||
|
|
version = "0.9.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "vsimd"
|
||
|
|
version = "0.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "want"
|
||
|
|
version = "0.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
||
|
|
dependencies = [
|
||
|
|
"try-lock",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-sys"
|
||
|
|
version = "0.52.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||
|
|
dependencies = [
|
||
|
|
"windows-targets",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-sys"
|
||
|
|
version = "0.59.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
||
|
|
dependencies = [
|
||
|
|
"windows-targets",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-targets"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||
|
|
dependencies = [
|
||
|
|
"windows_aarch64_gnullvm",
|
||
|
|
"windows_aarch64_msvc",
|
||
|
|
"windows_i686_gnu",
|
||
|
|
"windows_i686_gnullvm",
|
||
|
|
"windows_i686_msvc",
|
||
|
|
"windows_x86_64_gnu",
|
||
|
|
"windows_x86_64_gnullvm",
|
||
|
|
"windows_x86_64_msvc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnu"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnu"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "xmlparser"
|
||
|
|
version = "0.13.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zeroize"
|
||
|
|
version = "1.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|