hdmi-hal 0.3.0

Hardware abstraction traits for the HDMI stack
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "hdmi-hal"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware abstraction traits for the HDMI stack"
readme = "README.md"
keywords = [
    "hdmi",
    "hal",
    "embedded",
    "display",
    "no-std",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MPL-2.0"
repository = "https://github.com/DracoWhitefire/hdmi-hal"

[lib]
name = "hdmi_hal"
path = "src/lib.rs"

[dependencies.display-types]
version = "0.3.1"