ftts-core 0.1.4

Engine core for franken_tts: admission, budgets, health, streaming audio buffers
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "ftts-core"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine core for franken_tts: admission, budgets, health, streaming audio buffers"
readme = false
keywords = [
    "tts",
    "speech",
    "qwen",
    "voice",
    "audio",
]
categories = ["multimedia::audio"]
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/franken_tts"

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

[[test]]
name = "streaming_failures"
path = "tests/streaming_failures.rs"

[dependencies.asupersync]
version = "0.4.0"
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.asupersync]
version = "0.4.0"
features = ["wasm-browser-prod"]
default-features = false

[lints.rust]
unsafe_code = "forbid"