# 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 = "ddc-macos" version = "0.2.2" authors = ["Haim Gelfenbeyn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DDC/CI monitor control on MacOS" documentation = "https://haimgel.github.io/ddc-macos-rs/ddc_macos" readme = "README.md" keywords = [ "ddc", "mccs", "vcp", "vesa", "macos", ] categories = [ "hardware-support", "os::macos-apis", ] license = "MIT" repository = "https://github.com/haimgel/ddc-macos-rs" [lib] name = "ddc_macos" path = "src/lib.rs" [[example]] name = "list" path = "examples/list.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.core-foundation] version = "0.10" [dependencies.core-foundation-sys] version = "0.8" [dependencies.core-graphics] version = "0.24" [dependencies.ddc] version = "0.2" [dependencies.io-kit-sys] version = "0.4" [dependencies.mach2] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.edid-rs] version = "0.1" [dev-dependencies.nom] version = "7.1" [badges.maintenance] status = "actively-developed"