# 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 = "rmup" version = "0.9.9" authors = ["Jadelynn Cheatum "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform TUI music player" homepage = "https://gitlab.com/jcheatum/rmup.git" readme = "README.md" keywords = [ "music", "tui", "terminal", "cross-platform", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://gitlab.com/jcheatum/rmup.git" [[bin]] name = "rmup" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.async-std] version = "1.13.0" features = ["attributes"] [dependencies.crossterm] version = "0.28.1" features = ["serde"] [dependencies.dirs-next] version = "2.0.0" [dependencies.getopts] version = "0.2.21" [dependencies.lofty] version = "0.21.1" [dependencies.map-macro] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.29.0" features = ["serde"] [dependencies.regex] version = "1.11.1" [dependencies.rodio] version = "0.20.1" features = [ "symphonia-aac", "symphonia-flac", "symphonia-isomp4", "symphonia-mp3", "vorbis", "symphonia-wav", ] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_yml] version = "0.0.12" [dependencies.tui-textarea] version = "0.7.0" [dependencies.unicode-width] version = "0.2.0" [target.'cfg(target_os = "linux")'.dependencies.mpris-server] version = "0.8.1"