# 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 = "yandex-music-discord-rpc" version = "0.1.6" authors = [ "voidptr_t", "Vazgen005", "olejka", ] build = "build.rs" exclude = [ ".gitignore", ".github/", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Discord Rich Presence for Yandex Music" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Sanceilaks/YandexMusicDiscordRPC" [[bin]] name = "yandex-music-discord-rpc" path = "src/main.rs" [dependencies.discord-rich-presence] version = "0.2.4" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.env_logger] version = "0.11.3" [dependencies.image] version = "0.25.1" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tray-icon] version = "0.14.3" [dependencies.win-gsmtc] version = "0.1.0" [dependencies.winapi] version = "0.3.9" features = ["consoleapi"] [dependencies.winit] version = "0.30.3" [build-dependencies.winresource] version = "0.1.17"