mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-03 04:49:26 +00:00
Imported from andrewyng/aisuite@1b4bbf303e (contents of its platform/ directory, hoisted to the repo root). Development history prior to this commit lives in that repository. Co-authored-by: Devika <devikaverma11@gmail.com>
18 lines
482 B
TOML
18 lines
482 B
TOML
[package]
|
|
name = "ocw-stt"
|
|
version = "0.1.0"
|
|
description = "Local, offline speech-to-text engine for OpenWorker hosts"
|
|
edition = "2021"
|
|
rust-version = "1.77"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
cpal = "0.15.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
sha2 = "0.10"
|
|
ureq = "2.12"
|
|
# Keep the v1 engine compatible with macOS releases that predate newer Metal
|
|
# APIs. We can add an opt-in Metal build once the packaged app has a verified
|
|
# minimum macOS target.
|
|
whisper-rs = "0.16"
|