# 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 = "whisp" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unobtrusive global speech-to-text" homepage = "https://github.com/cgbur/whisp" documentation = "https://docs.rs/whisp" readme = "README.md" keywords = [ "speech-to-text", "transcribe", "dictation", ] categories = ["accessibility"] license = "MIT" repository = "https://github.com/cgbur/whisp" [profile.release-lto] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false inherits = "release" strip = "symbols" [lib] name = "whisp" path = "src/lib.rs" [[bin]] name = "whisp" path = "src/whisp.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.arboard] version = "3.4.1" default-features = false [dependencies.cpal] version = "0.15.3" [dependencies.dirs] version = "5.0.1" [dependencies.enigo] version = "0.2.1" [dependencies.global-hotkey] version = "0.6.2" features = ["serde"] [dependencies.hound] version = "3.5.1" [dependencies.image] version = "0.25.2" features = ["png"] default-features = false [dependencies.notify-rust] version = "4.11.3" [dependencies.parking_lot] version = "0.12.3" [dependencies.reqwest] version = "0.12.8" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tao] version = "0.30.3" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.tray-icon] version = "0.19.0" [dev-dependencies.tempfile] version = "3.13.0" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.10.0"