# 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 = "petname" version = "2.0.2" authors = ["Gavin Panella "] description = "Generate human readable random names. Usable as a library and from the command-line." readme = "README.md" keywords = [ "pet", "name", "rand", "random", "generator", ] categories = [ "command-line-utilities", "no-std", ] license = "Apache-2.0" repository = "https://github.com/allenap/rust-petname" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [profile.release] opt-level = "z" lto = true strip = true [lib] name = "petname" path = "src/lib.rs" [[bin]] name = "petname" path = "src/main.rs" doc = false required-features = [ "clap", "default-rng", "default-words", ] [dependencies.clap] version = "4.4" features = [ "cargo", "derive", ] optional = true [dependencies.itertools] version = ">=0.11" default-features = false [dependencies.rand] version = "0.8" default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.tempdir] version = "0.3" [build-dependencies.anyhow] version = "1" [build-dependencies.proc-macro2] version = "1" [build-dependencies.quote] version = "1" [features] default = [ "clap", "default-rng", "default-words", ] default-rng = [ "rand/std", "rand/std_rng", ] default-words = []