[dependencies.lazy_static]
optional = true
version = "1.4"
[dependencies.thesaurus-moby]
optional = true
version = "0.2"
[dependencies.thesaurus-wordnet]
optional = true
version = "0.2"
[dev-dependencies.cfg-if]
version = "1"
[features]
default = ["wordnet", "static"]
moby = ["thesaurus-moby"]
static = ["lazy_static"]
wordnet = ["thesaurus-wordnet"]
[package]
authors = ["Grant Handy <grantshandy@gmail.com>"]
description = "An offline thesaurus library for Rust."
documentation = "https://docs.rs/thesaurus"
edition = "2021"
keywords = ["thesaurus", "synonym", "synonyms"]
license = "MIT"
name = "thesaurus"
readme = "README.md"
repository = "https://github.com/grantshandy/thesaurus-rs"
resolver = "2"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]