# 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 = "thesaurust" version = "0.1.0" description = "A command-line interface to Merriam-Webster's collegiate thesaurus." readme = "README.md" keywords = [ "thesaurus", "command-line", "dictionary", "cli", ] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE.txt" repository = "https://github.com/Bobby-Huggins/thesaurust" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.console] version = "0.15.5" features = ["windows-console-colors"] [dependencies.dialoguer] version = "0.10.3" features = [ "fuzzy-select", "completion", "history", ] [dependencies.reqwest] version = "0.11.14" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_derive] version = "1.0.154" [dependencies.serde_json] version = "1.0.94" [dependencies.textwrap] version = "0.16.0" features = [ "hyphenation", "terminal_size", ]