speakers 0.2.0

Local Linux TTS CLI with Speech Dispatcher integration built on Qwen3-TTS
# 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 = "speakers"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local Linux TTS CLI with Speech Dispatcher integration built on Qwen3-TTS"
homepage = "https://github.com/OneNoted/speakers"
documentation = "https://docs.rs/speakers"
readme = "README.crates.md"
keywords = [
    "tts",
    "speech",
    "speech-dispatcher",
    "linux",
    "qwen",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/OneNoted/speakers"

[features]
cuda = [
    "speakers-core/cuda",
    "qwen3-tts/cuda",
]
default = []
flash-attn = [
    "speakers-core/flash-attn",
    "qwen3-tts/flash-attn",
]

[[bin]]
name = "speakers"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.candle-core]
version = "0.9"

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

[dependencies.qwen3-tts]
version = "0.3.0"
features = ["hub"]
package = "speakers-qwen3-tts"

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1"

[dependencies.speakers-core]
version = "0.2.0"
package = "speakers-core"

[dependencies.tempfile]
version = "3"