# 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 = "redid" version = "0.2.0" authors = ["Maxime Ripard "] description = "VESA EDID Generation Library" readme = "README.md" keywords = [ "edid", "display", "graphics", ] categories = [ "encoding", "graphics", "hardware-support", ] license-file = "LICENSE" repository = "https://github.com/mripard/redid/" [dependencies.encoding] version = "0.2.33" [dependencies.enum-map] version = "2.7.3" [dependencies.num-traits] version = "0.2.17" [dependencies.typed-builder] version = "0.18.1" [dev-dependencies.serde_json] version = "1.0.111" [dev-dependencies.test-generator] version = "0.3.1" [dev-dependencies.uom] version = "0.35.0"