kokoroxide 0.1.5

A Rust implementation of Kokoro TTS (Text-to-Speech) synthesis
Documentation
[[bin]]
name = "kokoroxide"
path = "src/main.rs"

[build-dependencies.clang-sys]
features = ["runtime"]
version = "1.8"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.hound]
version = "3.5"

[dependencies.ndarray]
version = "0.15"

[dependencies.ort]
features = ["download-binaries"]
version = "1.16"

[dependencies.regex]
version = "1.11.0"

[dependencies.rodio]
features = ["symphonia-all"]
version = "0.17"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "kokoroxide"
path = "src/lib.rs"

[package]
authors = ["Dhruv Pant <dhruv304c2@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia::audio", "accessibility"]
description = "A Rust implementation of Kokoro TTS (Text-to-Speech) synthesis"
edition = "2021"
keywords = ["tts", "text-to-speech", "kokoro", "audio", "voice-synthesis"]
license = "MIT OR Apache-2.0"
name = "kokoroxide"
readme = "README.md"
repository = "https://github.com/dhruv304c2/kokoroxide"
version = "0.1.5"