ftts-core 0.1.6

Engine core for franken_tts: admission, budgets, health, streaming audio buffers
Documentation
[package]
name = "ftts-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
repository.workspace = true
description = "Engine core for franken_tts: admission, budgets, health, streaming audio buffers"
keywords = ["tts", "speech", "qwen", "voice", "audio"]
categories = ["multimedia::audio"]

[dependencies]
asupersync.workspace = true

# wasm32 builds must pick exactly one asupersync canonical profile; `wasm-browser-prod`
# is the canonical browser profile (the minimal profile currently fails its own dead-code
# lint under wasm). Resolver v3
# scopes this feature to wasm32 targets, so native builds are untouched.
[target.'cfg(target_arch = "wasm32")'.dependencies]
asupersync = { workspace = true, features = ["wasm-browser-prod"] }

[lints]
workspace = true