serde_dynamo 4.2.14

serde serializer/deserializer for DynamoDB items that supports aws-sdk-dynamodb, aws_lambda_events, and rusoto_dynamodb
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
 "gimli",
]

[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"

[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
 "memchr",
]

[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"

[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
 "libc",
]

[[package]]
name = "async-trait"
version = "0.1.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
]

[[package]]
name = "autocfg"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"

[[package]]
name = "aws-credential-types"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f99dd587a46af58f8cf37773687ecec19d0373a5954942d7e0f405751fe2369"
dependencies = [
 "aws-smithy-async 0.53.1",
 "aws-smithy-types 0.53.1",
 "tokio",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "0.54.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0696a0523a39a19087747e4dafda0362dc867531e3d72a3f195564c84e5e08"
dependencies = [
 "aws-smithy-async 0.54.4",
 "aws-smithy-types 0.54.4",
 "tokio",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae"
dependencies = [
 "aws-smithy-async 0.55.3",
 "aws-smithy-types 0.55.3",
 "fastrand 1.9.0",
 "tokio",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a66ac8ef5fa9cf01c2d999f39d16812e90ec1467bd382cbbb74ba23ea86201"
dependencies = [
 "aws-smithy-async 0.56.1",
 "aws-smithy-types 0.56.1",
 "fastrand 2.0.2",
 "tokio",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb9073c88dbf12f68ce7d0e149f989627a1d1ae3d2b680459f04ccc29d1cbd0f"
dependencies = [
 "aws-smithy-async 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1eca93b9b017fab7c53a2d1518efc7f03de631e32f420298440acbfef146d21"
dependencies = [
 "aws-smithy-async 0.100.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5924466398ac76ffd411d297b9d516dcebb0577f7344c0c15fd8e8e04d9c7895"
dependencies = [
 "aws-smithy-async 0.101.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "zeroize",
]

[[package]]
name = "aws-credential-types"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa8587ae17c8e967e4b05a62d495be2fb7701bec52a97f7acfe8a29f938384c8"
dependencies = [
 "aws-smithy-async 1.2.0",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "zeroize",
]

[[package]]
name = "aws-endpoint"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134821b378ab7a752d9e99cc67a4abdd57ebbb8abc98ede4259303c011c196bb"
dependencies = [
 "aws-smithy-http 0.37.0",
 "aws-types 0.7.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0990fe9d60185efea41850b10a205f4a9abe71499ec70298b11d2d830130167"
dependencies = [
 "aws-smithy-http 0.38.0",
 "aws-types 0.8.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5279590d48e92b287f864e099c7e851af03a5e184a57cec0959872cee297c7a0"
dependencies = [
 "aws-smithy-http 0.39.0",
 "aws-types 0.9.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb9486b31d996a309594b3491ae752dbe807d1d13731f5718d37a2ccfe4bdf11"
dependencies = [
 "aws-smithy-http 0.40.2",
 "aws-types 0.10.1",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "515bd0f038107827309daa28612941ff559e71a6e96335e336d4fdf4caffb34b"
dependencies = [
 "aws-smithy-http 0.41.0",
 "aws-types 0.11.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eadd9ea45f65689fbd088b22a2aaed363582fab5dcd335a1a7317640436952f"
dependencies = [
 "aws-smithy-http 0.42.0",
 "aws-types 0.12.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04619a4c0339675fdb7082a3c2a1799bf2b6398fbe0889d69a14f2bd130feb67"
dependencies = [
 "aws-smithy-http 0.43.0",
 "aws-types 0.13.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d31dc5bfe810432f2d87465dd6633134e097d19e1a10315446b82a63873552f7"
dependencies = [
 "aws-smithy-http 0.44.0",
 "aws-types 0.14.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bae67aca7c551d061a06606ad445d717ee28ac08f70d0f2358096c70118bdfe"
dependencies = [
 "aws-smithy-http 0.45.0",
 "aws-types 0.15.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bc956f415dda77215372e5bc751a2463d1f9a1ec34edf3edc6c0ff67e5c8e43"
dependencies = [
 "aws-smithy-http 0.46.0",
 "aws-types 0.46.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd4e9dad553017821ee529f186e033700e8d61dd5c4b60066b4d8fe805b8cfc"
dependencies = [
 "aws-smithy-http 0.47.0",
 "aws-types 0.47.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffaf1da7a11d38a5afe7cdd202ab2e25528de7cf38c47b571c0dde4008d98ae"
dependencies = [
 "aws-smithy-http 0.48.0",
 "aws-smithy-types 0.48.0",
 "aws-types 0.48.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f35c8f5877ad60db4f0d9dcdfbcb2233a8cc539f9e568df39ee0581ec62e89"
dependencies = [
 "aws-smithy-http 0.49.0",
 "aws-smithy-types 0.49.0",
 "aws-types 0.49.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca8f374874f6459aaa88dc861d7f5d834ca1ff97668eae190e97266b5f6c3fb"
dependencies = [
 "aws-smithy-http 0.51.0",
 "aws-smithy-types 0.51.0",
 "aws-types 0.51.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "253d7cd480bfa59a5323390e9e91885a8f06a275e0517d81eeb1070b6aa7d271"
dependencies = [
 "aws-smithy-http 0.52.0",
 "aws-smithy-types 0.52.0",
 "aws-types 0.52.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13fdfc00c57d95e10bcf83d2331c4ae9ca460ca84dc983b2cdd692de87640389"
dependencies = [
 "aws-smithy-http 0.53.1",
 "aws-smithy-types 0.53.1",
 "aws-types 0.53.0",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.54.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80a4f935ab6a1919fbfd6102a80c4fccd9ff5f47f94ba154074afe1051903261"
dependencies = [
 "aws-smithy-http 0.54.4",
 "aws-smithy-types 0.54.4",
 "aws-types 0.54.1",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-endpoint"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04"
dependencies = [
 "aws-smithy-http 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75a25c07222d06eb59fc4295a6c19e6627fe94e282f77a6df32fc64629fc2e0"
dependencies = [
 "aws-smithy-http 0.37.0",
 "aws-smithy-types 0.37.0",
 "aws-types 0.7.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6794b0b27fb74ef2696c41e1be08e916993ef043bbeda7ec554c4f50c3b81506"
dependencies = [
 "aws-smithy-http 0.38.0",
 "aws-smithy-types 0.38.0",
 "aws-types 0.8.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7046bdd807c70caf28d6dbc69b9d6d8dda1728577866d3ff3862de585b8b0eb"
dependencies = [
 "aws-smithy-http 0.39.0",
 "aws-smithy-types 0.39.0",
 "aws-types 0.9.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b0c6a0938ee38f5f7659d8b175d151f75cf64f856bbde2f1aabb4d3d6f79be"
dependencies = [
 "aws-smithy-http 0.40.2",
 "aws-smithy-types 0.40.2",
 "aws-types 0.10.1",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1378c2c2430a063076621ec8c6435cdbd97b3e053111aebb52c9333fc793f32c"
dependencies = [
 "aws-smithy-http 0.41.0",
 "aws-smithy-types 0.41.0",
 "aws-types 0.11.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80fd2c81e2782d1f57a532543524c59b9c32dcc9132a7a2d308864c05b645e98"
dependencies = [
 "aws-smithy-http 0.42.0",
 "aws-smithy-types 0.42.0",
 "aws-types 0.12.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023c3e17c572f3c071699763ad5035ea6e94f3ecf5712c301355beef0c80893"
dependencies = [
 "aws-smithy-http 0.43.0",
 "aws-smithy-types 0.43.0",
 "aws-types 0.13.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d41b649924d2d925e387dc3e9860248c2fd806e783fbc69dbda264878272929"
dependencies = [
 "aws-smithy-http 0.44.0",
 "aws-smithy-types 0.44.0",
 "aws-types 0.14.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2145230145123a3308c09a9f8aac2e2213c5540dd0e3a77200c32b20575cbcb"
dependencies = [
 "aws-smithy-http 0.45.0",
 "aws-smithy-types 0.45.0",
 "aws-types 0.15.0",
 "http 0.2.12",
 "lazy_static",
 "percent-encoding",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a0d98a1d606aa24554e604f220878db4aa3b525b72f88798524497cc3867fc6"
dependencies = [
 "aws-smithy-http 0.46.0",
 "aws-smithy-types 0.46.0",
 "aws-types 0.46.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef5a579a51d352b628b76f4855ba716be686305e5e59970c476d1ae2214e90d"
dependencies = [
 "aws-smithy-http 0.47.0",
 "aws-smithy-types 0.47.0",
 "aws-types 0.47.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8309108743e2e74f249ff29a7c7be79c6343ea649dd8c31e4c0e07ca6946d8ed"
dependencies = [
 "aws-smithy-http 0.48.0",
 "aws-smithy-types 0.48.0",
 "aws-types 0.48.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5422c9632d887968ccb66e2871a6d190d6104e276034912bee72ef58a5d890"
dependencies = [
 "aws-smithy-http 0.49.0",
 "aws-smithy-types 0.49.0",
 "aws-types 0.49.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78d41e19e779b73463f5f0c21b3aacc995f4ba783ab13a7ae9f5dfb159a551b4"
dependencies = [
 "aws-smithy-http 0.51.0",
 "aws-smithy-types 0.51.0",
 "aws-types 0.51.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd1b83859383e46ea8fda633378f9f3f02e6e3a446fd89f0240b5c3662716c9"
dependencies = [
 "aws-smithy-http 0.52.0",
 "aws-smithy-types 0.52.0",
 "aws-types 0.52.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74cdac70481d144bf7001c27884b95ee12c8f62e61db90320d59b673ae121cb8"
dependencies = [
 "aws-credential-types 0.53.0",
 "aws-smithy-http 0.53.1",
 "aws-smithy-types 0.53.1",
 "aws-types 0.53.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.54.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82976ca4e426ee9ca3ffcf919d9b2c8d14d0cd80d43cc02173737a8f07f28d4d"
dependencies = [
 "aws-credential-types 0.54.1",
 "aws-smithy-http 0.54.4",
 "aws-smithy-types 0.54.4",
 "aws-types 0.54.1",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e626370f9ba806ae4c439e49675fd871f5767b093075cdf4fef16cac42ba900"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "http-body",
 "lazy_static",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24067106d09620cf02d088166cdaedeaca7146d4d499c41b37accecbea11b246"
dependencies = [
 "aws-smithy-http 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "aws-types 0.57.2",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31eca8162dedcccb0ff256a878689510763b9ffd5a2c0d51ee0199dc2ec593a"
dependencies = [
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "aws-types 0.100.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb9a3aa335a105a00975c971f1dad403c3175f2a210d98f39345c6af53923912"
dependencies = [
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "aws-types 0.101.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-http"
version = "0.60.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13ccfc04c9add2ee02a300cdc240d7c3e4477f100fb2380dc15fd75ca86d31da"
dependencies = [
 "aws-runtime 1.1.8",
]

[[package]]
name = "aws-runtime"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07ac5cf0ff19c1bca0cea7932e11b239d1025a45696a4f44f72ea86e2b8bdd07"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-sigv4 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "fastrand 2.0.2",
 "http 0.2.12",
 "percent-encoding",
 "tracing",
 "uuid",
]

[[package]]
name = "aws-runtime"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc6ee0152c06d073602236a4e94a8c52a327d310c1ecd596570ce795af8777ff"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-http 0.57.2",
 "aws-sigv4 0.57.2",
 "aws-smithy-async 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "aws-types 0.57.2",
 "fastrand 2.0.2",
 "http 0.2.12",
 "percent-encoding",
 "tracing",
 "uuid",
]

[[package]]
name = "aws-runtime"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb1cd6bf27e01014e52b5b181d1e700841abd8adccee55055b1a86757f9afbb"
dependencies = [
 "aws-credential-types 0.58.0",
 "aws-http 0.58.0",
 "aws-sigv4 0.58.0",
 "aws-smithy-async 0.100.0",
 "aws-smithy-http 0.58.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "aws-types 0.100.0",
 "fastrand 2.0.2",
 "http 0.2.12",
 "percent-encoding",
 "tracing",
 "uuid",
]

[[package]]
name = "aws-runtime"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75844ecbdf3dc5e0f5ac5fd1088fb1623849990ea9445d2826258ce63be4de5"
dependencies = [
 "aws-credential-types 0.101.0",
 "aws-http 0.59.0",
 "aws-sigv4 0.101.0",
 "aws-smithy-async 0.101.0",
 "aws-smithy-http 0.59.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "aws-types 0.101.0",
 "fastrand 2.0.2",
 "http 0.2.12",
 "percent-encoding",
 "tracing",
 "uuid",
]

[[package]]
name = "aws-runtime"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b13dc54b4b49f8288532334bba8f87386a40571c47c37b1304979b556dc613c8"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-sigv4 1.2.0",
 "aws-smithy-async 1.2.0",
 "aws-smithy-http 0.60.7",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "aws-types 1.1.8",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
 "uuid",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea92c7b270ea5f776290a1f1bb5aec74d8a78469521d48adf297cfc8b8b3b61"
dependencies = [
 "aws-endpoint 0.7.0",
 "aws-http 0.7.0",
 "aws-sig-auth 0.7.0",
 "aws-smithy-async 0.37.0",
 "aws-smithy-client 0.37.0",
 "aws-smithy-http 0.37.0",
 "aws-smithy-http-tower 0.37.0",
 "aws-smithy-json 0.37.0",
 "aws-smithy-types 0.37.0",
 "aws-types 0.7.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09e0f2ef3fd589d30fe921e178ef6f902bee4693c6663e8f2c25d774acbbe4be"
dependencies = [
 "aws-endpoint 0.8.0",
 "aws-http 0.8.0",
 "aws-sig-auth 0.8.0",
 "aws-smithy-async 0.38.0",
 "aws-smithy-client 0.38.0",
 "aws-smithy-http 0.38.0",
 "aws-smithy-http-tower 0.38.0",
 "aws-smithy-json 0.38.0",
 "aws-smithy-types 0.38.0",
 "aws-types 0.8.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "762a92e68a3a99d43593ff9b4c00dac630c1e5cfd04ed15e33f235c9c9125a09"
dependencies = [
 "aws-endpoint 0.9.0",
 "aws-http 0.9.0",
 "aws-sig-auth 0.9.0",
 "aws-smithy-async 0.39.0",
 "aws-smithy-client 0.39.0",
 "aws-smithy-http 0.39.0",
 "aws-smithy-http-tower 0.39.0",
 "aws-smithy-json 0.39.0",
 "aws-smithy-types 0.39.0",
 "aws-types 0.9.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd2425a1c3de7d9a9b54a8289a6f89c65910ef4ba1cc38ac026f17dc437341c"
dependencies = [
 "aws-endpoint 0.10.1",
 "aws-http 0.10.1",
 "aws-sig-auth 0.10.1",
 "aws-smithy-async 0.40.2",
 "aws-smithy-client 0.40.2",
 "aws-smithy-http 0.40.2",
 "aws-smithy-http-tower 0.40.2",
 "aws-smithy-json 0.40.2",
 "aws-smithy-types 0.40.2",
 "aws-types 0.10.1",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b04cb4cb9417dd63db42d3cb9cc250da18fd3345c9298618de9de4f6beb28d15"
dependencies = [
 "aws-endpoint 0.11.0",
 "aws-http 0.11.0",
 "aws-sig-auth 0.11.0",
 "aws-smithy-async 0.41.0",
 "aws-smithy-client 0.41.0",
 "aws-smithy-http 0.41.0",
 "aws-smithy-http-tower 0.41.0",
 "aws-smithy-json 0.41.0",
 "aws-smithy-types 0.41.0",
 "aws-types 0.11.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80b586692d4d0a7e2a10ec8f61ac80e8281ab4dba93c836ff2780060b38ea860"
dependencies = [
 "aws-endpoint 0.12.0",
 "aws-http 0.12.0",
 "aws-sig-auth 0.12.0",
 "aws-smithy-async 0.42.0",
 "aws-smithy-client 0.42.0",
 "aws-smithy-http 0.42.0",
 "aws-smithy-http-tower 0.42.0",
 "aws-smithy-json 0.42.0",
 "aws-smithy-types 0.42.0",
 "aws-types 0.12.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2ef944f02ea1d77cdb5a7d7ae15913651dd6b612d839a381fc592d40fe1228a"
dependencies = [
 "aws-endpoint 0.13.0",
 "aws-http 0.13.0",
 "aws-sig-auth 0.13.0",
 "aws-smithy-async 0.43.0",
 "aws-smithy-client 0.43.0",
 "aws-smithy-http 0.43.0",
 "aws-smithy-http-tower 0.43.0",
 "aws-smithy-json 0.43.0",
 "aws-smithy-types 0.43.0",
 "aws-types 0.13.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b6110c5355c129893973ba4e84c2d3484f48c32dab3447361806a2d75398a75"
dependencies = [
 "aws-endpoint 0.14.0",
 "aws-http 0.14.0",
 "aws-sig-auth 0.14.0",
 "aws-smithy-async 0.44.0",
 "aws-smithy-client 0.44.0",
 "aws-smithy-http 0.44.0",
 "aws-smithy-http-tower 0.44.0",
 "aws-smithy-json 0.44.0",
 "aws-smithy-types 0.44.0",
 "aws-types 0.14.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6dbcbb3375f25e6af3a8c6d62834156ac14234c76420a881547c7f82b9afd61"
dependencies = [
 "aws-endpoint 0.15.0",
 "aws-http 0.15.0",
 "aws-sig-auth 0.15.0",
 "aws-smithy-async 0.45.0",
 "aws-smithy-client 0.45.0",
 "aws-smithy-http 0.45.0",
 "aws-smithy-http-tower 0.45.0",
 "aws-smithy-json 0.45.0",
 "aws-smithy-types 0.45.0",
 "aws-types 0.15.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0797758933ee45a1021af0ed0745e05b82a3a57e3dde572eb7b3407b5da50e"
dependencies = [
 "aws-endpoint 0.46.0",
 "aws-http 0.46.0",
 "aws-sig-auth 0.46.0",
 "aws-smithy-async 0.46.0",
 "aws-smithy-client 0.46.0",
 "aws-smithy-http 0.46.0",
 "aws-smithy-http-tower 0.46.0",
 "aws-smithy-json 0.46.0",
 "aws-smithy-types 0.46.0",
 "aws-types 0.46.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875a445e27f74cc4eed8c90b29d052b3bd4b9af06971cac2ee7f5fdbdffc58e7"
dependencies = [
 "aws-endpoint 0.47.0",
 "aws-http 0.47.0",
 "aws-sig-auth 0.47.0",
 "aws-smithy-async 0.47.0",
 "aws-smithy-client 0.47.0",
 "aws-smithy-http 0.47.0",
 "aws-smithy-http-tower 0.47.0",
 "aws-smithy-json 0.47.0",
 "aws-smithy-types 0.47.0",
 "aws-types 0.47.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd64080eb5ef33254564f5995ec939e28a0157acafe5de05dc534e207a97c8e6"
dependencies = [
 "aws-endpoint 0.48.0",
 "aws-http 0.48.0",
 "aws-sig-auth 0.48.0",
 "aws-smithy-async 0.48.0",
 "aws-smithy-client 0.48.0",
 "aws-smithy-http 0.48.0",
 "aws-smithy-http-tower 0.48.0",
 "aws-smithy-json 0.48.0",
 "aws-smithy-types 0.48.0",
 "aws-types 0.48.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d757928810bbc52fe8bc3005689fb2465d4d62c280054693ec6d0162ce33bbc"
dependencies = [
 "aws-endpoint 0.49.0",
 "aws-http 0.49.0",
 "aws-sig-auth 0.49.0",
 "aws-smithy-async 0.49.0",
 "aws-smithy-client 0.49.0",
 "aws-smithy-http 0.49.0",
 "aws-smithy-http-tower 0.49.0",
 "aws-smithy-json 0.49.0",
 "aws-smithy-types 0.49.0",
 "aws-types 0.49.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28e71b3f397f2f39cb15fbba1c9105a88fd12b665e51100f02837667f27294f9"
dependencies = [
 "aws-endpoint 0.51.0",
 "aws-http 0.51.0",
 "aws-sig-auth 0.51.0",
 "aws-smithy-async 0.51.0",
 "aws-smithy-client 0.51.0",
 "aws-smithy-http 0.51.0",
 "aws-smithy-http-tower 0.51.0",
 "aws-smithy-json 0.51.0",
 "aws-smithy-types 0.51.0",
 "aws-types 0.51.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e9ea741ad277b2f1b276f580d3fbd2ff5fc93931b94447526ff632d4644bff"
dependencies = [
 "aws-endpoint 0.52.0",
 "aws-http 0.52.0",
 "aws-sig-auth 0.52.0",
 "aws-smithy-async 0.52.0",
 "aws-smithy-client 0.52.0",
 "aws-smithy-http 0.52.0",
 "aws-smithy-http-tower 0.52.0",
 "aws-smithy-json 0.52.0",
 "aws-smithy-types 0.52.0",
 "aws-types 0.52.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e1e438d017c354f2aa4f625c8ccc9c4a16c33d7fd081626bd0ce8c935d490a"
dependencies = [
 "aws-credential-types 0.53.0",
 "aws-endpoint 0.53.0",
 "aws-http 0.53.0",
 "aws-sig-auth 0.53.0",
 "aws-smithy-async 0.53.1",
 "aws-smithy-client 0.53.1",
 "aws-smithy-http 0.53.1",
 "aws-smithy-http-tower 0.53.1",
 "aws-smithy-json 0.53.1",
 "aws-smithy-types 0.53.1",
 "aws-types 0.53.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34fc8efd8ed65312b05dc84bb0d7ba79c31802873c4b5676403e220724af39b7"
dependencies = [
 "aws-credential-types 0.54.1",
 "aws-endpoint 0.54.1",
 "aws-http 0.54.1",
 "aws-sig-auth 0.54.1",
 "aws-smithy-async 0.54.4",
 "aws-smithy-client 0.54.4",
 "aws-smithy-http 0.54.4",
 "aws-smithy-http-tower 0.54.4",
 "aws-smithy-json 0.54.4",
 "aws-smithy-types 0.54.4",
 "aws-types 0.54.1",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfff6b9b8a92fa1f78862efcfdf0ffb31a2f880091e6b6d289fa904dad95715"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad47d90d7ca8b477fc4ef54743247ac3a9dd603682c8ba96782dd6d560e958a"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fb64867fe098cffee7e34352b01bbfa2beb3aa1b2ff0e0a7bf9ff293557852"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e69ffb50ec065a564769aa61158be806b66a7d77301a3459d1c663a421eaab"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b4df8750310555fa980f020f152e91013cf83d01036dab992cb64286e11431"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069e3c6f367a02ee0af86616b6bf9dcc4f1eab19e11b05d4b0f71da0c86fcd9d"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68c8031724f83eebc927fe26658b9849dd66f2a6c7c30984f1e9adcd42e9e7b9"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37779120020190d09d90682a65618ce0ecfa942944334fec62d6097870835d92"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6c39120bb76fe32e13d4c0e9be67f3732f80ee63faee2c74ebf9ade4705b106"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10aef6843bfc2dabfccad27f7e1ab303942bbda19f7ea7777d0d74388d073db4"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tokio-stream",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619c744e76f42f681cb7ccefb73eae9df6d111c08f292c5e390dee6fcae4e3ca"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-http 0.57.2",
 "aws-runtime 0.57.2",
 "aws-smithy-async 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-json 0.57.2",
 "aws-smithy-runtime 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "aws-types 0.57.2",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f9de3a2d909baca72861be094855b2d2a05a395c9f7d10b29984f14de744354"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-http 0.57.2",
 "aws-runtime 0.57.2",
 "aws-smithy-async 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-json 0.57.2",
 "aws-smithy-runtime 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "aws-types 0.57.2",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a26ad2b30246df50be85c38a6d8344887b7045c66e2e1e9c297d4b889f69287"
dependencies = [
 "aws-credential-types 0.58.0",
 "aws-http 0.58.0",
 "aws-runtime 0.58.0",
 "aws-smithy-async 0.100.0",
 "aws-smithy-http 0.58.0",
 "aws-smithy-json 0.58.0",
 "aws-smithy-runtime 0.58.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "aws-types 0.100.0",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7e3de67f181b5300c5bb62bca6dd0ffa427428443f03e8dff792f9c0c99b92"
dependencies = [
 "aws-credential-types 0.101.0",
 "aws-http 0.59.0",
 "aws-runtime 0.101.0",
 "aws-smithy-async 0.101.0",
 "aws-smithy-http 0.59.0",
 "aws-smithy-json 0.59.0",
 "aws-smithy-runtime 0.101.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "aws-types 0.101.0",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c49aab31423e3e7f976b06d34ecc182b08d081f0cf3c50216d8c6833efa7010b"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-http 0.60.5",
 "aws-runtime 1.1.8",
 "aws-smithy-async 1.2.0",
 "aws-smithy-http 0.60.7",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.1.8",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "aws-types 1.1.8",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodb"
version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff4be07ef8185ee6de617e1af24da76cbc4532ceb45417d997cc33d169d3485"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-runtime 1.1.8",
 "aws-smithy-async 1.2.0",
 "aws-smithy-http 0.60.7",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.1.8",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "aws-types 1.1.8",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "once_cell",
 "regex-lite",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8731b69611edd45ee2d5efd635451380ffb5f9fe7b4af4eb93be1aa8412a4205"
dependencies = [
 "aws-endpoint 0.8.0",
 "aws-http 0.8.0",
 "aws-sig-auth 0.8.0",
 "aws-smithy-async 0.38.0",
 "aws-smithy-client 0.38.0",
 "aws-smithy-http 0.38.0",
 "aws-smithy-http-tower 0.38.0",
 "aws-smithy-json 0.38.0",
 "aws-smithy-types 0.38.0",
 "aws-types 0.8.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51751f7d1bfae792bd5b15c24d24eab3972123e07c3653fb2ec79ee55e70dd20"
dependencies = [
 "aws-endpoint 0.9.0",
 "aws-http 0.9.0",
 "aws-sig-auth 0.9.0",
 "aws-smithy-async 0.39.0",
 "aws-smithy-client 0.39.0",
 "aws-smithy-http 0.39.0",
 "aws-smithy-http-tower 0.39.0",
 "aws-smithy-json 0.39.0",
 "aws-smithy-types 0.39.0",
 "aws-types 0.9.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d41c716811dafb830442cc9af044a27004984312f115a975de43dc4ee8d6708"
dependencies = [
 "aws-endpoint 0.10.1",
 "aws-http 0.10.1",
 "aws-sig-auth 0.10.1",
 "aws-smithy-async 0.40.2",
 "aws-smithy-client 0.40.2",
 "aws-smithy-http 0.40.2",
 "aws-smithy-http-tower 0.40.2",
 "aws-smithy-json 0.40.2",
 "aws-smithy-types 0.40.2",
 "aws-types 0.10.1",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9977187d075e2a25710d3fd516afb07b895f05f15a6b65c7fb7c085cd982df3"
dependencies = [
 "aws-endpoint 0.11.0",
 "aws-http 0.11.0",
 "aws-sig-auth 0.11.0",
 "aws-smithy-async 0.41.0",
 "aws-smithy-client 0.41.0",
 "aws-smithy-http 0.41.0",
 "aws-smithy-http-tower 0.41.0",
 "aws-smithy-json 0.41.0",
 "aws-smithy-types 0.41.0",
 "aws-types 0.11.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5360ebeddbe3c84dae337d8fd3c67e6b72d79288ac411251f2dbad5c077a061d"
dependencies = [
 "aws-endpoint 0.12.0",
 "aws-http 0.12.0",
 "aws-sig-auth 0.12.0",
 "aws-smithy-async 0.42.0",
 "aws-smithy-client 0.42.0",
 "aws-smithy-http 0.42.0",
 "aws-smithy-http-tower 0.42.0",
 "aws-smithy-json 0.42.0",
 "aws-smithy-types 0.42.0",
 "aws-types 0.12.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d280cd283f1f8da45ec79015b834e198ff90ba27db5eeb11405601195cf454"
dependencies = [
 "aws-endpoint 0.13.0",
 "aws-http 0.13.0",
 "aws-sig-auth 0.13.0",
 "aws-smithy-async 0.43.0",
 "aws-smithy-client 0.43.0",
 "aws-smithy-http 0.43.0",
 "aws-smithy-http-tower 0.43.0",
 "aws-smithy-json 0.43.0",
 "aws-smithy-types 0.43.0",
 "aws-types 0.13.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "094dca2ba3ca9f64dbfe3e3ced6e5751426af58c3278f97b94d641fee51e3dc7"
dependencies = [
 "aws-endpoint 0.14.0",
 "aws-http 0.14.0",
 "aws-sig-auth 0.14.0",
 "aws-smithy-async 0.44.0",
 "aws-smithy-client 0.44.0",
 "aws-smithy-http 0.44.0",
 "aws-smithy-http-tower 0.44.0",
 "aws-smithy-json 0.44.0",
 "aws-smithy-types 0.44.0",
 "aws-types 0.14.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec56b31ae9ca04dd337368be637be2a4053ff4e48e429ee38f529137b3e491c"
dependencies = [
 "aws-endpoint 0.15.0",
 "aws-http 0.15.0",
 "aws-sig-auth 0.15.0",
 "aws-smithy-async 0.45.0",
 "aws-smithy-client 0.45.0",
 "aws-smithy-http 0.45.0",
 "aws-smithy-http-tower 0.45.0",
 "aws-smithy-json 0.45.0",
 "aws-smithy-types 0.45.0",
 "aws-types 0.15.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c80d19f03fa97a8947e5e83d3f939ba8f2b70a67948c9ced05ed2a0c9d5a133"
dependencies = [
 "aws-endpoint 0.46.0",
 "aws-http 0.46.0",
 "aws-sig-auth 0.46.0",
 "aws-smithy-async 0.46.0",
 "aws-smithy-client 0.46.0",
 "aws-smithy-http 0.46.0",
 "aws-smithy-http-tower 0.46.0",
 "aws-smithy-json 0.46.0",
 "aws-smithy-types 0.46.0",
 "aws-types 0.46.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6c995de33829c353140ab077d504a6e4e9467a945aa13d5adbb8a6188bd1af7"
dependencies = [
 "aws-endpoint 0.47.0",
 "aws-http 0.47.0",
 "aws-sig-auth 0.47.0",
 "aws-smithy-async 0.47.0",
 "aws-smithy-client 0.47.0",
 "aws-smithy-http 0.47.0",
 "aws-smithy-http-tower 0.47.0",
 "aws-smithy-json 0.47.0",
 "aws-smithy-types 0.47.0",
 "aws-types 0.47.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82d0376bf579ca0fc08ec53b089df207c5b7a9384f715d9ce1a878878fbd2e0"
dependencies = [
 "aws-endpoint 0.48.0",
 "aws-http 0.48.0",
 "aws-sig-auth 0.48.0",
 "aws-smithy-async 0.48.0",
 "aws-smithy-client 0.48.0",
 "aws-smithy-http 0.48.0",
 "aws-smithy-http-tower 0.48.0",
 "aws-smithy-json 0.48.0",
 "aws-smithy-types 0.48.0",
 "aws-types 0.48.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea255a9c1191467543f1f9c2fb2a00574b537d2fe9a9ba2ca3a571297089f6a2"
dependencies = [
 "aws-endpoint 0.49.0",
 "aws-http 0.49.0",
 "aws-sig-auth 0.49.0",
 "aws-smithy-async 0.49.0",
 "aws-smithy-client 0.49.0",
 "aws-smithy-http 0.49.0",
 "aws-smithy-http-tower 0.49.0",
 "aws-smithy-json 0.49.0",
 "aws-smithy-types 0.49.0",
 "aws-types 0.49.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b530275cfe5bfa49b7f582d286bf3d1c9b1ab5fac53509a6ebb5aadabefd747"
dependencies = [
 "aws-endpoint 0.51.0",
 "aws-http 0.51.0",
 "aws-sig-auth 0.51.0",
 "aws-smithy-async 0.51.0",
 "aws-smithy-client 0.51.0",
 "aws-smithy-http 0.51.0",
 "aws-smithy-http-tower 0.51.0",
 "aws-smithy-json 0.51.0",
 "aws-smithy-types 0.51.0",
 "aws-types 0.51.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0922d14e0b835e0fedb2c4b41564bf54e29dc6c1b04184bd4c45ce82cacc5e0f"
dependencies = [
 "aws-endpoint 0.52.0",
 "aws-http 0.52.0",
 "aws-sig-auth 0.52.0",
 "aws-smithy-async 0.52.0",
 "aws-smithy-client 0.52.0",
 "aws-smithy-http 0.52.0",
 "aws-smithy-http-tower 0.52.0",
 "aws-smithy-json 0.52.0",
 "aws-smithy-types 0.52.0",
 "aws-types 0.52.0",
 "bytes",
 "http 0.2.12",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b26f091ed5c7ba65b09e92072e5fd0afd553247081eff080d4f5bdd6d481962c"
dependencies = [
 "aws-credential-types 0.53.0",
 "aws-endpoint 0.53.0",
 "aws-http 0.53.0",
 "aws-sig-auth 0.53.0",
 "aws-smithy-async 0.53.1",
 "aws-smithy-client 0.53.1",
 "aws-smithy-http 0.53.1",
 "aws-smithy-http-tower 0.53.1",
 "aws-smithy-json 0.53.1",
 "aws-smithy-types 0.53.1",
 "aws-types 0.53.0",
 "bytes",
 "http 0.2.12",
 "regex",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97f22bbe837e95ec0affae02eccdb87ed1082cba126833792fe75c782f9aa8dc"
dependencies = [
 "aws-credential-types 0.54.1",
 "aws-endpoint 0.54.1",
 "aws-http 0.54.1",
 "aws-sig-auth 0.54.1",
 "aws-smithy-async 0.54.4",
 "aws-smithy-client 0.54.4",
 "aws-smithy-http 0.54.4",
 "aws-smithy-http-tower 0.54.4",
 "aws-smithy-json 0.54.4",
 "aws-smithy-types 0.54.4",
 "aws-types 0.54.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tower",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe3795ecbb351b0eb2d4cd572330f7fb7a408e80d48c7fecb2b6abf2c2ed325"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "http 0.2.12",
 "regex",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25e5e2791047290ec1905fdb95dde63b6241b4f86b2a9e58fa9892fc83d67d3f"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "http 0.2.12",
 "regex",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6401fc59eb5ec5fcdef76e291296d895ed809376821598d3145de62a3edc858"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "http 0.2.12",
 "regex",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e126c17e3ab0e62238d0eac28f54bfdd9b9af1cebeb58a60e58914ebe85935d5"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-endpoint 0.55.3",
 "aws-http 0.55.3",
 "aws-sig-auth 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-json 0.55.3",
 "aws-smithy-types 0.55.3",
 "aws-types 0.55.3",
 "bytes",
 "http 0.2.12",
 "regex",
 "tower",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449b21fa453600f53e00d6193336fe5982c5f221d1a6a02c9e5ba9f296ca9465"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80341c65b43f161831c01effa9933ff20b3cbe6e0a6d4bcdfbe104808e30590e"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db0ef288e5248b6577c1f4d16115a24ad550c8a8bc0d3b004a4e9dc61ba99853"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84f9137be0d3e61fb651c43e03cf9d0e61306de22f2999baaaf430be511e7b6"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88de80ec3edf105013b816d2cfe61c81414277ca135c1e5412574ca112f738bd"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ca12738d77bf160088262a4cc951253d40e9e54ac75c45cca5ecdc6c5a8b0e1"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-http 0.56.1",
 "aws-runtime 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-json 0.56.1",
 "aws-smithy-runtime 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "aws-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0f8fc89d2550d35809d24193439d31cad57a4ffba718766539ea5cf52afb2f3"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-http 0.57.2",
 "aws-runtime 0.57.2",
 "aws-smithy-async 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-json 0.57.2",
 "aws-smithy-runtime 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "aws-types 0.57.2",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd419cfab7ef3f63fe18168d5bed78b721c26f07c2ba64f4d5f2f9ad76f7da4d"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-http 0.57.2",
 "aws-runtime 0.57.2",
 "aws-smithy-async 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-json 0.57.2",
 "aws-smithy-runtime 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "aws-types 0.57.2",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0eee874fe52131f508088de07c47b821ce6c2d37f5c086bd37cbc6811ee288"
dependencies = [
 "aws-credential-types 0.58.0",
 "aws-http 0.58.0",
 "aws-runtime 0.58.0",
 "aws-smithy-async 0.100.0",
 "aws-smithy-http 0.58.0",
 "aws-smithy-json 0.58.0",
 "aws-smithy-runtime 0.58.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "aws-types 0.100.0",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5e14f7e1fc1df9c854c8f18a5a565ee08d776b2b14ec79ee3b076011a38db85"
dependencies = [
 "aws-credential-types 0.101.0",
 "aws-http 0.59.0",
 "aws-runtime 0.101.0",
 "aws-smithy-async 0.101.0",
 "aws-smithy-http 0.59.0",
 "aws-smithy-json 0.59.0",
 "aws-smithy-runtime 0.101.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "aws-types 0.101.0",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0728b4f6cefbcb3ece6e99a242f7f275990d123f7a47a9fa6e4e5f7b0bf8f31c"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-http 0.60.5",
 "aws-runtime 1.1.8",
 "aws-smithy-async 1.2.0",
 "aws-smithy-http 0.60.7",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.1.8",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "aws-types 1.1.8",
 "bytes",
 "http 0.2.12",
 "regex",
 "tracing",
]

[[package]]
name = "aws-sdk-dynamodbstreams"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f278a5906d5f1fe98e7b64be8287848df78067688daf93adf708420c810889"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-runtime 1.1.8",
 "aws-smithy-async 1.2.0",
 "aws-smithy-http 0.60.7",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.1.8",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "aws-types 1.1.8",
 "bytes",
 "http 0.2.12",
 "once_cell",
 "regex-lite",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5832e1b868c23a8ff52f001593eafc52e4456463bd4a4bad4483d7cf147ae2"
dependencies = [
 "aws-sigv4 0.7.1",
 "aws-smithy-http 0.37.0",
 "aws-types 0.7.0",
 "http 0.2.12",
 "thiserror",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fa501148ae6b5e0de5eeb8c4cf87fa3403d9a00077e543ad64011da781f73a6"
dependencies = [
 "aws-sigv4 0.8.1",
 "aws-smithy-http 0.38.0",
 "aws-types 0.8.0",
 "http 0.2.12",
 "thiserror",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e6e4ba09f502057ad6a4ebf3627f9dae8402e366cf7b36ca1c09cbff8b5834"
dependencies = [
 "aws-sigv4 0.9.1",
 "aws-smithy-http 0.39.0",
 "aws-types 0.9.0",
 "http 0.2.12",
 "thiserror",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c2bd9951d37869431a9c21c5e2319baaf549f41045e8eb891fb3de5bde3ec7"
dependencies = [
 "aws-sigv4 0.10.2",
 "aws-smithy-http 0.40.2",
 "aws-types 0.10.1",
 "http 0.2.12",
 "thiserror",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b44c7698294a89fabbadb538560ad34b6fdd26e926dee3c5e710928c3093fcf0"
dependencies = [
 "aws-sigv4 0.11.1",
 "aws-smithy-http 0.41.0",
 "aws-types 0.11.0",
 "http 0.2.12",
 "thiserror",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27079eb4062be105e44ab4638ade63cf6448c2df5cb093d885faab8082fd5c9d"
dependencies = [
 "aws-sigv4 0.12.1",
 "aws-smithy-http 0.42.0",
 "aws-types 0.12.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c9d556c7432b15b180c4d7015dfe16050ce86fd82602efb7aa415cd7929b4ea"
dependencies = [
 "aws-sigv4 0.13.1",
 "aws-smithy-http 0.43.0",
 "aws-types 0.13.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75b0895f0f5e5e40851e716041882b9e44d4bb21c68d50b083ea5dcd46378cf"
dependencies = [
 "aws-sigv4 0.14.1",
 "aws-smithy-http 0.44.0",
 "aws-types 0.14.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffea94eb16f7f14153d4ff086aa075e0725050ee89ac6c1538cc1b229c64b420"
dependencies = [
 "aws-sigv4 0.15.1",
 "aws-smithy-http 0.45.0",
 "aws-types 0.15.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8386fc0d218dbf2011f65bd8300d21ba98603fd150b962f61239be8b02d1fc6"
dependencies = [
 "aws-sigv4 0.46.1",
 "aws-smithy-http 0.46.0",
 "aws-types 0.46.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6530e72945c11439e9b3c423c95a656a233d73c3a7d4acaf9789048e1bdf7da7"
dependencies = [
 "aws-sigv4 0.47.1",
 "aws-smithy-http 0.47.0",
 "aws-types 0.47.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee4bf20136757fd9f606bb4adafe6d19fb02bc48033a8d4f205f21d56fa783a"
dependencies = [
 "aws-sigv4 0.48.1",
 "aws-smithy-http 0.48.0",
 "aws-types 0.48.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16f4d70c9c865af392eb40cacfe2bec3fa18f651fbdf49919cfc1dda13b189e"
dependencies = [
 "aws-sigv4 0.49.1",
 "aws-smithy-http 0.49.0",
 "aws-types 0.49.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cbe7b2be9e185c1fbce27fc9c41c66b195b32d89aa099f98768d9544221308"
dependencies = [
 "aws-sigv4 0.51.1",
 "aws-smithy-http 0.51.0",
 "aws-types 0.51.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6126c4ff918e35fb9ae1bf2de71157fad36f0cc6a2b1d0f7197ee711713700fc"
dependencies = [
 "aws-sigv4 0.52.1",
 "aws-smithy-http 0.52.0",
 "aws-types 0.52.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22af7f6515f8b51dabef87df1d901c9734e4e367791c6d0e1082f9f31528120e"
dependencies = [
 "aws-credential-types 0.53.0",
 "aws-sigv4 0.53.2",
 "aws-smithy-http 0.53.1",
 "aws-types 0.53.0",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.54.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "660a02a98ab1af83bd8d714afbab2d502ba9b18c49e7e4cddd6bf8837ff778cb"
dependencies = [
 "aws-credential-types 0.54.1",
 "aws-sigv4 0.54.2",
 "aws-smithy-http 0.54.4",
 "aws-types 0.54.1",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sig-auth"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-sigv4 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-types 0.55.3",
 "http 0.2.12",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e148e844634df2d59a768c5b58b346b8df362c071b239dd43d573a2e427554ed"
dependencies = [
 "aws-smithy-http 0.37.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df08171e40dff9951df758f6648009800d26f4b62077edd2b567dd678416fd80"
dependencies = [
 "aws-smithy-http 0.38.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b746b4628b27221170f81a0f35a7f8cefa9988d7958249f4b78a7b3bae77d7f1"
dependencies = [
 "aws-smithy-http 0.39.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df75f60796371cd7474f328bd48dbcb77a719da76c0a7a95a3482a44decdaac5"
dependencies = [
 "aws-smithy-http 0.40.2",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee3e0ad28dd29d4e87a681ffcab5897e9c29ff0f338369f52c7bd4fba5652393"
dependencies = [
 "aws-smithy-http 0.41.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6afeb0d2c965b50b8cb4ee2276a3b6bbc42d74d586791f5cc46028d11c2ac4b"
dependencies = [
 "aws-smithy-http 0.42.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "002881391b2553f308afbe51d2132c98ba1ee4ae8c1235bc062e90cd7829f4a5"
dependencies = [
 "aws-smithy-http 0.43.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87e0f09b5cddc28679dcb1212b93cf3540e79001c3ff483429e2676c699a8140"
dependencies = [
 "aws-smithy-http 0.44.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e43531f7351c7474c8fafb81462ae3117d6ca779928844fdd0b0e5de418f92"
dependencies = [
 "aws-smithy-http 0.45.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a70364c0d649ef1c37188a4d0e4f5a918e1a9df318e5b1b2bb7117e271f6e1"
dependencies = [
 "aws-smithy-http 0.46.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0973cb4a7b44ca2b54b3c7c2d01217fae5dbf9ebb96c2098c5c332829e5d352c"
dependencies = [
 "aws-smithy-http 0.47.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9de17d7931657b99d0fcee1e5988cd2c230f244d58117fd9d4d49254832556af"
dependencies = [
 "aws-smithy-http 0.48.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.49.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8222295f2b74e8f361f3ce6d247fe50fadd862951db6e15401b04a66ab4cb528"
dependencies = [
 "aws-smithy-http 0.49.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c0b2658d2cb66dbf02f0e8dee80810ef1e0ca3530ede463e0ef994c301087d1"
dependencies = [
 "aws-smithy-http 0.51.0",
 "form_urlencoded",
 "hex",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "ring 0.16.20",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.52.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd1ee2d9e6e268a77bdf3a0dc2cc8767401627e60abaa32883aaa3d8b47428e9"
dependencies = [
 "aws-smithy-http 0.52.0",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.53.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14500f741fb73a3c6cb173f8d96b433319a0e27c370a4e783b9ad693fc86210e"
dependencies = [
 "aws-smithy-http 0.53.1",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.54.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86529e7b64d902efea8fff52c1b2529368d04f90305cf632729e3713f6b57dc0"
dependencies = [
 "aws-smithy-http 0.54.4",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c"
dependencies = [
 "aws-smithy-http 0.55.3",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7b28f4910bb956b7ab320b62e98096402354eca976c587d1eeccd523d9bac03"
dependencies = [
 "aws-smithy-http 0.56.1",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f81a6abc4daab06b53cabf27c54189928893283093e37164ca53aa47488a5b"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "bytes",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2b2ae7efc433aac9c367e6038484e604df711b9ae7ad1224a1db5e3caaab0f1"
dependencies = [
 "aws-credential-types 0.58.0",
 "aws-smithy-http 0.58.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "bytes",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06130e3686db3c5ae2fc44b3516fffe6b4d4eccebe09bd8ccc4067f3c9c183fb"
dependencies = [
 "aws-credential-types 0.101.0",
 "aws-smithy-http 0.59.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "bytes",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "once_cell",
 "percent-encoding",
 "regex",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-sigv4"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d6f29688a4be9895c0ba8bef861ad0c0dac5c15e9618b9b7a6c233990fc263"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-smithy-http 0.60.7",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "bytes",
 "form_urlencoded",
 "hex",
 "hmac 0.12.1",
 "http 0.2.12",
 "http 1.1.0",
 "once_cell",
 "percent-encoding",
 "sha2 0.10.8",
 "time 0.3.34",
 "tracing",
]

[[package]]
name = "aws-smithy-async"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c8dcd8e989d6d0c9cfb952fab3e22d364e680874057e0e53eedb8c7fda8a3b"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ec4efb4a27ced592009787f4f03925f348a5b4a55e6a617e6819788d6cd5ed8"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66ab5373d24e1651860240f122a8d956f7a2094d4553c78979617a7fac640030"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.40.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235f5e604c23992ca08892d0762bc1be9c166912f109597ec80220dd698277ff"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dcbf7d119f514a627d236412626645c4378b126e30dc61db9de3e069fa1676"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cafe7e459caf2e2f834a77062f2c47f7df1956cf3be3060b23bf0721f17e1a4"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd107a426047cff81691b598ce5b9488bf23d8b8fd803564c8aad4046521d069"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2659762757c7c13b87a7473a383fddd09a56cfea14528a8606255506167131d7"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a05f0f76616a4495999f4132287b4a0ebbb4e733aedbae0e120294f336faf1"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb59cfdd21143006c01b9ca4dc4a9190b8c50c2ef831f9eb36f54f69efa42f1"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fc23ad8d050c241bdbfa74ae360be94a844ace8e218f64a2b2de77bfa9a707"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef79062cf5fa881dd156938ca438ec2de0f7ec9342c2f84fa6303274e1484b43"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc604f278bae64bbd15854baa9c46ed69a56dfb0669d04aab80974749f2d6599"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b3442b4c5d3fc39891a2e5e625735fba6b24694887d49c6518460fde98247a9"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e6a895d68852dd1564328e63ef1583e5eb307dd2a5ebf35d862a5c402957d5e"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b9900be224962d65a626072d8777f847ae5406c07547f0dc14c60048978c4b"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63c712a28a4f2f2139759235c08bf98aca99d4fdf1b13c78c5f95613df0a5db9"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cdb73f85528b9d19c23a496034ac53703955a59323d581c06aa27b4e4e247af"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "aws-smithy-async"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe53fccd3b10414b9cae63767a15a2789b34e6c6727b6e32b33e8c7998a3e80"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "aws-smithy-async"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "324538ebc89f2414c9c92d878fe7b0538d1dea8ebb72c45f8add0aa1002a3666"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "aws-smithy-async"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d787b7e07925b450bed90d9d29ac8e57006c9c2ac907151d175ac0e376bfee0e"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "aws-smithy-async"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7a41ccd6b74401a49ca828617049e5c23d83163d330a4f90a8081aadee0ac45"
dependencies = [
 "futures-util",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "aws-smithy-client"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d6d6bb489d9f464ea0eea0683b551be97c77b318f7cc56521e088a3778d720"
dependencies = [
 "aws-smithy-async 0.37.0",
 "aws-smithy-http 0.37.0",
 "aws-smithy-http-tower 0.37.0",
 "aws-smithy-types 0.37.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad1857eb59d562e82f05c02fbcb9f46c1089301c86770a9798c9e64e5a4677a"
dependencies = [
 "aws-smithy-async 0.38.0",
 "aws-smithy-http 0.38.0",
 "aws-smithy-http-tower 0.38.0",
 "aws-smithy-types 0.38.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88e8a92747322eace67f666402a5949da27675f60a2b9098b84b63edef8e6980"
dependencies = [
 "aws-smithy-async 0.39.0",
 "aws-smithy-http 0.39.0",
 "aws-smithy-http-tower 0.39.0",
 "aws-smithy-types 0.39.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.40.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "666694cbd62dd2892ddfdcb8f3b416b0425705ec0f0114d76ddd50c9c16be948"
dependencies = [
 "aws-smithy-async 0.40.2",
 "aws-smithy-http 0.40.2",
 "aws-smithy-http-tower 0.40.2",
 "aws-smithy-types 0.40.2",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511ac6c65f2a89cfcd74fe78aa6d07216095a53cbaeab493b17f6df82cd65b86"
dependencies = [
 "aws-smithy-async 0.41.0",
 "aws-smithy-http 0.41.0",
 "aws-smithy-http-tower 0.41.0",
 "aws-smithy-types 0.41.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de133c5629abab72cad7c4eeab522cb9dfa11ab7ace07d051ef7c29bb54fd370"
dependencies = [
 "aws-smithy-async 0.42.0",
 "aws-smithy-http 0.42.0",
 "aws-smithy-http-tower 0.42.0",
 "aws-smithy-types 0.42.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14afb75139d67d3e076afbdc25110d409573e941e69ce1434d7d85107a2886f4"
dependencies = [
 "aws-smithy-async 0.43.0",
 "aws-smithy-http 0.43.0",
 "aws-smithy-http-tower 0.43.0",
 "aws-smithy-types 0.43.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba658f0c70f4d8aacf1f8d522d1e5082a86c1c3c036cb6e017aab97d0e5e32a7"
dependencies = [
 "aws-smithy-async 0.44.0",
 "aws-smithy-http 0.44.0",
 "aws-smithy-http-tower 0.44.0",
 "aws-smithy-types 0.44.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7a1f41d103bc313190a2af4bb8ff67311ae2e673e3701202fe707fc9597da4c"
dependencies = [
 "aws-smithy-async 0.45.0",
 "aws-smithy-http 0.45.0",
 "aws-smithy-http-tower 0.45.0",
 "aws-smithy-types 0.45.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44243329ba8618474c3b7f396de281f175ae172dd515b3d35648671a3cf51871"
dependencies = [
 "aws-smithy-async 0.46.0",
 "aws-smithy-http 0.46.0",
 "aws-smithy-http-tower 0.46.0",
 "aws-smithy-types 0.46.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e147b157f49ce77f2a86ec693a14c84b2441fa28be58ffb2febb77d5726c934"
dependencies = [
 "aws-smithy-async 0.47.0",
 "aws-smithy-http 0.47.0",
 "aws-smithy-http-tower 0.47.0",
 "aws-smithy-types 0.47.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13f402fa9a45353f7f02f8046a6a568143844d201c5b4cc3bedb6442058538c8"
dependencies = [
 "aws-smithy-async 0.48.0",
 "aws-smithy-http 0.48.0",
 "aws-smithy-http-tower 0.48.0",
 "aws-smithy-types 0.48.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec39585f8274fa543ad5c63cc09cbd435666be16b2cf99e4e07be5cf798bc050"
dependencies = [
 "aws-smithy-async 0.49.0",
 "aws-smithy-http 0.49.0",
 "aws-smithy-http-tower 0.49.0",
 "aws-smithy-types 0.49.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff28d553714f8f54cd921227934fc13a536a1c03f106e56b362fd57e16d450ad"
dependencies = [
 "aws-smithy-async 0.51.0",
 "aws-smithy-http 0.51.0",
 "aws-smithy-http-tower 0.51.0",
 "aws-smithy-types 0.51.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f505bf793eb3e6d7c166ef1275c27b4b2cd5361173fe950ac8e2cfc08c29a7ef"
dependencies = [
 "aws-smithy-async 0.52.0",
 "aws-smithy-http 0.52.0",
 "aws-smithy-http-tower 0.52.0",
 "aws-smithy-types 0.52.0",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "710ca0f8dacddda5fbcaf5c3cd9d02da7913fd463a2ee9555b617bf168bedacb"
dependencies = [
 "aws-smithy-async 0.53.1",
 "aws-smithy-http 0.53.1",
 "aws-smithy-http-tower 0.53.1",
 "aws-smithy-types 0.53.1",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "104ca17f56cde00a10207169697dfe9c6810db339d52fb352707e64875b30a44"
dependencies = [
 "aws-smithy-async 0.54.4",
 "aws-smithy-http 0.54.4",
 "aws-smithy-http-tower 0.54.4",
 "aws-smithy-types 0.54.4",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd"
dependencies = [
 "aws-smithy-async 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-http-tower 0.55.3",
 "aws-smithy-types 0.55.3",
 "bytes",
 "fastrand 1.9.0",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-client"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27b2756264c82f830a91cb4d2d485b2d19ad5bea476d9a966e03d27f27ba59a"
dependencies = [
 "aws-smithy-async 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-http-tower 0.56.1",
 "aws-smithy-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tokio",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf5331725af34032d770a313bcc407f8b66866515157bbea598b9054a7ca4ce"
dependencies = [
 "aws-smithy-types 0.37.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12c787e24b757634453a60ff05948aa1b450f5b3a7a2094f22acff8a5022635b"
dependencies = [
 "aws-smithy-types 0.38.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579d0c2ae96c700499c5330f082c4170b0535835f01eb845056324aa0abd04b4"
dependencies = [
 "aws-smithy-types 0.39.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.40.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06512ad2d8e80dcddb67859ed482ff433e2a2769228b980c1403d2cb069e365"
dependencies = [
 "aws-smithy-types 0.40.2",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d800c8684fa567cdf1abd9654c7997b2a887e7b06022938756193472ec7ec251"
dependencies = [
 "aws-smithy-types 0.41.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "119f6f903f5c27308c732f6c7e460aee91e083b3229db2b21fa40436fc60eda7"
dependencies = [
 "aws-smithy-types 0.42.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1976aaf680a01d5ca920cc5834bb808576e803845107907b991d6a441747098b"
dependencies = [
 "aws-smithy-types 0.43.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb3bd864edb558c2fdad04cea99f2bafa2ad9cde4a78048273b534be8b34cf9"
dependencies = [
 "aws-smithy-types 0.44.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17bf583ba80ee4ef0fbae4fd1bce07567a03411ac2f82f80d2cfb41ea263c172"
dependencies = [
 "aws-smithy-types 0.45.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fba78f69a5bbe7ac1826389304c67b789032d813574e78f9a2d450634277f833"
dependencies = [
 "aws-smithy-types 0.46.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc1af50eac644ab6f58e5bae29328ba3092851fc2ce648ad139134699b2b66f"
dependencies = [
 "aws-smithy-types 0.47.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23861d0b53a1369eab1e8d48c8bb3492eb3def1c2f2222dfb1bad58dd03914a5"
dependencies = [
 "aws-smithy-types 0.48.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "014a0ef5c4508fc2f6a9d3925c214725af19f020ea388db48e20196cc4cc9d6d"
dependencies = [
 "aws-smithy-types 0.49.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf58ed4fefa61dbf038e5421a521cbc2c448ef69deff0ab1d915d8a10eda5664"
dependencies = [
 "aws-smithy-types 0.51.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e4b4304b7ea4af1af3e08535100eb7b6459d5a6264b92078bf85176d04ab85"
dependencies = [
 "aws-smithy-types 0.52.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29dcab29afbea7726f5c10c7be0c38666d7eb07db551580b3b26ed7cfb5d1935"
dependencies = [
 "aws-smithy-types 0.53.1",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "873f316f1833add0d3aa54ed1b0cd252ddd88c792a0cf839886400099971e844"
dependencies = [
 "aws-smithy-types 0.54.4",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28"
dependencies = [
 "aws-smithy-types 0.55.3",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54cdcf365d8eee60686885f750a34c190e513677db58bbc466c44c588abf4199"
dependencies = [
 "aws-smithy-types 0.56.1",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "hyper",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7972373213d1d6e619c0edc9dda2d6634154e4ed75c5e0b2bf065cd5ec9f0d1"
dependencies = [
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03f240d3eafae9359943d0ccdabf96f507e2ce00d865578bb10fc21c6a08a72"
dependencies = [
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96daaad925331c72449423574fdc72b54af780d5a23ace3c0a6ad0ccbf378715"
dependencies = [
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http"
version = "0.60.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f10fa66956f01540051b0aa7ad54574640f748f9839e843442d99b970d3aff9"
dependencies = [
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "pin-utils",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9348b599cd1107b814f2723a98f2e816baba245412a99499a34bda8c32da5d3"
dependencies = [
 "aws-smithy-http 0.37.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f80a2c56fc09fc9a2da3c63f286ec2a89465433219f8165e14e522283a5eb8"
dependencies = [
 "aws-smithy-http 0.38.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "101a2e213acebe624cfb9bfc944de5e33c849e0df0f09c3d3aa3b54368dbe7af"
dependencies = [
 "aws-smithy-http 0.39.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.40.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61cc242962fc624a942cd9d9341007f3a28d94d72ba4eaed82754126e19c7327"
dependencies = [
 "aws-smithy-http 0.40.2",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8017959786cce64e690214d303d062c97fcd38a68df7cb444255e534c9bbce49"
dependencies = [
 "aws-smithy-http 0.41.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "991855d24079be0b7485a5753f987f060a153757c7f21729d705f2834366c096"
dependencies = [
 "aws-smithy-http 0.42.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba6a7a52b67bab2277e677e656970ed38e06b9f74e42c37a54f7f61550d3264d"
dependencies = [
 "aws-smithy-http 0.43.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44dc4d903a0629df43f9787ac28db8a0fe5b62e3b8d803812c9a122b8a69ac1a"
dependencies = [
 "aws-smithy-http 0.44.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8845020b3875bcaf61c4174430975a07dc9ca9653f1029fcbbf61d197cbe593"
dependencies = [
 "aws-smithy-http 0.45.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff8a512d68350561e901626baa08af9491cfbd54596201b84b4da846a59e4da3"
dependencies = [
 "aws-smithy-http 0.46.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1bf4c4664dff2febf91f8796505c5bc8f38a0bff0d1397d1d3fdda17bd5c5d1"
dependencies = [
 "aws-smithy-http 0.47.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f6b3ae42d5c52bbaadfdd31c09fd11c92b823d329915dedbb08c0e9525755c"
dependencies = [
 "aws-smithy-http 0.48.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deecb478dc3cc40203e0e97ac0fb92947e0719754bbafd0026bdc49318e2fd03"
dependencies = [
 "aws-smithy-http 0.49.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c96d7bd35e7cf96aca1134b2f81b1b59ffe493f7c6539c051791cbbf7a42d3"
dependencies = [
 "aws-smithy-http 0.51.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86072ecc4dc4faf3e2071144285cfd539263fe7102b701d54fb991eafb04af8"
dependencies = [
 "aws-smithy-http 0.52.0",
 "aws-smithy-types 0.52.0",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5856d2f1063c0f726a85f32dcd2a9f5a1d994eb27b156abccafc7260f3f471d"
dependencies = [
 "aws-smithy-http 0.53.1",
 "aws-smithy-types 0.53.1",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f38231d3f5dac9ac7976f44e12803add1385119ffca9e5f050d8e980733d164"
dependencies = [
 "aws-smithy-http 0.54.4",
 "aws-smithy-types 0.54.4",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9"
dependencies = [
 "aws-smithy-http 0.55.3",
 "aws-smithy-types 0.55.3",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-http-tower"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "822de399d0ce62829a69dfa8c5cd08efdbe61a7426b953e2268f8b8b52a607bd"
dependencies = [
 "aws-smithy-http 0.56.1",
 "aws-smithy-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "http-body",
 "pin-project-lite",
 "tower",
 "tracing",
]

[[package]]
name = "aws-smithy-json"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95cca947d42c1e399b19c70e5869963581fe89d9430cddb67a9f0a3a6ebe07fa"
dependencies = [
 "aws-smithy-types 0.37.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b59d67d8baecb7485eeb75eb7f262777d5727cd368b16757207c9c1bdf506bd8"
dependencies = [
 "aws-smithy-types 0.38.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd21f28535a2538b77274aa590abfb6d37aece3281dfc4c9411c1625d3b9239e"
dependencies = [
 "aws-smithy-types 0.39.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.40.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfb575dc48946d75a55a28137fce1ae2b94fd75b82ddad7d67760b0613a08068"
dependencies = [
 "aws-smithy-types 0.40.2",
]

[[package]]
name = "aws-smithy-json"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3796e2a4a3b7d15db2fd5aec2de9220919332648f0a56a77b5c53caf4a9653fa"
dependencies = [
 "aws-smithy-types 0.41.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c96aa965ba386c7206c0913c6cbdfd27cf6b276e8834a7408b67f04994e647"
dependencies = [
 "aws-smithy-types 0.42.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168c5afb872e8d11f086bfa0157833293d2cac0ab66176690a887ad1367dd4a7"
dependencies = [
 "aws-smithy-types 0.43.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3abdf01b1642ea4eccc3a89bbe636160f9926bd81c99e5c58970ef92139f5184"
dependencies = [
 "aws-smithy-types 0.44.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "748702917f9c54f8300710cb7284152fdba6881741654880bfd5c11ecf230425"
dependencies = [
 "aws-smithy-types 0.45.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31b7633698853aae80bd8b26866531420138eca91ea4620735d20b0537c93c2e"
dependencies = [
 "aws-smithy-types 0.46.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e6ebc76c3c108dd2a96506bf47dc31f75420811a19f1a09907524d1451789d2"
dependencies = [
 "aws-smithy-types 0.47.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5048b693643803c001f88fad36c5a7aa1159e56b0025527fadc57e830aa48b11"
dependencies = [
 "aws-smithy-types 0.48.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6593456af93c4a39724f7dc9d239833102ab96c1d1e94c35ea79f0e55f9fd54c"
dependencies = [
 "aws-smithy-types 0.49.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8324ba98c8a94187723cc16c37aefa09504646ee65c3d2c3af495bab5ea701b"
dependencies = [
 "aws-smithy-types 0.51.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3ddd9275b167bc59e9446469eca56177ec0b51225632f90aaa2cd5f41c940e"
dependencies = [
 "aws-smithy-types 0.52.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb33659b68480495b5f906b946c8642928440118b1d7e26a25a067303ca01a5"
dependencies = [
 "aws-smithy-types 0.53.1",
]

[[package]]
name = "aws-smithy-json"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd83ff2b79e9f729746fcc8ad798676b68fe6ea72986571569a5306a277a182"
dependencies = [
 "aws-smithy-types 0.54.4",
]

[[package]]
name = "aws-smithy-json"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8"
dependencies = [
 "aws-smithy-types 0.55.3",
]

[[package]]
name = "aws-smithy-json"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1e7ab8fa7ad10c193af7ae56d2420989e9f4758bf03601a342573333ea34f"
dependencies = [
 "aws-smithy-types 0.56.1",
]

[[package]]
name = "aws-smithy-json"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d64d5af16dd585de9ff6c606423c1aaad47c6baa38de41c2beb32ef21c6645"
dependencies = [
 "aws-smithy-types 0.57.2",
]

[[package]]
name = "aws-smithy-json"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5593def1d50cab58bffa61483a66d369520ae8d95902562314bac9bad6aaa64d"
dependencies = [
 "aws-smithy-types 0.100.0",
]

[[package]]
name = "aws-smithy-json"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ff985bee3fe21046dc501fadc1d04a1161977c55a0cbbccd9b111c18206aa64"
dependencies = [
 "aws-smithy-types 0.101.0",
]

[[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 1.1.8",
]

[[package]]
name = "aws-smithy-runtime"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745e096b3553e7e0f40622aa04971ce52765af82bebdeeac53aa6fc82fe801e6"
dependencies = [
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-runtime-api 0.56.1",
 "aws-smithy-types 0.56.1",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839b363adf3b2bdab2742a1f540fec23039ea8bc9ec0f9f61df48470cfe5527b"
dependencies = [
 "aws-smithy-async 0.57.2",
 "aws-smithy-http 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1ad73bc100c48acc09794914f06ae717f8d07132c2512a667e516f0c0a5fd4d"
dependencies = [
 "aws-smithy-async 0.100.0",
 "aws-smithy-http 0.58.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d28af854558601b4202a4273b9720aebe43d73e472143e6056f16e3bd90bc837"
dependencies = [
 "aws-smithy-async 0.101.0",
 "aws-smithy-http 0.59.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec81002d883e5a7fd2bb063d6fb51c4999eb55d404f4fff3dd878bf4733b9f01"
dependencies = [
 "aws-smithy-async 1.2.0",
 "aws-smithy-http 0.60.7",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "bytes",
 "fastrand 2.0.2",
 "http 0.2.12",
 "http-body",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime-api"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d0ae0c9cfd57944e9711ea610b48a963fb174a53aabacc08c5794a594b1d02"
dependencies = [
 "aws-smithy-async 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-types 0.56.1",
 "bytes",
 "http 0.2.12",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime-api"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24ecc446e62c3924539e7c18dec8038dba4fdf8718d5c2de62f9d2fecca8ba9"
dependencies = [
 "aws-smithy-async 0.57.2",
 "aws-smithy-types 0.57.2",
 "bytes",
 "http 0.2.12",
 "pin-project-lite",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime-api"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d354f37c2df3661338507bdb78d4ace08d3ff687c3ece9b0dca12f6fd5d09184"
dependencies = [
 "aws-smithy-async 0.100.0",
 "aws-smithy-types 0.100.0",
 "bytes",
 "http 0.2.12",
 "pin-project-lite",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime-api"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1c68e17e754b86da350b43add38294189121a880e9c3fb454f83ff7044f5257"
dependencies = [
 "aws-smithy-async 0.101.0",
 "aws-smithy-types 0.101.0",
 "bytes",
 "http 0.2.12",
 "pin-project-lite",
 "tokio",
 "tracing",
]

[[package]]
name = "aws-smithy-runtime-api"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9acb931e0adaf5132de878f1398d83f8677f90ba70f01f65ff87f6d7244be1c5"
dependencies = [
 "aws-smithy-async 1.2.0",
 "aws-smithy-types 1.1.8",
 "bytes",
 "http 0.2.12",
 "http 1.1.0",
 "pin-project-lite",
 "tokio",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-smithy-types"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78f74fe1257d0f1d3bf2ebf4ddcad2da2679c1c05ddccd0bc79436868b96ab1c"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfed653678d1059bed597054c65ce44892aa79cd94444e386d7611843db9f0a2"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "962f2da621cd29f272636eebce39ca321c91e02bbb7eb848c4587ac14933d339"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.40.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "540e9d7f6d9655b17d2a794b0a54322359754fea3357a60f6d9c7cf1bc7ff0f2"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c7f957a2250cc0fa4ccf155e00aeac9a81f600df7cd4ecc910c75030e6534f5"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b470753cf7e2ce6b7c55f66cb1d17576654878cd41d72bd863a38336569543f4"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72afd4e14f068f773d53123b28cabbfd44cfb1f69418f83fa16f2fca65959daf"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d60bf15d33cbbe6cf0708a6908fab91166187550ac963c62427d2befea8e648f"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b74dbb59d20bf29d62772c99dfb8b32377a101c0b03879138f34b3e9b15bdc"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d230d281653de22fb0e9c7c74d18d724a39d7148e2165b1e760060064c4967c0"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "352fb335ec1d57160a17a13e87aaa0a172ab780ddf58bfc85caedd3b7e47caed"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4149b09b9d8cf37f0afc390144f5d71b8f4daadfd9540ddf43ad27b54d407470"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e93b0c93a3b963da946a0b8ef3853a7252298eb75cdbfb21dad60f5ed0ded861"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b02e06ea63498c43bc0217ea4d16605d4e58d85c12fc23f6572ff6d0a840c61"
dependencies = [
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "987b1e37febb9bd409ca0846e82d35299e572ad8279bc404778caeb5fc05ad56"
dependencies = [
 "base64-simd 0.7.0",
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2013465a070decdeb3e85ceb3370ae85ba05f56f914abfd89858d7281c4f12c3"
dependencies = [
 "base64-simd 0.7.0",
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8161232eda10290f5136610a1eb9de56aceaccd70c963a26a260af20ac24794f"
dependencies = [
 "base64-simd 0.8.0",
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8"
dependencies = [
 "base64-simd 0.8.0",
 "itoa",
 "num-integer",
 "ryu",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d90dbc8da2f6be461fa3c1906b20af8f79d14968fe47f2b7d29d086f62a51728"
dependencies = [
 "base64-simd 0.8.0",
 "itoa",
 "num-integer",
 "ryu",
 "serde",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051de910296522a21178a2ea402ea59027eef4b63f1cef04a0be2bb5e25dea03"
dependencies = [
 "base64-simd 0.8.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "itoa",
 "num-integer",
 "pin-project-lite",
 "pin-utils",
 "ryu",
 "serde",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d66124208cd17da157b8603fee220187239caa3531a0c71260704a076281d8"
dependencies = [
 "base64-simd 0.8.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "itoa",
 "num-integer",
 "pin-project-lite",
 "pin-utils",
 "ryu",
 "serde",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d97b978d8a351ea5744206ecc643a1d3806628680e9f151b4d6b7a76fec1596f"
dependencies = [
 "base64-simd 0.8.0",
 "bytes",
 "bytes-utils",
 "futures-core",
 "http 0.2.12",
 "http-body",
 "itoa",
 "num-integer",
 "pin-project-lite",
 "pin-utils",
 "ryu",
 "serde",
 "time 0.3.34",
]

[[package]]
name = "aws-smithy-types"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe14dceea1e70101d38fbf2a99e6a34159477c0fb95e68e05c66bd7ae4c3729"
dependencies = [
 "base64-simd 0.8.0",
 "bytes",
 "bytes-utils",
 "http 0.2.12",
 "http-body",
 "itoa",
 "num-integer",
 "pin-project-lite",
 "pin-utils",
 "ryu",
 "serde",
 "time 0.3.34",
]

[[package]]
name = "aws-types"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af23ce8f235a6378e1837a30abc3d02f8d2b04dc526b4a28724f7ad2b85af5d"
dependencies = [
 "aws-smithy-async 0.37.0",
 "aws-smithy-client 0.37.0",
 "aws-smithy-types 0.37.0",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b111a0d144e1c570675358d2fae7eb5ddf9010d9db63142fe3bb80353ff65f38"
dependencies = [
 "aws-smithy-async 0.38.0",
 "aws-smithy-client 0.38.0",
 "aws-smithy-types 0.38.0",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68159725aa77553dbc6028f36d8378563cd45b18ef9cf03d1515ac469efacf13"
dependencies = [
 "aws-smithy-async 0.39.0",
 "aws-smithy-client 0.39.0",
 "aws-smithy-types 0.39.0",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a1ae75d090d4cd44b2fe1d2de1783ff8665f2f0e3957f5e99c1a5760a77a0a"
dependencies = [
 "aws-smithy-async 0.40.2",
 "aws-smithy-client 0.40.2",
 "aws-smithy-http 0.40.2",
 "aws-smithy-types 0.40.2",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "394d5c945b747ab3292b94509b78c91191aacfd1deacbcd58371d6f61f8be78a"
dependencies = [
 "aws-smithy-async 0.41.0",
 "aws-smithy-client 0.41.0",
 "aws-smithy-http 0.41.0",
 "aws-smithy-types 0.41.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5641c99c740574f7a7e70c03773f5ead9f9daf2d95ce6c790ddb4747e000bb0"
dependencies = [
 "aws-smithy-async 0.42.0",
 "aws-smithy-client 0.42.0",
 "aws-smithy-http 0.42.0",
 "aws-smithy-types 0.42.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b500c108f8aa03ff2a401373abcc20e7752795ecd6fa6d4628e606d0d26a23"
dependencies = [
 "aws-smithy-async 0.43.0",
 "aws-smithy-client 0.43.0",
 "aws-smithy-http 0.43.0",
 "aws-smithy-types 0.43.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40d4a682b35d27cd73ef1beebdbfcdf7686b6cbf8bb76a2983d219a17ce73559"
dependencies = [
 "aws-smithy-async 0.44.0",
 "aws-smithy-client 0.44.0",
 "aws-smithy-http 0.44.0",
 "aws-smithy-types 0.44.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d31c4af87ae335c41a1ce7d6d699ef274551444e920e93afca3e008aee8f89"
dependencies = [
 "aws-smithy-async 0.45.0",
 "aws-smithy-client 0.45.0",
 "aws-smithy-http 0.45.0",
 "aws-smithy-types 0.45.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb54f097516352475a0159c9355f8b4737c54044538a4d9aca4d376ef2361ccc"
dependencies = [
 "aws-smithy-async 0.46.0",
 "aws-smithy-client 0.46.0",
 "aws-smithy-http 0.46.0",
 "aws-smithy-types 0.46.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8140b89d76f67be2c136d7393e7e6d8edd65424eb58214839efbf4a2e4f7e8a3"
dependencies = [
 "aws-smithy-async 0.47.0",
 "aws-smithy-client 0.47.0",
 "aws-smithy-http 0.47.0",
 "aws-smithy-types 0.47.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bba03e59e1a0223a2bd3567da2b07a458b067ccf7846996b82406e80008ebc1"
dependencies = [
 "aws-smithy-async 0.48.0",
 "aws-smithy-client 0.48.0",
 "aws-smithy-http 0.48.0",
 "aws-smithy-types 0.48.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f3f349b39781849261db1c727369923bb97007cf7bd0deb3a6e9e461c8d38f"
dependencies = [
 "aws-smithy-async 0.49.0",
 "aws-smithy-client 0.49.0",
 "aws-smithy-http 0.49.0",
 "aws-smithy-types 0.49.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05701d32da168b44f7ee63147781aed8723e792cc131cb9b18363b5393f17f70"
dependencies = [
 "aws-smithy-async 0.51.0",
 "aws-smithy-client 0.51.0",
 "aws-smithy-http 0.51.0",
 "aws-smithy-types 0.51.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c05adca3e2bcf686dd2c47836f216ab52ed7845c177d180c84b08522c1166a3"
dependencies = [
 "aws-smithy-async 0.52.0",
 "aws-smithy-client 0.52.0",
 "aws-smithy-http 0.52.0",
 "aws-smithy-types 0.52.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
 "zeroize",
]

[[package]]
name = "aws-types"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f00f4b0cdd345686e6389f3343a3020f93232d20040802b87673ddc2d02956"
dependencies = [
 "aws-credential-types 0.53.0",
 "aws-smithy-async 0.53.1",
 "aws-smithy-client 0.53.1",
 "aws-smithy-http 0.53.1",
 "aws-smithy-types 0.53.1",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "0.54.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f15b34253b68cde08e39b0627cc6101bcca64351229484b4743392c035d057"
dependencies = [
 "aws-credential-types 0.54.1",
 "aws-smithy-async 0.54.4",
 "aws-smithy-client 0.54.4",
 "aws-smithy-http 0.54.4",
 "aws-smithy-types 0.54.4",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "0.55.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829"
dependencies = [
 "aws-credential-types 0.55.3",
 "aws-smithy-async 0.55.3",
 "aws-smithy-client 0.55.3",
 "aws-smithy-http 0.55.3",
 "aws-smithy-types 0.55.3",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "0.56.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85aa0451bf8af1bf22a4f028d5d28054507a14be43cb8ac0597a8471fba9edfe"
dependencies = [
 "aws-credential-types 0.56.1",
 "aws-smithy-async 0.56.1",
 "aws-smithy-client 0.56.1",
 "aws-smithy-http 0.56.1",
 "aws-smithy-types 0.56.1",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "0.57.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048bbf1c24cdf4eb1efcdc243388a93a90ebf63979e25fc1c7b8cbd9cb6beb38"
dependencies = [
 "aws-credential-types 0.57.2",
 "aws-smithy-async 0.57.2",
 "aws-smithy-runtime-api 0.57.2",
 "aws-smithy-types 0.57.2",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bee3e0dfe1b104957a49f17b5a77b1e783deac4dfd829f2718ca0437ac7b814"
dependencies = [
 "aws-credential-types 0.58.0",
 "aws-smithy-async 0.100.0",
 "aws-smithy-runtime-api 0.100.0",
 "aws-smithy-types 0.100.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "0.101.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61065f0c6070cb0f9aaddfa614605fb1049908481da71ba5b39b2ffca12f57e4"
dependencies = [
 "aws-credential-types 0.101.0",
 "aws-smithy-async 0.101.0",
 "aws-smithy-runtime-api 0.101.0",
 "aws-smithy-types 0.101.0",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws-types"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dbf2f3da841a8930f159163175cf6a3d16ddde517c1b0fba7aa776822800f40"
dependencies = [
 "aws-credential-types 1.1.8",
 "aws-smithy-async 1.2.0",
 "aws-smithy-runtime-api 1.2.0",
 "aws-smithy-types 1.1.8",
 "http 0.2.12",
 "rustc_version 0.4.0",
 "tracing",
]

[[package]]
name = "aws_lambda_events"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55d7e5deac5e49330042b4e174dafe84ebf71685bfcd94f285bac7aa31e0aeb1"
dependencies = [
 "base64 0.13.1",
 "bytes",
 "chrono",
 "http 0.2.12",
 "http-body",
 "http-serde",
 "query_map 0.5.0",
 "serde",
 "serde_derive",
 "serde_json",
]

[[package]]
name = "aws_lambda_events"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d376097ccf49a2699d554558267b2735f62ce94ee1840a9f73253ad7c26fbaa7"
dependencies = [
 "base64 0.13.1",
 "bytes",
 "chrono",
 "http 0.2.12",
 "http-body",
 "http-serde",
 "query_map 0.6.0",
 "serde",
 "serde_derive",
 "serde_json",
]

[[package]]
name = "backtrace"
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
 "addr2line",
 "cc",
 "cfg-if",
 "libc",
 "miniz_oxide",
 "object",
 "rustc-demangle",
]

[[package]]
name = "base-x"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"

[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"

[[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.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
dependencies = [
 "simd-abstraction",
]

[[package]]
name = "base64-simd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
dependencies = [
 "outref 0.5.1",
 "vsimd",
]

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"

[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
 "generic-array",
]

[[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 = "bumpalo"
version = "3.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"

[[package]]
name = "bytes"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
dependencies = [
 "serde",
]

[[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.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"

[[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.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
dependencies = [
 "android-tzdata",
 "iana-time-zone",
 "js-sys",
 "num-traits",
 "serde",
 "wasm-bindgen",
 "windows-targets 0.52.4",
]

[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"

[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"

[[package]]
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
 "libc",
]

[[package]]
name = "crc32fast"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
dependencies = [
 "cfg-if",
]

[[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 = "crypto-mac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
dependencies = [
 "generic-array",
 "subtle",
]

[[package]]
name = "crypto-mac"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
 "generic-array",
 "subtle",
]

[[package]]
name = "ct-logs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"
dependencies = [
 "sct 0.6.1",
]

[[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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
 "generic-array",
]

[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
 "block-buffer 0.10.4",
 "crypto-common",
 "subtle",
]

[[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 = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"

[[package]]
name = "either"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"

[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"

[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
 "instant",
]

[[package]]
name = "fastrand"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"

[[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"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"

[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"

[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
]

[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"

[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"

[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-macro",
 "futures-sink",
 "futures-task",
 "memchr",
 "pin-project-lite",
 "pin-utils",
 "slab",
]

[[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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
dependencies = [
 "cfg-if",
 "libc",
 "wasi",
]

[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"

[[package]]
name = "h2"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"
dependencies = [
 "bytes",
 "fnv",
 "futures-core",
 "futures-sink",
 "futures-util",
 "http 0.2.12",
 "indexmap",
 "slab",
 "tokio",
 "tokio-util",
 "tracing",
]

[[package]]
name = "hashbrown"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"

[[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.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
dependencies = [
 "crypto-mac 0.10.1",
 "digest 0.9.0",
]

[[package]]
name = "hmac"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
dependencies = [
 "crypto-mac 0.11.1",
 "digest 0.9.0",
]

[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
 "digest 0.10.7",
]

[[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-serde"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
dependencies = [
 "http 0.2.12",
 "serde",
]

[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"

[[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.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
 "bytes",
 "futures-channel",
 "futures-core",
 "futures-util",
 "h2",
 "http 0.2.12",
 "http-body",
 "httparse",
 "httpdate",
 "itoa",
 "pin-project-lite",
 "socket2",
 "tokio",
 "tower-service",
 "tracing",
 "want",
]

[[package]]
name = "hyper-rustls"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
dependencies = [
 "ct-logs",
 "futures-util",
 "hyper",
 "log",
 "rustls 0.19.1",
 "rustls-native-certs 0.5.0",
 "tokio",
 "tokio-rustls 0.22.0",
 "webpki 0.21.4",
]

[[package]]
name = "hyper-rustls"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
dependencies = [
 "http 0.2.12",
 "hyper",
 "log",
 "rustls 0.20.9",
 "rustls-native-certs 0.6.3",
 "tokio",
 "tokio-rustls 0.23.4",
]

[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
 "android_system_properties",
 "core-foundation-sys",
 "iana-time-zone-haiku",
 "js-sys",
 "wasm-bindgen",
 "windows-core",
]

[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
 "cc",
]

[[package]]
name = "indexmap"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
 "equivalent",
 "hashbrown",
]

[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
 "cfg-if",
]

[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"

[[package]]
name = "js-sys"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"

[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
 "bitflags 2.5.0",
 "libc",
]

[[package]]
name = "log"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"

[[package]]
name = "md-5"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
dependencies = [
 "block-buffer 0.9.0",
 "digest 0.9.0",
 "opaque-debug",
]

[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"

[[package]]
name = "memchr"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"

[[package]]
name = "miniz_oxide"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
 "adler",
]

[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
 "libc",
 "wasi",
 "windows-sys 0.48.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.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
 "autocfg",
]

[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
 "hermit-abi",
 "libc",
]

[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
 "memchr",
]

[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"

[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"

[[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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"

[[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"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
]

[[package]]
name = "pin-project-lite"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"

[[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-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"

[[package]]
name = "proc-macro2"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "query_map"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe3212d819cbdcce67f786cdaf3fe0c2e9d09a6dcd9c9367a1bd344135b8c809"
dependencies = [
 "serde",
 "serde_derive",
]

[[package]]
name = "query_map"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4465aacac3bebc9484cf7a56dc8b2d7feacb657da6002a9198b4f7af4247a204"
dependencies = [
 "form_urlencoded",
 "serde",
 "serde_derive",
]

[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "redox_users"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
 "getrandom",
 "libredox",
 "thiserror",
]

[[package]]
name = "regex"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-automata",
 "regex-syntax",
]

[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
]

[[package]]
name = "regex-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"

[[package]]
name = "regex-syntax"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"

[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
 "cc",
 "libc",
 "once_cell",
 "spin 0.5.2",
 "untrusted 0.7.1",
 "web-sys",
 "winapi",
]

[[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 0.9.8",
 "untrusted 0.9.0",
 "windows-sys 0.52.0",
]

[[package]]
name = "rusoto_core"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02aff20978970d47630f08de5f0d04799497818d16cafee5aec90c4b4d0806cf"
dependencies = [
 "async-trait",
 "base64 0.13.1",
 "bytes",
 "crc32fast",
 "futures",
 "http 0.2.12",
 "hyper",
 "hyper-rustls 0.22.1",
 "lazy_static",
 "log",
 "rusoto_credential 0.46.0",
 "rusoto_signature 0.46.0",
 "rustc_version 0.2.3",
 "serde",
 "serde_json",
 "tokio",
 "xml-rs",
]

[[package]]
name = "rusoto_core"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b4f000e8934c1b4f70adde180056812e7ea6b1a247952db8ee98c94cd3116cc"
dependencies = [
 "async-trait",
 "base64 0.13.1",
 "bytes",
 "crc32fast",
 "futures",
 "http 0.2.12",
 "hyper",
 "hyper-rustls 0.22.1",
 "lazy_static",
 "log",
 "rusoto_credential 0.47.0",
 "rusoto_signature 0.47.0",
 "rustc_version 0.4.0",
 "serde",
 "serde_json",
 "tokio",
 "xml-rs",
]

[[package]]
name = "rusoto_core"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2"
dependencies = [
 "async-trait",
 "base64 0.13.1",
 "bytes",
 "crc32fast",
 "futures",
 "http 0.2.12",
 "hyper",
 "hyper-rustls 0.23.2",
 "lazy_static",
 "log",
 "rusoto_credential 0.48.0",
 "rusoto_signature 0.48.0",
 "rustc_version 0.4.0",
 "serde",
 "serde_json",
 "tokio",
 "xml-rs",
]

[[package]]
name = "rusoto_credential"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e91e4c25ea8bfa6247684ff635299015845113baaa93ba8169b9e565701b58e"
dependencies = [
 "async-trait",
 "chrono",
 "dirs-next",
 "futures",
 "hyper",
 "serde",
 "serde_json",
 "shlex 0.1.1",
 "tokio",
 "zeroize",
]

[[package]]
name = "rusoto_credential"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a46b67db7bb66f5541e44db22b0a02fed59c9603e146db3a9e633272d3bac2f"
dependencies = [
 "async-trait",
 "chrono",
 "dirs-next",
 "futures",
 "hyper",
 "serde",
 "serde_json",
 "shlex 1.3.0",
 "tokio",
 "zeroize",
]

[[package]]
name = "rusoto_credential"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05"
dependencies = [
 "async-trait",
 "chrono",
 "dirs-next",
 "futures",
 "hyper",
 "serde",
 "serde_json",
 "shlex 1.3.0",
 "tokio",
 "zeroize",
]

[[package]]
name = "rusoto_dynamodb"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f26af40f36409cb8fae3069690f78f638f747b55c7b90f338d5ed36016b0cda"
dependencies = [
 "async-trait",
 "bytes",
 "futures",
 "rusoto_core 0.46.0",
 "serde",
 "serde_json",
]

[[package]]
name = "rusoto_dynamodb"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7935e1f9ca57c4ee92a4d823dcd698eb8c992f7e84ca21976ae72cd2b03016e7"
dependencies = [
 "async-trait",
 "bytes",
 "futures",
 "rusoto_core 0.47.0",
 "serde",
 "serde_json",
]

[[package]]
name = "rusoto_dynamodb"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63ad8e126a46122a171587bbee590c5a51f311b65a5e83bb78a1f2adee720762"
dependencies = [
 "async-trait",
 "bytes",
 "futures",
 "rusoto_core 0.48.0",
 "serde",
 "serde_json",
]

[[package]]
name = "rusoto_dynamodbstreams"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "473ddcac688a7b87fa397fd7865135dafb0eda08e76ff2f940d4ea3bc275768a"
dependencies = [
 "async-trait",
 "bytes",
 "futures",
 "rusoto_core 0.46.0",
 "serde",
 "serde_json",
]

[[package]]
name = "rusoto_dynamodbstreams"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e03cd4eff6c92e9dea0e663777e2961e2985ec0ae41933ebe08cd1c78ed17c52"
dependencies = [
 "async-trait",
 "bytes",
 "futures",
 "rusoto_core 0.47.0",
 "serde",
 "serde_json",
]

[[package]]
name = "rusoto_dynamodbstreams"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c94ec750b0cb974f139e6b15b80e6f12a99a2cf352affb23f30fea7c73d5f79d"
dependencies = [
 "async-trait",
 "bytes",
 "futures",
 "rusoto_core 0.48.0",
 "serde",
 "serde_json",
]

[[package]]
name = "rusoto_signature"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5486e6b1673ab3e0ba1ded284fb444845fe1b7f41d13989a54dd60f62a7b2baa"
dependencies = [
 "base64 0.13.1",
 "bytes",
 "futures",
 "hex",
 "hmac 0.10.1",
 "http 0.2.12",
 "hyper",
 "log",
 "md5",
 "percent-encoding",
 "pin-project-lite",
 "rusoto_credential 0.46.0",
 "rustc_version 0.2.3",
 "serde",
 "sha2 0.9.9",
 "time 0.2.27",
 "tokio",
]

[[package]]
name = "rusoto_signature"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6264e93384b90a747758bcc82079711eacf2e755c3a8b5091687b5349d870bcc"
dependencies = [
 "base64 0.13.1",
 "bytes",
 "chrono",
 "digest 0.9.0",
 "futures",
 "hex",
 "hmac 0.11.0",
 "http 0.2.12",
 "hyper",
 "log",
 "md-5",
 "percent-encoding",
 "pin-project-lite",
 "rusoto_credential 0.47.0",
 "rustc_version 0.4.0",
 "serde",
 "sha2 0.9.9",
 "tokio",
]

[[package]]
name = "rusoto_signature"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272"
dependencies = [
 "base64 0.13.1",
 "bytes",
 "chrono",
 "digest 0.9.0",
 "futures",
 "hex",
 "hmac 0.11.0",
 "http 0.2.12",
 "hyper",
 "log",
 "md-5",
 "percent-encoding",
 "pin-project-lite",
 "rusoto_credential 0.48.0",
 "rustc_version 0.4.0",
 "serde",
 "sha2 0.9.9",
 "tokio",
]

[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
 "semver 0.9.0",
]

[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
 "semver 1.0.22",
]

[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
 "base64 0.13.1",
 "log",
 "ring 0.16.20",
 "sct 0.6.1",
 "webpki 0.21.4",
]

[[package]]
name = "rustls"
version = "0.20.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
dependencies = [
 "log",
 "ring 0.16.20",
 "sct 0.7.1",
 "webpki 0.22.4",
]

[[package]]
name = "rustls-native-certs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
dependencies = [
 "openssl-probe",
 "rustls 0.19.1",
 "schannel",
 "security-framework",
]

[[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 0.21.7",
]

[[package]]
name = "ryu"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"

[[package]]
name = "schannel"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
 "windows-sys 0.52.0",
]

[[package]]
name = "sct"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
dependencies = [
 "ring 0.16.20",
 "untrusted 0.7.1",
]

[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
 "ring 0.17.8",
 "untrusted 0.9.0",
]

[[package]]
name = "security-framework"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
dependencies = [
 "bitflags 1.3.2",
 "core-foundation",
 "core-foundation-sys",
 "libc",
 "security-framework-sys",
]

[[package]]
name = "security-framework-sys"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
 "semver-parser",
]

[[package]]
name = "semver"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"

[[package]]
name = "serde"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_bytes"
version = "0.11.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
dependencies = [
 "serde",
]

[[package]]
name = "serde_derive"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
]

[[package]]
name = "serde_dynamo"
version = "4.2.14"
dependencies = [
 "aws-sdk-dynamodb 0.10.1",
 "aws-sdk-dynamodb 0.11.0",
 "aws-sdk-dynamodb 0.12.0",
 "aws-sdk-dynamodb 0.13.0",
 "aws-sdk-dynamodb 0.14.0",
 "aws-sdk-dynamodb 0.15.0",
 "aws-sdk-dynamodb 0.16.0",
 "aws-sdk-dynamodb 0.17.0",
 "aws-sdk-dynamodb 0.18.0",
 "aws-sdk-dynamodb 0.19.0",
 "aws-sdk-dynamodb 0.21.0",
 "aws-sdk-dynamodb 0.22.0",
 "aws-sdk-dynamodb 0.23.0",
 "aws-sdk-dynamodb 0.24.0",
 "aws-sdk-dynamodb 0.25.1",
 "aws-sdk-dynamodb 0.26.0",
 "aws-sdk-dynamodb 0.27.0",
 "aws-sdk-dynamodb 0.28.0",
 "aws-sdk-dynamodb 0.29.0",
 "aws-sdk-dynamodb 0.30.0",
 "aws-sdk-dynamodb 0.31.1",
 "aws-sdk-dynamodb 0.32.0",
 "aws-sdk-dynamodb 0.33.0",
 "aws-sdk-dynamodb 0.34.0",
 "aws-sdk-dynamodb 0.35.0",
 "aws-sdk-dynamodb 0.36.0",
 "aws-sdk-dynamodb 0.37.0",
 "aws-sdk-dynamodb 0.38.0",
 "aws-sdk-dynamodb 0.39.0",
 "aws-sdk-dynamodb 0.7.0",
 "aws-sdk-dynamodb 0.8.0",
 "aws-sdk-dynamodb 0.9.0",
 "aws-sdk-dynamodb 1.20.0",
 "aws-sdk-dynamodbstreams 0.10.1",
 "aws-sdk-dynamodbstreams 0.11.0",
 "aws-sdk-dynamodbstreams 0.12.0",
 "aws-sdk-dynamodbstreams 0.13.0",
 "aws-sdk-dynamodbstreams 0.14.0",
 "aws-sdk-dynamodbstreams 0.15.0",
 "aws-sdk-dynamodbstreams 0.16.0",
 "aws-sdk-dynamodbstreams 0.17.0",
 "aws-sdk-dynamodbstreams 0.18.0",
 "aws-sdk-dynamodbstreams 0.19.0",
 "aws-sdk-dynamodbstreams 0.21.0",
 "aws-sdk-dynamodbstreams 0.22.0",
 "aws-sdk-dynamodbstreams 0.23.0",
 "aws-sdk-dynamodbstreams 0.24.0",
 "aws-sdk-dynamodbstreams 0.25.1",
 "aws-sdk-dynamodbstreams 0.26.0",
 "aws-sdk-dynamodbstreams 0.27.0",
 "aws-sdk-dynamodbstreams 0.28.0",
 "aws-sdk-dynamodbstreams 0.29.0",
 "aws-sdk-dynamodbstreams 0.30.0",
 "aws-sdk-dynamodbstreams 0.31.1",
 "aws-sdk-dynamodbstreams 0.32.0",
 "aws-sdk-dynamodbstreams 0.33.0",
 "aws-sdk-dynamodbstreams 0.34.0",
 "aws-sdk-dynamodbstreams 0.35.0",
 "aws-sdk-dynamodbstreams 0.36.0",
 "aws-sdk-dynamodbstreams 0.37.0",
 "aws-sdk-dynamodbstreams 0.38.0",
 "aws-sdk-dynamodbstreams 0.39.0",
 "aws-sdk-dynamodbstreams 0.8.0",
 "aws-sdk-dynamodbstreams 0.9.0",
 "aws-sdk-dynamodbstreams 1.18.0",
 "aws_lambda_events 0.6.3",
 "aws_lambda_events 0.7.3",
 "base64 0.21.7",
 "chrono",
 "rusoto_core 0.46.0",
 "rusoto_core 0.47.0",
 "rusoto_core 0.48.0",
 "rusoto_dynamodb 0.46.0",
 "rusoto_dynamodb 0.47.0",
 "rusoto_dynamodb 0.48.0",
 "rusoto_dynamodbstreams 0.46.0",
 "rusoto_dynamodbstreams 0.47.0",
 "rusoto_dynamodbstreams 0.48.0",
 "serde",
 "serde_bytes",
 "serde_derive",
 "serde_json",
]

[[package]]
name = "serde_json"
version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
 "sha1_smol",
]

[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"

[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
 "block-buffer 0.9.0",
 "cfg-if",
 "cpufeatures",
 "digest 0.9.0",
 "opaque-debug",
]

[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
 "cfg-if",
 "cpufeatures",
 "digest 0.10.7",
]

[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
 "libc",
]

[[package]]
name = "simd-abstraction"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
dependencies = [
 "outref 0.1.0",
]

[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
dependencies = [
 "libc",
 "windows-sys 0.52.0",
]

[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"

[[package]]
name = "standback"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
 "version_check",
]

[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
 "discard",
 "rustc_version 0.2.3",
 "stdweb-derive",
 "stdweb-internal-macros",
 "stdweb-internal-runtime",
 "wasm-bindgen",
]

[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
 "proc-macro2",
 "quote",
 "serde",
 "serde_derive",
 "syn 1.0.109",
]

[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
 "base-x",
 "proc-macro2",
 "quote",
 "serde",
 "serde_derive",
 "serde_json",
 "sha1",
 "syn 1.0.109",
]

[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"

[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"

[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
version = "2.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
]

[[package]]
name = "time"
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
dependencies = [
 "const_fn",
 "libc",
 "standback",
 "stdweb",
 "time-macros 0.1.1",
 "version_check",
 "winapi",
]

[[package]]
name = "time"
version = "0.3.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
dependencies = [
 "deranged",
 "num-conv",
 "powerfmt",
 "serde",
 "time-core",
 "time-macros 0.2.17",
]

[[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.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
dependencies = [
 "proc-macro-hack",
 "time-macros-impl",
]

[[package]]
name = "time-macros"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
dependencies = [
 "num-conv",
 "time-core",
]

[[package]]
name = "time-macros-impl"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
dependencies = [
 "proc-macro-hack",
 "proc-macro2",
 "quote",
 "standback",
 "syn 1.0.109",
]

[[package]]
name = "tokio"
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
 "backtrace",
 "bytes",
 "libc",
 "mio",
 "num_cpus",
 "pin-project-lite",
 "signal-hook-registry",
 "socket2",
 "tokio-macros",
 "windows-sys 0.48.0",
]

[[package]]
name = "tokio-macros"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
]

[[package]]
name = "tokio-rustls"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
 "rustls 0.19.1",
 "tokio",
 "webpki 0.21.4",
]

[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
 "rustls 0.20.9",
 "tokio",
 "webpki 0.22.4",
]

[[package]]
name = "tokio-stream"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
 "futures-core",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "tokio-util"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
dependencies = [
 "bytes",
 "futures-core",
 "futures-sink",
 "pin-project-lite",
 "tokio",
 "tracing",
]

[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
 "futures-core",
 "futures-util",
 "pin-project",
 "pin-project-lite",
 "tokio",
 "tower-layer",
 "tower-service",
 "tracing",
]

[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"

[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"

[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
 "log",
 "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 2.0.57",
]

[[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-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"

[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"

[[package]]
name = "uuid"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"

[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"

[[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 = "wasm-bindgen"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
 "cfg-if",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
 "bumpalo",
 "log",
 "once_cell",
 "proc-macro2",
 "quote",
 "syn 2.0.57",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
 "quote",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.57",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"

[[package]]
name = "web-sys"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
dependencies = [
 "js-sys",
 "wasm-bindgen",
]

[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
 "ring 0.16.20",
 "untrusted 0.7.1",
]

[[package]]
name = "webpki"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
dependencies = [
 "ring 0.17.8",
 "untrusted 0.9.0",
]

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
 "windows-targets 0.52.4",
]

[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
 "windows-targets 0.48.5",
]

[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
 "windows-targets 0.52.4",
]

[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
 "windows_aarch64_gnullvm 0.48.5",
 "windows_aarch64_msvc 0.48.5",
 "windows_i686_gnu 0.48.5",
 "windows_i686_msvc 0.48.5",
 "windows_x86_64_gnu 0.48.5",
 "windows_x86_64_gnullvm 0.48.5",
 "windows_x86_64_msvc 0.48.5",
]

[[package]]
name = "windows-targets"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
dependencies = [
 "windows_aarch64_gnullvm 0.52.4",
 "windows_aarch64_msvc 0.52.4",
 "windows_i686_gnu 0.52.4",
 "windows_i686_msvc 0.52.4",
 "windows_x86_64_gnu 0.52.4",
 "windows_x86_64_gnullvm 0.52.4",
 "windows_x86_64_msvc 0.52.4",
]

[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"

[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"

[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"

[[package]]
name = "windows_aarch64_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"

[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"

[[package]]
name = "windows_i686_gnu"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"

[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"

[[package]]
name = "windows_i686_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"

[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"

[[package]]
name = "windows_x86_64_gnu"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"

[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"

[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"

[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"

[[package]]
name = "windows_x86_64_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"

[[package]]
name = "xml-rs"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"

[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"