# 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" rust-version = "1.70.0" name = "random_name_generator" version = "0.3.6" authors = ["Christoph Baker "] exclude = [ ".devcontainer/*", ".github/*", "docs/*", ".gitignore", ".travis.yml", ] description = "Random Name Generator" homepage = "https://github.com/folkengine/random_name_generator_rs" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/folkengine/random_name_generator_rs.git" [lib] name = "rnglib" path = "src/lib.rs" [[bin]] name = "rng" path = "src/main.rs" [[bench]] name = "my_benchmark" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.bitflags] version = "2.4.0" [dependencies.clap] version = "4.4.3" features = [ "cargo", "derive", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.5" [dependencies.rust-embed] version = "8.0.0" [dependencies.titlecase] version = "2.2.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rstest] version = "0.18.2"