# 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 = "mmtc" version = "0.3.2" authors = ["figsoda "] description = "Minimal mpd terminal client that aims to be simple yet highly configurable" homepage = "https://github.com/figsoda/mmtc" readme = "README.md" keywords = [ "cli", "mpd", "music", "terminal", "tui", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/figsoda/mmtc" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.69" [dependencies.async-io] version = "1.12.0" [dependencies.async-net] version = "1.7.0" [dependencies.clap] version = "4.1.6" features = [ "cargo", "derive", "unicode", "wrap_help", ] [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.crossterm] version = "0.26.0" [dependencies.dirs] version = "4.0.0" [dependencies.expand] version = "0.2.1" [dependencies.futures-lite] version = "1.12.0" [dependencies.ron] version = "0.8.0" [dependencies.secular] version = "1.0.1" features = ["normalization"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tui] version = "0.19.0" features = [ "crossterm", "serde", ] default-features = false [build-dependencies.clap] version = "4.1.6" features = ["derive"] [build-dependencies.clap_complete] version = "4.1.2" [build-dependencies.clap_mangen] version = "0.2.8"