# 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 = "http-serde" version = "2.1.1" authors = ["Kornel "] description = "Serde support for the http crate. (De)serialize HeaderMap, Uri, Method, StatusCode" homepage = "https://lib.rs/crates/http-serde" readme = "README.md" keywords = [ "http", "serde", "deserialize", "status", "url", ] categories = ["encoding"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/kornelski/http-serde" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.http] version = "1.1.0" [dependencies.serde] version = "1.0.203" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.rmp-serde] version = "1.3.0" [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_cbor] version = "0.11.2" [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.serde_yaml] version = "0.9.34"