# 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 = "ua_generator" version = "0.5.4" authors = ["j-mendez "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Random User Agent Spoofer in Rust." documentation = "https://docs.rs/ua_generator" readme = "README.md" keywords = [ "user_agent", "useragent", "user_agent_spoofer", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/a11ywatch/ua_generator" [lib] name = "ua_generator" path = "src/lib.rs" [dependencies.fastrand] version = "2" [build-dependencies.dotenv] version = "0.15.0" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [build-dependencies.toml] version = "0" [build-dependencies.ureq] version = "2" features = [ "json", "charset", "brotli", ]