# 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" name = "lindera-cli" version = "0.38.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A morphological analysis command line interface." homepage = "https://github.com/lindera-morphology/lindera" documentation = "https://docs.rs/lindera-cli" readme = "README.md" keywords = [ "morphological", "analysis", "cli", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/lindera-morphology/lindera" [[bin]] name = "lindera" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.20" features = [ "derive", "cargo", ] [dependencies.lindera] version = "0.38.0" [dependencies.serde_json] version = "1.0.132" [features] cc-cedict = ["lindera/cc-cedict"] compress = ["lindera/compress"] default = [] ipadic = ["lindera/ipadic"] ipadic-neologd = ["lindera/ipadic-neologd"] ko-dic = ["lindera/ko-dic"] unidic = ["lindera/unidic"]