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