20 lines
550 B
TOML
20 lines
550 B
TOML
[package]
|
|
name = "whisper-worker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.42.0", features = ["rt-multi-thread", "rt", "macros", "time"] }
|
|
chrono = {version = "0.4.39", features = ["serde"] }
|
|
serde = { version = "1.0.216", features = ["derive"] }
|
|
serde_json = "1.0.133"
|
|
serde_with = "3.11.0"
|
|
lapin = "2.5.0"
|
|
confy = "0.6.1"
|
|
tokio-executor-trait = "2.1.3"
|
|
tokio-reactor-trait = "1.1.0"
|
|
log = "0.4.22"
|
|
log4rs = "1.3.0"
|
|
meilisearch-sdk = "0.27.1"
|
|
uuid = { version = "1.11.0", features = ["v4"] }
|
|
async-openai = "0.26.0"
|