[dependencies.aquamarine]
optional = true
version = "0.1.1"
[dependencies.colored]
optional = true
version = "2.0.0"
[dependencies.document-features]
version = "0.2.1"
[dependencies.rand]
optional = true
version = "0.8.5"
[dev-dependencies.colored]
version = "2.0.0"
[features]
debug = ["dep:colored"]
default = ["debug", "fancy_docs", "randomness"]
easy_panic = []
fancy_docs = ["dep:aquamarine"]
randomness = ["dep:rand"]
[lib]
bench = true
crate-type = ["lib"]
doc = true
edition = "2021"
name = "speak"
[package]
description = "A minimal, fast, machine-learning based chatbot"
edition = "2021"
keywords = ["speak", "machine-learning", "nlp", "minimal", "fast"]
license = "MPL-2.0"
name = "speak"
publish = true
readme = "README.md"
repository = "https://github.com/blyxyas/speak/"
resolver = "2"
version = "0.1.2"