mecomp-tui 0.7.1

A 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-tui"
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 = "A 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 = "57677435-1364-47BB-AA9A-4F7276A78F51"
path-guid = "92DCCFD8-4F49-4CF5-A6ED-AFED2F5ABFFF"
license = false
eula = false

[features]
autostart-daemon = []
default = []

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

[[bin]]
name = "mecomp-tui"
path = "src/main.rs"
test = 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.crossterm]
version = "0.29.0"
features = [
    "bracketed-paste",
    "event-stream",
]
default-features = false

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

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

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

[dependencies.ratatui]
version = "0.30.0"
features = [
    "crossterm",
    "layout-cache",
]
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.unicode-width]
version = "0.2.2"

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

[dev-dependencies.mecomp-storage]
version = "=0.7.1"
features = [
    "serde",
    "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"

[target.'cfg(target_os = "windows")'.dependencies.crossterm]
version = "0.29.0"
features = [
    "bracketed-paste",
    "windows",
    "event-stream",
]
default-features = false

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