# 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 = "2018" name = "reqwest_cookie_store" version = "0.8.0" authors = ["Patrick Fernie "] description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`" documentation = "https://docs.rs/reqwest_cookie_store" readme = "README.md" keywords = [ "cookie", "jar", "store", "http", "reqwest", ] categories = [ "web-programming::http-client", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/pfernie/reqwest_cookie_store" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytes] version = "1.0.1" [dependencies.cookie_store] version = "^0.21" [dependencies.reqwest] version = "^0.12" features = ["cookies"] default-features = false [dependencies.serde] version = "1.0.147" optional = true [dependencies.serde_derive] version = "1.0.147" optional = true [dependencies.url] version = "2.2.2" [dev-dependencies.tokio-test] version = "0.4.1" [features] serde = [ "dep:serde", "dep:serde_derive", ]