# 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 = "kytea-tokenizer" version = "0.10.0" authors = ["Masato Nakata "] build = "build.rs" include = [ "src/", "lib/", "build.rs", "LICENSE-*", "README.md", ] description = "Wrapper of tokenization by KyTea" documentation = "https://docs.rs/kytea-tokenizer" readme = "README.md" keywords = [ "kytea", "japanese", "morphological", "analyzer", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/naughie/kytea-tokenizer" [package.metadata.docs.rs] all-features = true [dependencies.libc] version = "0.2" optional = true [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.22" features = ["derive"] [dependencies.tantivy] version = "0.19" optional = true [dev-dependencies.serde_json] version = "1" [build-dependencies.cc] version = "1.0" optional = true [features] cmd = [] default = [] ffi = [ "libc", "cc", ] json = ["serde"]