2019-12-22 18:12:27 +00:00
|
|
|
[package]
|
|
|
|
name = "speech-dispatcher"
|
2022-03-10 17:40:18 +00:00
|
|
|
version = "0.13.0"
|
2019-12-22 18:12:27 +00:00
|
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
|
|
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
|
|
|
description = "Rusty interface to the speech-dispatcher speech synthesis library"
|
2022-02-05 15:15:15 +00:00
|
|
|
license = "LGPL-2.1 OR MIT OR Apache-2.0"
|
2022-01-27 16:06:41 +00:00
|
|
|
edition = "2021"
|
2019-12-22 18:12:27 +00:00
|
|
|
|
2022-03-10 18:54:53 +00:00
|
|
|
[features]
|
|
|
|
"0.10" = []
|
|
|
|
default = ["0.10"]
|
|
|
|
|
2019-12-22 18:12:27 +00:00
|
|
|
[dependencies]
|
2020-08-19 22:28:22 +00:00
|
|
|
lazy_static = "1"
|
2022-02-05 15:15:15 +00:00
|
|
|
speech-dispatcher-sys = { version = "0.7", path = "../speech-dispatcher-sys" }
|