lector-tts 0.1.0

TTS engine for the Lector screen reader
[dependencies.anyhow]
version = "1.0.77"

[dependencies.tts]
version = "0.25.6"

[package]
description = "TTS engine for the Lector screen reader"
edition = "2021"
license = "MIT"
name = "lector-tts"
version = "0.1.0"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.25.0"

[target."cfg(target_os = \"macos\")".dependencies.cocoa-foundation]
version = "0.1"

[target."cfg(target_os = \"macos\")".dependencies.objc]
features = ["exception"]
version = "0.2"