# 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-cli" version = "0.1.1" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = 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", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [[bin]] name = "mecomp-cli" path = "src/main.rs" [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.mecomp-core] version = "0.1.1" features = ["rpc"] default-features = false [dependencies.mecomp-storage] version = "0.1.1" features = [ "serde", "analysis", ] default-features = false [dependencies.one-or-many] version = "0.1.0" [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", ] [dev-dependencies.mecomp-core] version = "0.1.1" features = [ "rpc", "mock_playback", ] default-features = false [dev-dependencies.mecomp-daemon] version = "0.1.1" [dev-dependencies.mecomp-storage] version = "0.1.1" features = [ "serde", "db", "analysis", "test_utils", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.surrealdb] version = "2.0" features = [ "kv-mem", "kv-surrealkv", ] default-features = false [dev-dependencies.tempfile] version = "3.10" [features] default = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]