# 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 = "CLI-Rhythm" version = "0.6.6" authors = ["Andrii "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and functional CLI music player." readme = "README.md" keywords = [ "cli", "player", "music", "minimal", "rhythm", ] categories = [ "command-line-utilities", "multimedia::audio", ] license-file = "LICENSE" repository = "https://github.com/Arklingh/CLI-Rhythm" [[bin]] name = "cli-rhythm" path = "src/main.rs" [dependencies.audiotags] version = "0.5.0" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.id3] version = "1.14.0" [dependencies.mp3-metadata] version = "0.3.4" [dependencies.rodio] version = "0.17.3" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tempfile] version = "3.10.1" [dependencies.textwrap] version = "0.16.1" [dependencies.tui] version = "0.19.0" [dependencies.uuid] version = "1.10.0" features = [ "serde", "v5", ] [dev-dependencies.tempfile] version = "3.3"