# 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 = "rwedid" version = "0.3.2" authors = ["Ral"] description = "Read and write EDID data over an I2C bus." readme = "readme.md" keywords = ["linux"] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://codeberg.org/ral/rwedid.git" [package.metadata.deb] suggests = "edid-decode" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.i2cdev] version = "0.5.1"