# 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 = "edidr" version = "0.4.0" authors = ["emersion"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse EDID data structures" homepage = "https://github.com/emersion/rust-edid" documentation = "https://docs.rs/edid" readme = "README.md" categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/emersion/rust-edid" [lib] name = "edidr" path = "src/lib.rs" [[example]] name = "epd" path = "examples/epd.rs" [[example]] name = "hdmi" path = "examples/hdmi.rs" [[example]] name = "lvds" path = "examples/lvds.rs" [[example]] name = "vga" path = "examples/vga.rs" [dependencies.nom] version = "7"