# 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 = "listenbrainz-mpd" version = "2.3.8" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "ListenBrainz submission client for MPD" readme = "README.md" keywords = [ "mpd", "listenbrainz", "musicbrainz", "scrobbling", "scrobbler", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "AGPL-3.0-only" repository = "https://codeberg.org/elomatreb/listenbrainz-mpd" [[bin]] name = "listenbrainz-mpd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.bytes] version = "1.6.0" [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] [dependencies.dirs] version = "5.0.1" [dependencies.mpd_client] version = "1.4.1" [dependencies.reqwest] version = "0.12.3" features = ["json"] default-features = false [dependencies.rusqlite] version = "0.31.0" [dependencies.sd-notify] version = "0.4.1" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" features = ["raw_value"] [dependencies.tokio] version = "1.37.0" features = [ "rt", "net", "time", "macros", "signal", "sync", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] optional = true [build-dependencies.clap_complete] version = "4.5.2" optional = true [features] default = ["reqwest/native-tls"] shell_completion = [ "dep:clap_complete", "dep:clap", ] systemd = ["dep:sd-notify"]