[dependencies.lazy_static]
version = "1"
[dependencies.libc]
version = "0.2.125"
[dependencies.speech-dispatcher-sys]
version = "0.7"
[features]
0_10 = []
0_11 = ["0_10"]
0_9 = []
default = ["0_11"]
[package]
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "Rusty interface to the speech-dispatcher speech synthesis library"
edition = "2021"
license = "LGPL-2.1 OR MIT OR Apache-2.0"
name = "speech-dispatcher"
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
resolver = "1"
version = "0.16.0"
[package.metadata.docs.rs]
features = ["0_9"]
no-default-features = true
[package.metadata.release]
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
publish = false
push = false
tag-prefix = ""