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