engish 0.3.9

A language utility for sampling and building words.
Documentation
[build-dependencies.rand]
features = ["serde"]
version = "0.9"

[build-dependencies.ron]
version = "0.12"

[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.rand]
features = ["serde"]
version = "0.9.2"

[dependencies.ron]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[[example]]
name = "dictionary_sampling"
path = "examples/dictionary_sampling.rs"

[[example]]
name = "dictionary_sets"
path = "examples/dictionary_sets.rs"

[[example]]
name = "simple_noun"
path = "examples/simple_noun.rs"

[features]
builders = []
default = ["builders"]

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

[package]
authors = ["Fishy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "A language utility for sampling and building words."
edition = "2021"
keywords = ["language", "words", "english"]
license = "MIT OR Apache-2.0"
name = "engish"
readme = "README.md"
repository = "https://github.com/fishykins/engish/"
version = "0.3.9"