# Mpdpopm - A mpd rating tracker # # Copyright (C) 2026 Benedikt Peetz, Michael Herstine # SPDX-License-Identifier: AGPL-3.0-or-later # # This file is part of Mpdpopm. # # You should have received a copy of the License along with this program. # If not, see . [package] name = "mpdpopm" description = "Maintain ratings & playcounts for your mpd server" version = "0.1.0" edition = "2024" license = "AGPL-3.0-or-later" homepage = "" repository = "https://git.vhack.eu/bpeetz/nixos-config" authors = ["Benedikt Peetz", "Mechael Herstine"] keywords = ["mpd", "music", "daemon"] categories = ["multimedia", "network-programming", "database"] [build-dependencies] lalrpop = { version = "0.22", features = ["lexer"] } [dependencies] async-trait = "0.1" boolinator = "2.4" chrono = "0.4" clap = {version = "4.5", features = ["derive"]} errno = "0.3" futures = "0.3" lalrpop-util = { version = "0.22", features = ["lexer"] } lazy_static = "1.5" os_str_bytes = "7.1" pin-project = "1.1" regex = "1.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149" toml = "0.9" tokio = { version = "1.49", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter"]} anyhow = "1.0.100"