# 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 = "whisper-overlay" version = "1.0.0" authors = ["oddlama "] description = "A wayland overlay providing speech-to-text functionality for any application via a global push-to-talk hotkey" homepage = "https://github.com/oddlama/whisper-overlay" readme = "README.md" keywords = [ "whisper", "speech-to-text", "stt", "faster-whisper", "wayland", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/oddlama/embedded-devices" [dependencies.async-channel] version = "2.3.1" [dependencies.bytemuck] version = "1.16.0" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.colorgrad] version = "0.6.2" [dependencies.cpal] version = "0.15.3" [dependencies.enigo] version = "0.2.1" features = ["wayland"] default-features = false [dependencies.evdev] version = "0.12.2" features = ["tokio"] [dependencies.futures-util] version = "0.3.30" [dependencies.gdk] version = "0.8.2" features = ["v4_14"] package = "gdk4" [dependencies.gdk-wayland] version = "0.8.2" features = [ "wayland_crate", "v4_12", ] package = "gdk4-wayland" [dependencies.gtk] version = "0.8.2" features = ["v4_14"] package = "gtk4" [dependencies.gtk-layer-shell] version = "0.3.0" package = "gtk4-layer-shell" [dependencies.notify] version = "6.1.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "io-util", "sync", "time", "macros", "full", ] [dependencies.tokio-util] version = "0.7.11" features = ["codec"]