selene-daemon 0.8.2

Official music player daemon for Selene
Documentation
# 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"
rust-version = "1.89"
name = "selene-daemon"
version = "0.8.2"
authors = ["CrypticCreator"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official music player daemon for Selene"
readme = "README.md"
keywords = [
    "music",
    "metadata",
    "media",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://codeberg.org/CrypticCreator/Selene"

[features]
clap = ["dep:clap"]
default = []
lastfm = ["selene-core/lastfm"]
mpris = [
    "dep:mpris-server",
    "dep:tokio",
]

[lib]
name = "selene_daemon"
path = "src/lib.rs"

[dependencies.audioadapter-buffers]
version = "^3.0.0"

[dependencies.bitflags]
version = "^2.11.1"
features = ["serde"]

[dependencies.blake3]
version = "^1.8.4"
features = [
    "serde",
    "mmap",
]

[dependencies.clap]
version = "^4.6.1"
features = ["derive"]
optional = true

[dependencies.cpal]
version = "^0.17.3"

[dependencies.lunar-lib]
version = "^0.9.0"
features = [
    "database",
    "config",
    "path_utils",
    "serde",
]

[dependencies.postcard]
version = "^1.1.3"
features = ["use-std"]
default-features = false

[dependencies.rand]
version = "^0.10.1"

[dependencies.ringbuf]
version = "^0.4.8"

[dependencies.rubato]
version = "^2.0.0"

[dependencies.selene-core]
version = "^0.8.0"

[dependencies.serde]
version = "^1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.symphonia]
version = "0.6.0-alpha.2"
features = [
    "all-formats",
    "all-codecs",
    "all-meta",
]

[dependencies.thiserror]
version = "^2.0.18"

[target."cfg(unix)".dependencies.mpris-server]
version = "^0.10.0"
optional = true

[target."cfg(unix)".dependencies.tokio]
version = "^1.52.1"
features = ["rt-multi-thread"]
optional = true