rescrobbled 0.9.0

MPRIS music scrobbler daemon
# 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 = "2024"
name = "rescrobbled"
version = "0.9.0"
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MPRIS music scrobbler daemon"
homepage = "https://github.com/InputUsername/rescrobbled"
readme = "README.md"
keywords = [
    "mpris",
    "music",
    "scrobble",
    "daemon",
]
categories = [
    "multimedia",
    "command-line-utilities",
]
license = "GPL-3.0"
repository = "https://github.com/InputUsername/rescrobbled.git"

[[bin]]
name = "rescrobbled"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.dirs]
version = "6.0.0"

[dependencies.listenbrainz]
version = "0.8.1"

[dependencies.mpris]
version = "2.0.1"

[dependencies.rpassword]
version = "7.4.0"

[dependencies.rustfm-scrobble-proxy]
version = "2.0.1"

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

[dependencies.toml]
version = "1.0.2"

[dev-dependencies.tempfile]
version = "3.26.0"

[profile.release]
strip = true