kokoro-micro 1.0.0

Minimal TTS crate using Kokoro - perfect for embedding in other apps
# 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"
name = "kokoro-micro"
version = "1.0.0"
authors = ["Hue & Aye <team@8b.is>"]
build = false
exclude = [
    "*.wav",
    "*.mp3",
    "*.opus",
    "*.flac",
    "target/",
    ".git/",
    ".DS_Store",
    "0.onnx",
    "0.bin",
    "models/",
]
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "examples/**/*",
    "assets/fallback.wav",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal TTS crate using Kokoro - perfect for embedding in other apps"
homepage = "https://github.com/DavidValin/kokoro-micro"
documentation = "https://docs.rs/kokoro-micro"
readme = "README.md"
keywords = [
    "tts",
    "text-to-speech",
    "kokoro",
    "audio",
    "voice",
]
categories = [
    "multimedia::audio",
    "multimedia",
]
license = "Apache-2.0"
repository = "https://github.com/DavidValin/kokoro-micro"

[features]
cuda = ["ort/cuda"]

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

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.espeak-rs]
version = "0.1.9"

[dependencies.hound]
version = "3.5.1"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.ndarray-npy]
version = "0.10.0"

[dependencies.ort]
version = "2.0.0-rc.11"
features = ["ndarray"]

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.tokio]
version = "1.45"
features = [
    "fs",
    "rt",
]

[dev-dependencies.tokio]
version = "1.45"
features = [
    "rt-multi-thread",
    "macros",
]

[lints.rust]
dead_code = "allow"
unused_imports = "allow"
unused_variables = "allow"