# 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 = "liboptic_edid" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parses EDIDs from raw bytes (in 100% Rust)" readme = "README.md" keywords = [ "edid", "edid-decode", "liboptic", ] categories = [ "embedded", "encoding", "no-std", ] license = "MPL-2.0" repository = "https://github.com/onkoe/liboptic" [lib] name = "liboptic_edid" path = "src/lib.rs" [[example]] name = "linux" path = "examples/linux.rs" [dependencies.arrayvec] version = "0.7.6" default-features = false [dependencies.bitvec] version = "1.0.1" default-features = false [dependencies.bytemuck] version = "1.19.0" features = ["must_cast"] default-features = false [dependencies.nobcd] version = "0.2.0" [dependencies.num-rational] version = "0.4.2" default-features = false [dependencies.num-traits] version = "0.2.19" default-features = false [dependencies.pisserror] version = "0.3.0-rc.2" default-features = false [dependencies.pnpid] version = "=1.0.2" [dependencies.rust_decimal] version = "1.36.0" features = ["c-repr"] default-features = false [dependencies.rust_decimal_macros] version = "1.36" [dependencies.tracing] version = "0.1.40" features = ["attributes"] default-features = false [dev-dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.18" [lints.clippy] partial_pub_fields = "deny" semicolon_if_nothing_returned = "deny" struct_field_names = "deny" use_self = "deny"