# 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 = "allyaudio" version = "0.4.0" authors = ["Allyedge "] description = "A simple audio player CLI tool written in Rust." homepage = "https://github.com/Allyedge/allyaudio" readme = "README.md" keywords = [ "cli", "audio", "music", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Allyedge/allyaudio" resolver = "2" [dependencies.clap] version = "3.1.17" features = ["derive"] [dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dependencies.rodio] version = "0.15.0" features = ["symphonia-all"]