# 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 = "2018" name = "actix-xml" version = "0.2.0" authors = ["LightQuantum "] exclude = [".github/*", ".mergify.yml", "rust-toolchain.toml"] description = "XML extractor for actix-web" readme = "README.md" keywords = ["actix", "xml", "parser", "parsing", "extractor"] categories = ["parsing", "text-processing", "encoding", "web-programming", "web-programming::http-server"] license = "MIT" repository = "https://github.com/PhotonQuantum/actix-xml" [dependencies.actix-web] version = "4.0" default-features = false [dependencies.futures] version = "0.3" [dependencies.log] 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.actix-rt] version = "2.6" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] __compress = [] compress-brotli = ["actix-web/compress-brotli", "__compress"] compress-gzip = ["actix-web/compress-gzip", "__compress"] compress-zstd = ["actix-web/compress-zstd", "__compress"] default = ["compress-brotli", "compress-gzip", "compress-zstd"] encoding = ["quick-xml/encoding"]