# 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-ext-ios" version = "1.0.0" authors = ["Andrew Toth"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "serde support for http crate types Request, Response, Uri, StatusCode, HeaderMap, Method, in Option or other collections" homepage = "https://github.com/integration-os/http-serde-ext-ios" documentation = "https://docs.rs/http-serde-ext-ios/" readme = "README.md" keywords = [ "http", "serde", "serialization", "deserialize", "url", ] categories = [ "encoding", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/integration-os/http-serde-ext-ios" [lib] name = "http_serde_ext_ios" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.http] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.bincode] version = "1.3" [dev-dependencies.fake] version = "2.9.2" features = ["http"] [dev-dependencies.postcard] version = "1.0" features = ["alloc"] [dev-dependencies.serde_cbor] version = "0.11" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9"