[package] name = "lindera-cli" version = "0.38.0" edition = "2021" description = "A morphological analysis command line interface." documentation = "https://docs.rs/lindera-cli" homepage = "https://github.com/lindera-morphology/lindera" repository = "https://github.com/lindera-morphology/lindera" readme = "README.md" keywords = ["morphological", "analysis", "cli"] categories = ["text-processing"] license = "MIT" [features] default = [] # No directories included ipadic = ["lindera/ipadic"] # Include IPADIC dictionary (Japanese) ipadic-neologd = ["lindera/ipadic-neologd"] # Include IPADIC NEologd dictionary (Japanese) unidic = ["lindera/unidic"] # Include UniDic dictionary (Japanese) ko-dic = ["lindera/ko-dic"] # Include ko-dic dictionary (Korean) cc-cedict = ["lindera/cc-cedict"] # Include CC-CEDICT dictionary (Chinese) compress = ["lindera/compress"] # Compress dictionaries [dependencies] anyhow.workspace = true clap.workspace = true serde_json.workspace = true lindera.workspace = true [[bin]] name = "lindera" path = "src/main.rs"