# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nigant" version = "0.4.1" authors = ["Sujith Jay Nair "] description = "A Thesaurus for the Terminal" readme = "README.md" keywords = ["thesaurus", "vocabulary"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/twinair/nigant" [[bin]] name = "nigant" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.28" [dependencies.bincode] version = "1.2.1" [dependencies.cacache] version = "6.0.0" [dependencies.config] version = "0.9" [dependencies.error-chain] version = "0.12.2" [dependencies.http] version = "0.2.1" [dependencies.reqwest] version = "0.10.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.structopt] version = "0.3.12" [dependencies.termion] version = "1" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.tui] version = "0.8.0"