godot-tts/Cargo.toml

21 lines
362 B
TOML
Raw Permalink Normal View History

2018-06-13 12:14:03 +00:00
[package]
name = "godot-tts"
version = "0.1.0"
2018-06-13 12:14:03 +00:00
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
2018-06-13 12:14:03 +00:00
[lib]
2020-08-18 20:54:58 +00:00
crate-type = ["staticlib", "cdylib"]
2018-06-13 12:14:03 +00:00
[features]
use_tolk = ["tolk", "tts/use_tolk"]
2018-06-13 12:14:03 +00:00
[dependencies]
2020-10-30 15:49:15 +00:00
env_logger = "0.8"
gdnative = "0.9"
2020-11-17 16:54:15 +00:00
tts = ">= 0.11.3"
[target.'cfg(windows)'.dependencies]
2020-11-03 18:15:24 +00:00
tolk = { version = "0.3", optional = true }