# 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 = "listui" version = "0.2.3" authors = ["gulis1"] description = "A simple music player for the terminal, written in Rust. " readme = "README.md" keywords = [ "music", "playlist", "music_player", "terminal", "youtube", ] categories = [ "command-line-utilities", "multimedia", "multimedia::audio", ] license = "GPL-3.0" repository = "https://github.com/gulis1/lisTUI" resolver = "1" [dependencies.argh] version = "0.1.10" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15" [dependencies.lazy_static] version = "1.4.0" [dependencies.listui_lib] version = "0.2.0" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.23.0" [dependencies.regex] version = "1" [dependencies.soloud] version = "1.0.2" [dependencies.tokio] version = "1.26.0" features = [ "rt", "fs", "rt-multi-thread", ]