mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 10:22:54 -05:00
37 lines
1 KiB
TOML
37 lines
1 KiB
TOML
[package]
|
|
name = "dango-core"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-only"
|
|
description = "A music backend that manages storage, querying, and playback of remote and local songs."
|
|
homepage = "https://dangoware.com/dango-music-player"
|
|
documentation = "https://docs.rs/dango-core"
|
|
readme = "README.md"
|
|
repository = "https://github.com/DangoWare/dango-music-player"
|
|
keywords = ["audio", "music"]
|
|
categories = ["multimedia::audio"]
|
|
|
|
[dependencies]
|
|
file-format = { version = "0.17.3", features = ["reader", "serde"] }
|
|
lofty = "0.14.0"
|
|
serde = { version = "1.0.164", features = ["derive"] }
|
|
time = "0.3.22"
|
|
toml = "0.7.5"
|
|
walkdir = "2.3.3"
|
|
cpal = "0.15.2"
|
|
heapless = "0.7.16"
|
|
rb = "0.4.1"
|
|
symphonia = { version = "0.5.3", features = ["all-codecs"] }
|
|
serde_json = "1.0.104"
|
|
async-std = "1.12.0"
|
|
async-trait = "0.1.73"
|
|
md-5 = "0.10.5"
|
|
surf = "2.3.2"
|
|
futures = "0.3.28"
|
|
rubato = "0.12.0"
|
|
arrayvec = "0.7.4"
|
|
discord-presence = "0.5.18"
|
|
chrono = { version = "0.4.31", features = ["serde"] }
|
|
bincode = "1.3.3"
|
|
unidecode = "0.3.0"
|
|
rayon = "1.8.0"
|