# 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 = "libmonitor" version = "0.1.2" authors = ["ju6ge "] description = "A cross platform library to enable communication with VESA compliant monitors" readme = "README.md" keywords = [ "ddc", "mccs", "vcp", "vesa", "monitor", ] license-file = "LICENSE" repository = "https://github.com/ju6ge/libmonitor" [package.metadata.release] publish = false tag-name = "{{version}}" [dependencies.anyhow] version = "1.0.83" [dependencies.log] version = "0.4.21" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.60" [features] default = [] serde = ["dep:serde"] [target."cfg(target_os = \"linux\")".dependencies.i2cdev] version = "0.6.0" [target."cfg(target_os = \"linux\")".dependencies.udev] version = "0.8.0"