mpdpopm 0.3.1

Maintain ratings & playcounts for your mpd server
Documentation
[build-dependencies.lalrpop]
features = ["lexer"]
version = "0.20"
[dependencies.async-trait]
version = "0.1.31"

[dependencies.backtrace]
version = "0.3.46"

[dependencies.boolinator]
version = "2.4.0"

[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "4.3.9"

[dependencies.errno]
version = "0.2.6"

[dependencies.futures]
version = "0.3.19"

[dependencies.lalrpop-util]
features = ["lexer"]
version = "0.20"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.74"

[dependencies.log]
version = "0.4.8"

[dependencies.log4rs]
version = "0.10.0"

[dependencies.os_str_bytes]
version = "2.3.1"

[dependencies.pin-project]
version = "1.0.8"

[dependencies.regex]
version = "1.3.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde-lexpr]
version = "0.1.1"

[dependencies.tokio]
features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"]
version = "1.15.0"

[package]
authors = ["Michael Herstine <sp1ff@pobox.com>"]
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.1"
[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"