# 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-naist-jdic" version = "0.10.0" build = "build.rs" 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-naist-jdic" readme = "README.md" keywords = [ "tts", "openjtalk", "library", ] categories = ["text-processing"] license = "BSD-3-Clause" repository = "https://github.com/jpreprocess/jpreprocess" [lib] name = "jpreprocess_naist_jdic" path = "src/lib.rs" [dependencies.lindera-core] version = "0.32" [build-dependencies.encoding] version = "0.2.33" optional = true [build-dependencies.flate2] version = "1.0.29" optional = true [build-dependencies.jpreprocess-dictionary] version = "0.10.0" [build-dependencies.jpreprocess-dictionary-builder] version = "0.10.0" [build-dependencies.lindera-core] version = "0.32" [build-dependencies.tar] version = "0.4.40" optional = true [build-dependencies.ureq] version = "2.9.7" features = ["tls"] optional = true default-features = false [features] naist-jdic = [ "dep:encoding", "dep:flate2", "dep:tar", "dep:ureq", ]