2023-03-09 06:20:25 +01:00
|
|
|
[package]
|
|
|
|
name = "rwedid"
|
2023-07-28 21:33:30 +02:00
|
|
|
version = "0.3.1"
|
2023-03-09 06:20:25 +01:00
|
|
|
license = "MIT"
|
|
|
|
description = "Read and write EDID data over an I2C bus."
|
|
|
|
keywords = ["linux"]
|
|
|
|
categories = ["embedded", "hardware-support"]
|
2023-04-02 18:28:51 +02:00
|
|
|
readme = "readme.md"
|
|
|
|
repository = "https://codeberg.org/ral/rwedid.git"
|
|
|
|
authors = ["Ral"]
|
2023-03-09 06:20:25 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
2023-03-28 00:55:44 +02:00
|
|
|
[package.metadata.deb]
|
|
|
|
suggests = "edid-decode"
|
|
|
|
|
2023-03-09 06:20:25 +01:00
|
|
|
[dependencies]
|
2023-07-23 23:32:21 +02:00
|
|
|
clap = { version = "4.3.19", features = ["derive"] }
|
2023-03-09 06:20:25 +01:00
|
|
|
i2cdev = "0.5.1"
|