# 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 = "redict" version = "0.2.3" authors = ["Thomas Vigouroux "] exclude = [".github/*"] description = "A TUI and library to work with DICT servers." homepage = "https://github.com/vigoux/redict" keywords = ["dict", "protocol", "tui"] license-file = "LICENSE" repository = "https://github.com/vigoux/redict" [lib] name = "dictproto" path = "src/protocol/mod.rs" [[bin]] name = "redict" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = ">= 2.33.0" optional = true [dependencies.termion] version = ">= 1.5.0" optional = true [dependencies.tui] version = ">= 0.14.0" optional = true [dependencies.unicode-segmentation] version = ">= 1.7.0" optional = true [dependencies.url] version = ">= 2.2.0" [features] cli = ["tui", "termion", "clap", "unicode-segmentation"] default = ["cli"]