All checks were successful
tests / fmt (push) Successful in 2m15s
tests / fmt (pull_request) Successful in 1m35s
tests / test (push) Successful in 2m39s
tests / pre-commit (push) Successful in 2m37s
tests / clippy (push) Successful in 2m44s
tests / build (push) Successful in 3m4s
tests / clippy (pull_request) Successful in 2m49s
tests / build (pull_request) Successful in 2m53s
tests / test (pull_request) Successful in 2m51s
tests / pre-commit (pull_request) Successful in 1m34s
28 lines
841 B
TOML
28 lines
841 B
TOML
[package]
|
|
name = "ohrwurm"
|
|
version = "0.1.0"
|
|
authors = ["Johannes Heuel <johannes.heuel@rwth-aachen.de>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
symphonia = { version = "0.5.2", features=["all"] }
|
|
songbird = { version = "0.4.0", features = ["driver", "gateway", "twilight", "rustls", "builtin-queue"] }
|
|
tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" }
|
|
regex = { version = "1", features = ["unicode-case"] }
|
|
futures = "0.3"
|
|
reqwest = "0.11"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.2"
|
|
twilight-gateway = "0.15"
|
|
twilight-http = "0.15"
|
|
twilight-model = "0.15"
|
|
twilight-standby = "0.15"
|
|
twilight-cache-inmemory = "0.15"
|
|
twilight-util = { version = "0.15", features=["builder"] }
|
|
dotenv = "0.15.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
url = "2.5.0"
|
|
anyhow = "1.0.86"
|