# 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 = "pasedid" version = "0.2.0" authors = ["Ral"] description = "Parse and assemble EDID binary data blobs." readme = "readme.md" categories = ["hardware-support"] license = "MIT" repository = "https://codeberg.org/ral/pasedid.git" [package.metadata.deb] suggests = "edid-decode" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.concat-arrays] version = "0.1.2" [dependencies.either] version = "1.9.0" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "7.1.3" features = ["alloc"] [dependencies.serde] version = "1.0.177" features = ["derive"] [dependencies.serde_yaml] version = "0.9.19"