# 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.0" name = "jbonsai" version = "0.1.1" description = "Voice synthesis library for Text-to-Speech applications (Currently HTS Engine rewrite in Rust language)." documentation = "https://docs.rs/jbonsai" readme = "README.md" keywords = [ "tts", "openjtalk", "library", ] categories = ["multimedia::audio"] license = "BSD-3-Clause" repository = "https://github.com/jpreprocess/jbonsai" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "is-bonsai" required-features = ["binary"] [[example]] name = "genji" required-features = ["binary"] [dependencies.approx] version = "0.5.1" [dependencies.byteorder] version = "1.5.0" [dependencies.hound] version = "3.5.1" optional = true [dependencies.jlabel] version = "0.1.4" features = ["serde"] [dependencies.jlabel-question] version = "0.1.4" features = [ "regex", "serde", ] [dependencies.nom] version = "7.1.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [features] binary = [ "htsvoice", "dep:hound", ] default = ["htsvoice"] htsvoice = ["dep:nom"]