libmonitor 0.1.2

A cross platform library to enable communication with VESA compliant monitors
Documentation
[dependencies.anyhow]
version = "1.0.83"

[dependencies.log]
version = "0.4.21"

[dependencies.nom]
version = "7.1.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.203"

[dependencies.thiserror]
version = "1.0.60"

[features]
default = []
serde = ["dep:serde"]

[package]
authors = ["ju6ge <judge@felixrichter.tech>"]
description = "A cross platform library to enable communication with VESA compliant monitors"
edition = "2021"
keywords = ["ddc", "mccs", "vcp", "vesa", "monitor"]
license-file = "LICENSE"
name = "libmonitor"
readme = "README.md"
repository = "https://github.com/ju6ge/libmonitor"
version = "0.1.2"

[package.metadata.release]
publish = false
tag-name = "{{version}}"

[target.'cfg(target_os = "linux")'.dependencies.i2cdev]
version = "0.6.0"

[target.'cfg(target_os = "linux")'.dependencies.udev]
version = "0.8.0"