# 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 = "mpd_info_screen" version = "0.4.17" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Displays info on currently playing music from an MPD daemon" readme = "README.md" license = "MIT" repository = "https://github.com/Stephen-Seo/mpd_info_screen" resolver = "2" [[bin]] name = "mpd_info_screen" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.freetype] version = "0.7" optional = true [dependencies.ggez] version = "0.9.3" [dependencies.image] version = "0.25" [dependencies.wgpu-types] version = "0.16" [build-dependencies.bindgen] version = "0.69" optional = true [features] unicode_support = [ "dep:freetype", "dep:bindgen", ]