# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "axum-xml" version = "0.2.0" authors = ["LightQuantum "] exclude = [ ".github/*", ".mergify.yml", "rust-toolchain.toml", "bacon.toml", ] description = "XML extractor for axum" readme = "README.md" keywords = [ "axum", "xml", "parser", "parsing", "extractor", ] categories = [ "parsing", "text-processing", "encoding", "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/PhotonQuantum/axum-xml" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.2" [dependencies.bytes] version = "1.1" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.quick-xml] version = "0.22" features = ["serialize"] [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.axum] version = "0.5" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.17" features = [ "rt", "macros", ] [dev-dependencies.tower] version = "0.4" [dev-dependencies.tower-service] version = "0.3" [dev-dependencies.uuid] version = "0.8" features = ["serde"] [features] encoding = ["quick-xml/encoding"]