dictx 0.1.2

A fast, colorful terminal dictionary with offline indexes and optional AI explanations.
# 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"
rust-version = "1.82"
name = "dictx"
version = "0.1.2"
authors = ["DictX Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, colorful terminal dictionary with offline indexes and optional AI explanations."
documentation = "https://docs.rs/dictx"
readme = "README.md"
keywords = [
    "dictionary",
    "terminal",
    "cli",
    "search",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"

[[bin]]
name = "dictx"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "=4.5.23"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.dictx-core]
version = "0.1.0"

[dependencies.dictx-index]
version = "0.1.0"

[dependencies.dictx-parser]
version = "0.1.1"

[dependencies.dictx-search]
version = "0.1.1"

[dependencies.dirs]
version = "5"

[dependencies.idna]
version = "=1.0.3"

[dependencies.idna_adapter]
version = "=1.1.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.owo-colors]
version = "=4.1.0"

[dependencies.reqwest]
version = "=0.11.27"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.terminal_size]
version = "0.4"

[dependencies.time]
version = "=0.3.36"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.1"

[dependencies.url]
version = "=2.5.4"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "=3.12.0"