# 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 = "desk-talk" version = "0.1.3" description = "A software that records when you press a button down, and types what you said when you release it" readme = "README.md" license = "MIT" repository = "https://github.com/sloganking/desk-talk" [dependencies.anyhow] version = "1.0.75" [dependencies.async-openai] version = "0.14.3" [dependencies.async-std] version = "1.12.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.cpal] version = "0.15.2" [dependencies.dotenvy] version = "0.15.7" [dependencies.enigo] version = "0.1.3" [dependencies.flume] version = "0.11.0" [dependencies.hound] version = "3.5.1" [dependencies.rdev] version = "0.5.3" [dependencies.tempfile] version = "3.8.0" [dependencies.tokio] version = "1.29.0" features = [ "macros", "rt-multi-thread", ]