aws-smithy-protocol-test 0.59.0

A collection of library functions to validate HTTP requests against Smithy protocol tests.
Documentation
[dependencies.assert-json-diff]
version = "1.1"

[dependencies.aws-smithy-runtime-api]
features = ["client"]
version = "0.101.0"

[dependencies.http]
version = "0.2.1"

[dependencies.pretty_assertions]
version = "1.3"

[dependencies.regex]
version = "1.5"

[dependencies.roxmltree]
version = "0.14.1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0.40"

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "A collection of library functions to validate HTTP requests against Smithy protocol tests."
edition = "2021"
license = "Apache-2.0"
name = "aws-smithy-protocol-test"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "0.59.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]