# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dango-core" version = "0.1.1" 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" keywords = [ "audio", "music", ] categories = ["multimedia::audio"] license = "AGPL-3.0-only" repository = "https://github.com/DangoWare/dango-music-player" [profile.release] lto = false strip = false [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.73" [dependencies.cpal] version = "0.15.2" [dependencies.cue] version = "2.0.0" [dependencies.file-format] version = "0.17.3" features = [ "reader", "serde", ] [dependencies.futures] version = "0.3.28" [dependencies.heapless] version = "0.7.16" [dependencies.lofty] version = "0.14.0" [dependencies.md-5] version = "0.10.5" [dependencies.rb] version = "0.4.1" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.surf] version = "2.3.2" [dependencies.symphonia] version = "0.5.3" features = ["all-codecs"] [dependencies.time] version = "0.3.22" [dependencies.toml] version = "0.7.5" [dependencies.walkdir] version = "2.3.3"