sayd 0.1.0

Local text-to-speech daemon for Wayland: speaks the selection on a keybind
# 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"
rust-version = "1.87"
name = "sayd"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local text-to-speech daemon for Wayland: speaks the selection on a keybind"
readme = "README.md"
keywords = [
    "tts",
    "speech",
    "wayland",
    "sway",
    "daemon",
]
categories = [
    "multimedia::audio",
    "accessibility",
    "command-line-utilities",
]
license = "MIT"

[features]
models = []

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

[dependencies.cpal]
version = "0.18"

[dependencies.rtrb]
version = "0.3"

[dependencies.sayd-core]
version = "0.1.0"

[dependencies.sayd-g2p]
version = "0.1.0"

[dependencies.sayd-kokoro]
version = "0.1.0"

[dependencies.wl-clipboard-rs]
version = "0.9"
features = ["dlopen"]
default-features = false