# 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 = "mm_music_tui" version = "0.9.2" authors = ["Manuel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple music TUI application. Supports a basic library stored in the home directory, downloads songs via yt-dlp, and has a TUI while playing" readme = "README.md" license = "MIT" repository = "https://github.com/yekyam/mm_music_tui" [[bin]] name = "mm_music_tui" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.29.0" [dependencies.rodio] version = "0.19.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132"