[package] name = "zabbixlaunch" version = "1.0.0" edition = "2021" authors = ["PaulBSD "] description = "Lights up Launchpad mini using Zabbix data" repository = "https://git.paulbsd.com/paulbsd/zabbixlaunch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3", features = ["cargo", "yaml"] } embedded-graphics = { version = "0.7", optional = true } launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" } reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" nix = "0.23" [profile.release] debug = 0