aws-smithy-xml 0.60.13

XML parsing logic for Smithy protocols.
Documentation
[dependencies.xmlparser]
version = "0.13.5"

[dev-dependencies.aws-smithy-protocol-test]
version = "0.63.7"

[dev-dependencies.base64]
version = "0.13.0"

[dev-dependencies.proptest]
version = "1"

[lib]
name = "aws_smithy_xml"
path = "src/lib.rs"

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "XML parsing logic for Smithy protocols."
edition = "2021"
license = "Apache-2.0"
name = "aws-smithy-xml"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
rust-version = "1.88"
version = "0.60.13"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "handwritten_parsers"
path = "tests/handwritten_parsers.rs"

[[test]]
name = "handwritten_serializers"
path = "tests/handwritten_serializers.rs"