# 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 = "fake_user_agent" version = "0.2.1" authors = ["Vraj Shah"] description = "A simple library for getting random user agents for rust." readme = "README.md" keywords = [ "fake_ua", "user_agent", "user_agent_generator", "random_user_agent", "rand_ua", ] categories = [ "development-tools", "network-programming", ] license = "MIT" repository = "https://github.com/Vrajs16/fake_user_agent" [dependencies.fastrand] version = "2.0.1"