# 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-tokenizer" version = "0.32.2" description = "A morphological analysis library." homepage = "https://github.com/lindera-morphology/lindera" documentation = "https://docs.rs/lindera-tokenizer" readme = "README.md" keywords = [ "morphological", "analysis", "library", "tokenizer", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/lindera-morphology/lindera" [dependencies.bincode] version = "1.3.3" [dependencies.lindera-core] version = "0.32.2" [dependencies.lindera-dictionary] version = "0.32.2" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [features] cc-cedict = ["lindera-dictionary/cc-cedict"] compress = ["lindera-dictionary/compress"] default = [] ipadic = ["lindera-dictionary/ipadic"] ipadic-neologd = ["lindera-dictionary/ipadic-neologd"] ko-dic = ["lindera-dictionary/ko-dic"] unidic = ["lindera-dictionary/unidic"]