fakelish 0.1.2

English-like word generator; port of Ryo Ota's fakelish
Documentation
[[bin]]
name = "fakelish"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.*"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.*"

[dependencies.serde]
features = ["derive"]
version = "1.*"

[dependencies.serde_json]
version = "1.*"

[features]
cli = ["dep:clap"]

[lib]
name = "fakelish"
path = "src/lib.rs"

[package]
authors = ["Ryo Ota", "Yarrow Lane"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "English-like word generator; port of Ryo Ota's fakelish"
edition = "2024"
license = "MIT"
name = "fakelish"
readme = "README.md"
repository = "https://github.com/shareable-vision/fakelish-rs"
version = "0.1.2"

[[test]]
name = "generates_words_test"
path = "tests/generates_words_test.rs"