# 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 = "actix-multiresponse" version = "0.4.2" authors = ["Tobias de Bruijn "] description = "actix-multiresponse intents to allow supporting multiple response/request data formats depending on the Content-Type and Accept headers" documentation = "https://docs.rs/actix-multiresponse/latest/actix_multiresponse/" readme = "README.md" keywords = [ "actix", "protobuf", "json", "serde", "xml", ] categories = [ "encoding", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TobiasDeBruijn/actix-multiresponse" [dependencies.actix-web] version = "4.0" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.futures-util] version = "0.3.25" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.11" optional = true default-features = false [dependencies.quick-xml] version = "0.27.1" features = ["serialize"] optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.actix-macros] version = "0.2" [dev-dependencies.actix-rt] version = "2.7" [dev-dependencies.prost] version = "0.11" features = ["std"] default-features = false [dev-dependencies.prost-derive] version = "0.11" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "json", "protobuf", ] json = [ "serde", "serde_json", ] protobuf = ["prost"] xml = [ "quick-xml", "serde", ]