# 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 = "ricksponse" version = "1.0.1" authors = ["Anders Blenstrup-Pedersen "] description = "A request/response structure allowing for a multitude of encodings/decodings" readme = "README.md" categories = [ "Request-Response", "Request", "Response", "Encoding", "Decoding", ] license = "MIT" repository = "https://github.com/nebula-technologies/ricksponse" resolver = "2" [dependencies.actix-http] version = "3.2.1" [dependencies.actix-web] version = "4.1.0" [dependencies.bytes] version = "1.1.0" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.19" [dependencies.futures-core] version = "0.3.19" [dependencies.futures-util] version = "0.3.19" [dependencies.hateoas] version = "1.0.0" optional = true [dependencies.http] version = "0.2.6" [dependencies.mime] version = "0.3.16" [dependencies.railsgun] version = "2.0.0" [dependencies.serde] version = "1.0.135" [dependencies.serde_derive] version = "1.0.135" [dependencies.simple_serde] version = "1.0.0-rc1" features = ["http"] [dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", ] [dev-dependencies.serde_json] version = "1.0.83" [features] actix = [] default = [ "actix", "hateoas", ]