[package] name = "cedict" version = "0.3.2" edition = "2021" authors = ["Gokberk Yaltirakli "] description = "Parser for the CC-CEDICT Chinese-English Dictionary" license = "MIT" keywords = ["chinese", "dictionary", "cedict", "parser"] categories = ["parsing", "text-processing", "parser-implementations"] repository = "https://github.com/gkbrk/rust-cedict" documentation = "https://docs.rs/cedict" readme = "README.md" [dependencies]