# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "user_agent" version = "0.11.0" authors = ["patrick.fernie@gmail.com"] description = "Provides the concept of a user agent session, storing and retrieving cookies over multiple HTTP requests (a `Session`)." documentation = "https://docs.rs/user_agent" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/pfernie/user_agent" [dependencies.cookie] version = "0.14.1" [dependencies.cookie_store] version = "0.12.0" [dependencies.log] version = "0.4.8" [dependencies.reqwest] version = "0.10.6" features = ["json", "blocking"] [dependencies.url] version = "2.1.1" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde_json] version = "1.0.55" [dev-dependencies.time] version = "0.2.16" [features] default = ["default-tls", "preserve_order"] default-tls = ["reqwest/default-tls"] preserve_order = ["cookie_store/preserve_order"] rustls-tls = ["reqwest/rustls-tls"]