random_name_generator 0.4.0

Random Name Generator
Documentation
# 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 = "2024"
rust-version = "1.86.0"
name = "random_name_generator"
version = "0.4.0"
authors = ["Christoph Baker <gaoler@electronicpanopticon.com>"]
build = false
exclude = [
    ".devcontainer/*",
    ".github/*",
    "docs/*",
    ".gitignore",
    ".travis.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
path = "benches/my_benchmark.rs"
harness = false

[dependencies.anyhow]
version = "1.0.104"

[dependencies.bitflags]
version = "2.13.1"

[dependencies.clap]
version = "4.6.2"
features = [
    "cargo",
    "derive",
]

[dependencies.log]
version = "0.4.33"

[dependencies.rand]
version = "0.10.2"

[dependencies.regex]
version = "1.13.1"

[dependencies.rust-embed]
version = "8.12.0"
features = ["debug-embed"]

[dependencies.titlecase]
version = "3.6.0"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.rstest]
version = "0.26.1"

[lints.clippy]
unwrap_used = "deny"