[[bin]]
name = "wdym"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "unstable-doc"]
version = "4.5.26"
[dependencies.color-eyre]
version = "0.6.3"
[dependencies.isolang]
features = ["english_names", "local_names", "lowercase_names"]
version = "2.4.0"
[dependencies.ratatui]
version = "0.29.0"
[dependencies.reqwest]
features = ["blocking", "json", "socks"]
version = "0.12.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.135"
[lib]
name = "wdym"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "command-line-utilities", "web-programming"]
description = "What Do You Mean: Look up definitions and translations online. Has a library and TUI interface"
edition = "2021"
keywords = ["translate", "dictionary", "language", "learning", "japanese"]
license = "MIT OR Apache-2.0"
name = "wdym"
readme = "README.md"
repository = "https://github.com/rywng/wdym-rs"
version = "0.1.1"