# 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" name = "odilia-tts" version = "0.1.4" authors = ["Tait Hoyem "] description = "A pure-Rust, fully-safe, asyncronous speech dispatcher client." homepage = "https://odilia.app" readme = "README.md" keywords = [ "accessibility", "tts", "speech-dispatcher", "linux", "async", ] categories = [ "accessibility", "api-bindings", ] license = "GPL-3.0-only" repository = "https://github.com/odilia-app/odilia" resolver = "1" [dependencies.eyre] version = "0.6.8" [dependencies.ssip-client-async] version = "0.10.0" features = ["tokio"] default-features = false [dependencies.tokio] version = "^1.22.0" features = [ "sync", "macros", "rt", "signal", "tracing", ] default-features = false [dependencies.tracing] version = "^0.1.37"