# 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 = "vimp" version = "0.1.2" authors = ["PraxTube"] description = "vim based music player (vimp) in the terminal." homepage = "https://github.com/PraxTube/vimp" documentation = "https://github.com/PraxTube/vimp" readme = "README.md" keywords = [ "music", "music-player", "vi", "vim", "CLI", ] categories = [ "command-line-interface", "gui", "multimedia::audio", ] license = "MIT" repository = "https://github.com/PraxTube/vimp" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.lofty] version = "0.20.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.27.0" [dependencies.rodio] version = "0.19.0" [dependencies.serde_json] version = "1.0.120" [dependencies.strsim] version = "0.11.1" [dependencies.unicode-width] version = "0.1.13" [dependencies.walkdir] version = "2.5.0"