[[bin]]
name = "mppopm"
path = "src/bin/mppopm.rs"
[[bin]]
name = "mppopmd"
path = "src/bin/mppopmd.rs"
[build-dependencies.lalrpop]
features = ["lexer"]
version = "0.20"
[dependencies.async-trait]
version = "0.1"
[dependencies.backtrace]
version = "0.3"
[dependencies.boolinator]
version = "2.4"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "~4.4"
[dependencies.errno]
version = "0.2"
[dependencies.futures]
version = "0.3"
[dependencies.lalrpop-util]
features = ["lexer"]
version = "0.20"
[dependencies.lazy_static]
version = "1.4"
[dependencies.libc]
version = "0.2"
[dependencies.os_str_bytes]
version = "2.3"
[dependencies.pin-project]
version = "1.0"
[dependencies.regex]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde-lexpr]
version = "0.1.1"
[dependencies.snafu]
features = ["backtrace"]
version = "0.8.6"
[dependencies.tokio]
features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"]
version = "1.35"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[lib]
name = "mpdpopm"
path = "src/lib.rs"
[package]
authors = ["Michael Herstine <sp1ff@pobox.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia", "network-programming", "database"]
description = "Maintain ratings & playcounts for your mpd server"
edition = "2021"
exclude = ["Cargo.toml.in", "Cargo.toml.orig", "Makefile", "Makefile.in", "Makefile.am", "rusty-tags.emacs", "src/vars.rs.am.in", "src/vars.rs.am", "flapdoodle.rs", "*.log"]
homepage = "https://github.com/sp1ff/mpdpopm"
keywords = ["mpd", "music", "daemon"]
license-file = "LICENSE"
name = "mpdpopm"
readme = "README.md"
repository = "https://github.com/sp1ff/mpdpopm"
version = "0.3.5"
[package.metadata.deb]
assets = [["target/release/mppopm", "usr/local/bin/", "755"], ["target/release/mppopmd", "usr/local/bin/", "755"], ["README.md", "usr/local/share/doc/mpdpopm/README", "644"], ["mppopmd.conf", "usr/local/share/doc/mpdpopm/examples/mppopmd.conf", "644"], ["mppopmd.service", "usr/local/lib/systemd/user/mppopmd.service", "644"], ["mppopmd.service", "usr/local/lib/systemd/system/mppopmd.service", "644"], ["../doc/mpdpopm.info", "usr/local/share/info/", "644"]]
copyright = "Copyright (C) 2020-2023 Michael Herstine <sp1ff@pobox.com>"
depends = "libc6"
extended-description = "mpdpopm provides a companion daemon to mpd <https://www.musicpd.org>/ for maintaining play counts, ratings and last-played timestamps, along with an associated CLI for talking to the daemon. Similar to mpdfav <https://github.com/vincent-petithory/mpdfav>, but written in Rust (which I prefer to Go), it will maintain this information in your sticker database. Along the lines of mpdcron <https://alip.github.io/mpdcron>, it will also allow you to keep that information up-to-date in your tags by invoking external (user-provided & -configured) commands."
maintainer = "Michael Herstine <sp1ff@pobox.com>"
maintainer-scripts = "../admin/deb-maintainer-scripts"
priority = "optional"
section = "Sound"