[package]
name = "dictx-parser"
description = "Dictionary source parsers for DictX."
documentation = "https://docs.rs/dictx-parser"
version = "0.1.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
keywords = ["dictionary", "parser", "terminal"]
categories = ["text-processing", "parser-implementations"]
[dependencies]
csv.workspace = true
dictx-core = { version = "0.1.0", path = "../dictx-core" }
dictx-data-kd-1 = { version = "0.1.0", path = "../dictx-data-kd-1" }
dictx-data-kd-2 = { version = "0.1.0", path = "../dictx-data-kd-2" }
dictx-data-kd-3 = { version = "0.1.0", path = "../dictx-data-kd-3" }
dictx-data-kd-4 = { version = "0.1.0", path = "../dictx-data-kd-4" }
dictx-data-new-century-1 = { version = "0.1.0", path = "../dictx-data-new-century-1" }
dictx-data-new-century-2 = { version = "0.1.0", path = "../dictx-data-new-century-2" }
flate2.workspace = true
mdict-parser.workspace = true
regex.workspace = true
rmp-serde.workspace = true
rusqlite.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true