# 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.74.1" name = "jpreprocess" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)." documentation = "https://docs.rs/jpreprocess" readme = "README.md" keywords = [ "tts", "openjtalk", "library", ] categories = ["text-processing"] license = "BSD-3-Clause" repository = "https://github.com/jpreprocess/jpreprocess" [lib] name = "jpreprocess" path = "src/lib.rs" [[bin]] name = "dict_tools" path = "src/bin/dict_tools/main.rs" required-features = ["binary"] [[bin]] name = "jpreprocess" path = "src/bin/jpreprocess.rs" required-features = ["binary"] [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.jlabel] version = "0.1.4" [dependencies.jpreprocess-core] version = "0.10.0" [dependencies.jpreprocess-dictionary] version = "0.10.0" [dependencies.jpreprocess-dictionary-builder] version = "0.10.0" [dependencies.jpreprocess-jpcommon] version = "0.10.0" [dependencies.jpreprocess-naist-jdic] version = "0.10.0" optional = true [dependencies.jpreprocess-njd] version = "0.10.0" [dependencies.lindera-core] version = "0.32" [dependencies.lindera-dictionary] version = "0.32" [dependencies.lindera-tokenizer] version = "0.32" [dependencies.phf] version = "0.11" features = ["macros"] [features] binary = ["dep:clap"] naist-jdic = [ "dep:jpreprocess-naist-jdic", "jpreprocess-naist-jdic/naist-jdic", ]