# 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 = "espeaker" version = "0.1.6" authors = ["Eitan Isaacson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "eSpeak NG playback library" readme = "README.md" keywords = [ "espeak-ng", "audio", "tts", "speech", "rodio", ] license = "MIT" repository = "https://github.com/eeejay/espeaker" [lib] name = "espeaker" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.espeakng-sys] version = "= 0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.readonly] version = "0.2" [dependencies.rodio] version = "0.19.0"