mecomp-daemon 0.7.0

RPC server for the Mecomp, the Metadata Enhanced Collection Orientated Music Player
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"
name = "mecomp-daemon"
version = "0.7.0"
authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RPC server for the Mecomp, the Metadata Enhanced Collection Orientated Music Player"
readme = "README.md"
keywords = [
    "music",
    "player",
    "audio",
    "mecomp",
    "analysis",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/AnthonyMichaelTDM/mecomp"
resolver = "2"

[package.metadata.wix]
upgrade-guid = "38CAEA74-E210-45E0-8B86-F92826C666A8"
path-guid = "4A92209A-E7B0-4FE0-BB14-D2CA0E55FD11"
license = false
eula = false

[features]
cli = [
    "dep:clap",
    "dep:clap_complete",
]
cuda = ["mecomp-analysis/cuda"]
default = [
    "cli",
    "dynamic_updates",
]
dynamic_updates = [
    "dep:notify-debouncer-full",
    "dep:notify",
]
tensorrt = ["mecomp-analysis/tensorrt"]

[lib]
name = "mecomp_daemon"
path = "src/lib.rs"
bench = false

[[bin]]
name = "mecomp-daemon"
path = "src/main.rs"
test = false
doctest = false
bench = false

[[bench]]
name = "analyze"
path = "benches/analyze.rs"
harness = false

[[bench]]
name = "recluster"
path = "benches/recluster.rs"
harness = false

[[bench]]
name = "rescan"
path = "benches/rescan.rs"
harness = false

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.54"
features = [
    "color",
    "derive",
    "error-context",
    "help",
    "std",
    "suggestions",
    "usage",
]
optional = true
default-features = false

[dependencies.clap_complete]
version = "4.5.65"
features = ["unstable-dynamic"]
optional = true

[dependencies.csv]
version = "1.4.0"

[dependencies.log]
version = "0.4.29"

[dependencies.mecomp-analysis]
version = "=0.7.0"

[dependencies.mecomp-core]
version = "=0.7.0"
features = [
    "notifications",
    "audio",
    "analysis",
]
default-features = false

[dependencies.mecomp-prost]
version = "=0.7.0"

[dependencies.mecomp-storage]
version = "=0.7.0"
features = [
    "serde",
    "db",
    "analysis",
]
default-features = false

[dependencies.notify]
version = "8.2.0"
features = ["macos_fsevent"]
optional = true
default-features = false

[dependencies.notify-debouncer-full]
version = "0.6.0"
optional = true
default-features = false

[dependencies.one-or-many]
version = "=0.4.3"
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.surrealdb]
version = "=2.4.1"
default-features = false

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tonic]
version = "0.14.2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.criterion]
version = "0.8.1"
features = [
    "async_tokio",
    "html_reports",
]

[dev-dependencies.lofty]
version = "0.22.4"

[dev-dependencies.mecomp-core]
version = "=0.7.0"
features = [
    "notifications",
    "mock_playback",
    "test_utils",
]
default-features = false

[dev-dependencies.mecomp-storage]
version = "=0.7.0"
features = [
    "serde",
    "db",
    "analysis",
    "test_utils",
]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"

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