forked from fantasybot-red/songbird-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (29 loc) · 900 Bytes
/
Cargo.toml
File metadata and controls
33 lines (29 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "songbird_node"
version = "0.0.7"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
url = "*"
futures-util = "*"
serde_json = "*"
json_comments = "*"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
songbird = { version = "0.5.0", features = ["driver", "gateway", "rustls", "receive","tungstenite"], default-features = false}
async-trait = "0.1.74"
axum = {version = "0.7", features=["ws"]}
reqwest = "0.11"
sysinfo = "0.30.5"
openssl = { version = "0.10", features = ["vendored"]}
dashmap = "5.5.3"
chrono = "0.4.31"
base64 = "0.22"
hound = "3.5.1"
tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] }
async-channel = "2.3.1"
uuid = "1.4.1"
[dependencies.symphonia]
version = "0.5.3"
features = ["pcm", "ogg"]