# 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 = "vocal" version = "1.0.2" authors = ["Lucy Gschwantner lucygschwantner@gmail.com"] description = "A configurable TUI program that plays audio and looks cool while doing it" readme = "README.md" keywords = [ "audio", "cli", "music", "tui", "terminal", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/jackboxx/vocal" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.crossterm] version = "0.25.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rodio] version = "0.16.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.simplelog] version = "0.12.0" [dependencies.termion] version = "2.0.1" [dependencies.tui] version = "0.19.0"