# 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 = "yatui" version = "0.0.1" authors = ["vyfor"] description = "Yandex Music for the terminal" keywords = [ "yandex", "music", "tui", "cli", "audio-player", ] categories = [ "command-line-utilities", "multimedia", "multimedia::audio", ] license = "Apache-2.0" repository = "https://github.com/vyfor/yatui" [dependencies.crossterm] version = "0.27" [dependencies.ratatui] version = "0.26" [dependencies.reqwest] version = "0.12" [dependencies.rodio] version = "0.18" features = ["symphonia-all"] [dependencies.stream-download] version = "0.5" [dependencies.symphonia] version = "0.5.4" [dependencies.symphonia-bundle-flac] version = "0.5.3" [dependencies.symphonia-format-isomp4] version = "0.5.3" [dependencies.tokio] version = "1.38" features = ["full"] [dependencies.url] version = "2.5" [dependencies.yandex-music] version = "0.2"