# 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 = "wrequest" version = "0.4.2" authors = ["Juan Cáceres "] description = "wrequest implements HTTP Request and Response types in Rust." homepage = "https://github.com/cacexp/wrequest" documentation = "https://docs.rs/wrequest/" readme = "README.md" categories = ["network-programming", "web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/cacexp/wrequest" resolver = "2" [dependencies.case_insensitive_hashmap] version = "1.0.0" [dependencies.json] version = "0.12.4" [dependencies.unicase] version = "2.6.0" [dependencies.url] version = "2.2.2" [dependencies.wcookie] version = "0.1.2"