# 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 = "mscout" version = "0.3.0" authors = ["hardfault hardfau18@gmail.com"] description = "scout for mpd, listens for events, tracks the statistics, stores them either in mpd stickers or writes them directly to the metadata for permanent storage" homepage = "https://github.com/hardfau18/mscout" readme = "Readme.md" keywords = [ "mpd", "statistics", "stats", ] categories = [ "multimedia::audio", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/hardfau18/mscout" [dependencies.clap] version = "4.3" features = [ "env", "derive", ] [dependencies.env_logger] version = "0.9" [dependencies.id3] version = "0.6" [dependencies.log] version = "0.4" [dependencies.minijinja] version = "1.0.4" [dependencies.mpd] version = "0.1.0" [dependencies.notify-rust] version = "4.8" [dependencies.once_cell] version = "1.18" [dependencies.pbr] version = "1.0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.3"