dj-kitty-cat/Cargo.toml

29 lines
558 B
TOML

[package]
name = "dj_kitty_cat"
version = "0.2.0"
edition = "2021"
[dependencies]
anyhow = "1.0.69"
parking_lot = "0.12.1"
poise = "0.6.1"
tracing = "0.1.37"
tracing-futures = "0.2.5"
openai = "1.0.0-alpha.8"
rand = "0.8.5"
reqwest = "0.11.23"
songbird = "0.4.0"
thiserror = "1.0.39"
async-openai = "0.18.1"
[dependencies.symphonia]
version = "0.5.2"
features = ["mkv"]
[dependencies.tokio]
version = "1.26.0"
features = ["macros", "rt-multi-thread", "signal"]
[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["fmt", "env-filter", "std"]