# 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 = "latest_user_agent" version = "0.2.2" authors = ["Marek Gibek "] description = "Rust library for generating latest browser user agent." documentation = "https://docs.rs/latest_user_agent" readme = "README.md" keywords = [ "browser", "user-agent", ] categories = [ "authentication", "network-programming", "web-programming::http-client", ] license = "Unlicense" repository = "https://github.com/marek-g/latest_user_agent" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" default-features = false [dependencies.tokio] version = "1" [dev-dependencies.simple_logger] version = "2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]