# 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-up" version = "0.2.0" authors = [ "LightQuantum ", "Jacobtread ", ] 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" [dependencies.axum-core] version = "0.4" [dependencies.bytes] version = "1.5" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.mime] version = "0.3" [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.axum] version = "0.7" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [features] encoding = ["quick-xml/encoding"]