voice-bird-cli 0.3.1

Voice Bird CLI - local-first voice transcription TUI
Documentation
# 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 = "voice-bird-cli"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Voice Bird CLI - local-first voice transcription TUI"
readme = "README.md"
keywords = [
    "transcription",
    "whisper",
    "tui",
    "audio",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/voice-bird/voice-bird-cli"

[features]
engine-smoke = []
engine-smoke-voicebird = []

[lib]
name = "voice_bird_cli"
path = "src/lib.rs"

[[bin]]
name = "voice-bird-cli"
path = "src/main.rs"

[[test]]
name = "crash_recovery"
path = "tests/crash_recovery.rs"

[[test]]
name = "e2e_mock_session"
path = "tests/e2e_mock_session.rs"

[[test]]
name = "e2e_pipeline"
path = "tests/e2e_pipeline.rs"

[[test]]
name = "engine_smoke"
path = "tests/engine_smoke.rs"

[[test]]
name = "session_recover"
path = "tests/session_recover.rs"

[[test]]
name = "voicebird_engine"
path = "tests/voicebird_engine.rs"

[[test]]
name = "whisperkit_engine"
path = "tests/whisperkit_engine.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3"

[dependencies.bytemuck]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cpal]
version = "0.15"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.fern]
version = "0.7"

[dependencies.futures-util]
version = "0.3"
features = [
    "sink",
    "std",
]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.hound]
version = "3.5"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.rubato]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sysinfo]
version = "0.32"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.21"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2.10"
features = ["json"]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dependencies.whisper-rs]
version = "0.13"
features = [
    "metal",
    "whisper-cpp-log",
]

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serial_test]
version = "3.4.0"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "macos")'.dependencies.core-audio-types-rs]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[target.'cfg(target_os = "macos")'.dependencies.core-media-rs]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.screencapturekit]
version = "0.3.6"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Media_Audio",
    "Win32_System_Com",
    "Win32_System_Threading",
    "Win32_Foundation",
    "Win32_System_ProcessStatus",
    "Win32_UI_Shell_PropertiesSystem",
    "Win32_Devices_FunctionDiscovery",
    "Win32_System_SystemInformation",
    "implement",
]

[target."cfg(windows)".dependencies.windows-core]
version = "0.58"