32 lines
678 B
TOML
32 lines
678 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"
|
|
rand = "0.8.5"
|
|
songbird = "0.4.0"
|
|
thiserror = "1.0.39"
|
|
async-openai = "0.18.1"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.11.23"
|
|
default-features = false
|
|
features = ["rustls-tls"]
|
|
|
|
[dependencies.symphonia]
|
|
version = "0.5.2"
|
|
features = ["mkv", "mp3", "flac", "ogg", "vorbis", "wav", "pcm", "aac", "alac", "adpcm"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.26.0"
|
|
features = ["macros", "rt-multi-thread", "signal"]
|
|
|
|
[dependencies.tracing-subscriber]
|
|
version = "0.3.18"
|
|
features = ["fmt", "env-filter", "std"]
|