# 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 = "2018" name = "names" version = "0.14.0" authors = ["Fletcher Nichol "] description = """ A random name generator with names suitable for use in container instances, project names, application instances, etc. """ homepage = "https://github.com/fnichol/names" documentation = "https://docs.rs/names" readme = "README.md" keywords = [ "name", "random", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/fnichol/names" [package.metadata.docs.rs] no-default-features = true [dependencies.clap] version = "3.1.5" features = ["derive"] optional = true [dependencies.rand] version = "0.8.4" [dev-dependencies.version-sync] version = "0.9.1" [features] application = ["clap"] default = ["application"]