mpd_info_screen 0.6.2

Displays info on currently playing music from an MPD daemon
# 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.6.2"
build = "build.rs"
autolib = false
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"

[features]
unicode_support = [
    "dep:freetype",
    "dep:bindgen",
]

[[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.72"
optional = true

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release-with-debug]
debug = 2
inherits = "release"