# 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 = "musica-app" version = "0.2.1" authors = ["myyrakle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple music player" homepage = "https://github.com/myyrakle/musica/blob/master/README.md" documentation = "https://docs.rs/musica/latest/musica" readme = "README.md" keywords = [ "music", "player", "mp3", "ogg", ] license = "MIT" repository = "https://github.com/myyrakle/musica" [[bin]] name = "musica-app" path = "src/main.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.iced] version = "0.13.1" features = [ "advanced", "tokio", ] [dependencies.native-dialog] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.rodio] version = "0.19.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"