st-tts 0.1.1

High-level on-device TTS via Supertonic — one-liner synthesize, auto-download models
# 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 = "st-tts"
version = "0.1.1"
authors = ["Supertonic contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level on-device TTS via Supertonic — one-liner synthesize, auto-download models"
homepage = "https://github.com/TheoSlater/supertonic-rs"
readme = false
keywords = [
    "tts",
    "text-to-speech",
    "supertonic",
    "audio",
    "speech-synthesis",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/TheoSlater/supertonic-rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "5"

[dependencies.ndarray]
version = "0.17"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.supertonic-core]
version = "0.1"

[dependencies.supertonic-model-store]
version = "0.1"

[dependencies.supertonic-ort-backend]
version = "0.1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "fs",
]

[dependencies.tracing]
version = "0.1"