# 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 = "bevy_tts" version = "0.9.0" authors = ["Nolan Darilek "] description = "Text-to-speech for the Bevy game engine" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://labs.lightsout.games/projects/bevy_tts" [package.metadata.release] pre-release-commit-message = "Release" pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] publish = false push = false [dependencies.bevy] version = "0.14" default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.tts] version = "0.26" default-features = false [dev-dependencies.bevy] version = "0.14" default-features = true [features] default = [ "speech_dispatcher_0_11", "tolk", ] speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"] speech_dispatcher_0_11 = ["tts/speech_dispatcher_0_11"] speech_dispatcher_0_9 = ["tts/speech_dispatcher_0_9"] tolk = ["tts/tolk"]