# 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 = "mpdpopm" version = "0.3.3" authors = ["Michael Herstine "] 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", ] description = "Maintain ratings & playcounts for your mpd server" homepage = "https://github.com/sp1ff/mpdpopm" readme = "README.md" keywords = [ "mpd", "music", "daemon", ] categories = [ "multimedia", "network-programming", "database", ] license-file = "LICENSE" repository = "https://github.com/sp1ff/mpdpopm" [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 " depends = "libc6" extended-description = "mpdpopm provides a companion daemon to mpd / for maintaining play counts, ratings and last-played timestamps, along with an associated CLI for talking to the daemon. Similar to mpdfav , but written in Rust (which I prefer to Go), it will maintain this information in your sticker database. Along the lines of 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 " maintainer-scripts = "../admin/deb-maintainer-scripts" priority = "optional" section = "Sound" [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] version = "0.20" features = ["lexer"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "0.10" [dependencies.os_str_bytes] version = "2.3" [dependencies.pin-project] version = "1.0" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-lexpr] version = "0.1.1" [dependencies.tokio] version = "1.35" features = [ "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time", ] [dependencies.toml] version = "0.8" [build-dependencies.lalrpop] version = "0.20" features = ["lexer"]