[package]
edition = "2021"
rust-version = "1.91"
name = "aws-smithy-protocol-test"
version = "0.63.13"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of library functions to validate HTTP requests against Smithy protocol tests."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = ["http-02x"]
http-02x = ["dep:http-0x"]
http-1x = ["dep:http-1x"]
[lib]
name = "aws_smithy_protocol_test"
path = "src/lib.rs"
[dependencies.assert-json-diff]
version = "2"
[dependencies.aws-smithy-runtime-api]
version = "1.11.5"
features = ["client"]
[dependencies.base64-simd]
version = "0.8"
[dependencies.cbor-diag]
version = "0.1.12"
[dependencies.ciborium]
version = "0.2"
[dependencies.http-0x]
version = "0.2.12"
optional = true
package = "http"
[dependencies.http-1x]
version = "1.3.1"
optional = true
package = "http"
[dependencies.pretty_assertions]
version = "1.3"
[dependencies.regex-lite]
version = "0.1.5"
[dependencies.roxmltree]
version = "0.14.1"
[dependencies.serde_json]
version = "1.0.146"
[dependencies.thiserror]
version = "2"