# 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 = "rust_radio" version = "1.0.3" authors = ["Pat Laster "] build = false exclude = ["screenshots/*"] autobins = false autoexamples = false autotests = false autobenches = false description = """ Radio Rust is minimalist rust based Internet Radio Player using eframe, Reqwest, and Rodio """ homepage = "https://github.com/palaster/rust_radio" documentation = "https://github.com/palaster/rust_radio" readme = "README.md" keywords = [ "audio", "internet-radio", ] categories = ["multimedia::audio"] license = "AGPL-3.0" repository = "https://github.com/palaster/rust_radio" [[bin]] name = "rust_radio" path = "src/main.rs" [dependencies.dirs] version = "5.0.1" [dependencies.eframe] version = "0.29.1" [dependencies.once_cell] version = "1.20.2" [dependencies.pls] version = "0.2.2" [dependencies.reqwest] version = "0.12.8" [dependencies.rodio] version = "0.19.0" features = ["symphonia-mp3"] default-features = false [dependencies.tokio] version = "1.41.0" features = ["full"]