# 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 = "2018" name = "ddcset" version = "0.0.5" authors = ["arcnmx"] include = [ "/src/**/*.rs", "/build.rs", "/README*", "/COPYING*", ] description = "DDC/CI display control application" readme = "README.md" keywords = [ "ddc", "vcp", "mccs", "ddccontrol", "ddcutil", ] license = "MIT" repository = "https://github.com/arcnmx/ddcset-rs" [profile.dev] panic = "abort" [profile.release] opt-level = 2 lto = true panic = "abort" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2" default-features = false [dependencies.ddc-hi] version = "0.4" [dependencies.env_logger] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.mccs-db] version = "0.1" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "arcnmx/ddcset-rs"