# 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 = "2021" name = "mecomp-tui" version = "0.1.1" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = 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", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "mecomp_tui" path = "src/lib.rs" [[bin]] name = "mecomp-tui" path = "src/main.rs" test = false bench = false [dependencies.anyhow] version = "1.0" default-features = false [dependencies.clap] version = "4.5" features = [ "color", "error-context", "help", "std", "usage", "suggestions", "derive", ] default-features = false [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.mecomp-core] version = "0.1.1" features = ["rpc"] default-features = false [dependencies.mecomp-storage] version = "0.1.1" features = ["serde"] default-features = false [dependencies.one-or-many] version = "0.1.0" [dependencies.ratatui] version = "0.28.1" features = ["all-widgets"] [dependencies.tarpc] version = "0.34.0" features = [ "serde-transport", "serde-transport-json", "tcp", ] [dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", "sync", "time", "signal", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.unicode-width] version = "0.2.0" [dev-dependencies.mecomp-storage] version = "0.1.1" features = [ "serde", "test_utils", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.23.0" [features] autostart-daemon = [] default = ["autostart-daemon"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]