whisp-rs 0.1.2

Lightweight voice-to-text dictation for Linux (Wayland/COSMIC). Hold a hotkey, speak, release — text appears.
# 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-rs"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight voice-to-text dictation for Linux (Wayland/COSMIC). Hold a hotkey, speak, release — text appears."
homepage = "https://github.com/anes201/whisp-rs"
readme = "README.md"
keywords = [
    "voice",
    "dictation",
    "speech-to-text",
    "wayland",
    "deepgram",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/anes201/whisp-rs"

[[bin]]
name = "whisp-rs"
path = "src/main.rs"

[dependencies.dialoguer]
version = "0.11"
default-features = false

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11"

[dependencies.evdev]
version = "0.13"

[dependencies.ksni]
version = "0.3"
features = [
    "blocking",
    "tokio",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "multipart",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true