# 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" rust-version = "1.75" name = "vaporetto" version = "0.6.4" authors = ["Koichi Akabe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Vaporetto: a pointwise prediction based tokenizer" homepage = "https://github.com/daac-tools/vaporetto" readme = "README.md" keywords = [ "japanese", "analyzer", "tokenizer", "morphological", ] categories = [ "text-processing", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daac-tools/vaporetto" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "vaporetto" path = "src/lib.rs" [dependencies.bincode] version = "2.0.0-rc.3" features = [ "alloc", "derive", ] default-features = false [dependencies.daachorse] version = "1.0.0" [dependencies.hashbrown] version = "0.15.0" [dependencies.liblinear] version = "1" optional = true [features] alloc = [] cache-type-score = ["alloc"] charwise-pma = ["alloc"] default = [ "std", "cache-type-score", "fix-weight-length", "tag-prediction", "charwise-pma", ] fix-weight-length = ["alloc"] kytea = ["std"] portable-simd = ["fix-weight-length"] std = [ "alloc", "bincode/std", ] tag-prediction = ["alloc"] train = [ "std", "liblinear", ]