mecomp-cli 0.7.1

CLI frontend for the MECOMP music player 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 = "mecomp-cli"
version = "0.7.1"
authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI frontend for the MECOMP music player daemon"
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 = "E61F1B2A-827C-4648-B446-00B5F3125FAF"
path-guid = "2CD134C8-3E43-47F8-853E-41F481EA794D"
license = false
eula = false

[features]
default = []

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

[dependencies.anyhow]
version = "1.0.100"

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

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

[dependencies.mecomp-core]
version = "=0.7.1"
default-features = false

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

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

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

[dependencies.tonic]
version = "0.14.2"

[dev-dependencies.insta]
version = "1.46.1"
default-features = false

[dev-dependencies.mecomp-core]
version = "=0.7.1"
features = ["mock_playback"]
default-features = false

[dev-dependencies.mecomp-daemon]
version = "=0.7.1"

[dev-dependencies.mecomp-storage]
version = "=0.7.1"
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.surrealdb]
version = "=2.4.1"
default-features = false

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]