# 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" rust-version = "1.70" name = "tuisic" version = "1.0.1" description = "A terminal music player based off your xdg music directory" homepage = "https://github.com/saubuny/tuisic" readme = "README.md" keywords = [ "music", "cli", "player", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/saubuny/tuisic" [dependencies.crossterm] version = "0.27.0" [dependencies.mpv] version = "0.2.3" [dependencies.ratatui] version = "0.26.1" [dependencies.xdg-user] version = "0.2.1"