culvert 0.1.2

Typed access to the HDMI 2.1 SCDC register map
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 = "culvert"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed access to the HDMI 2.1 SCDC register map"
readme = "README.md"
keywords = [
    "hdmi",
    "scdc",
    "frl",
    "embedded",
    "no-std",
]
categories = [
    "hardware-support",
    "embedded",
    "no-std",
]
license = "MPL-2.0"
repository = "https://github.com/DracoWhitefire/culvert"

[package.metadata.docs.rs]
all-features = true

[features]
plumbob = ["dep:plumbob"]

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

[[example]]
name = "scdc"
path = "examples/scdc/main.rs"

[[test]]
name = "scdc"
path = "tests/scdc.rs"

[dependencies.display-types]
version = "0.3.1"
default-features = false

[dependencies.hdmi-hal]
version = "0.3.0"
default-features = false

[dependencies.plumbob]
version = "0.1.0"
optional = true

[dev-dependencies.hdmi-hal]
version = "0.3.0"
default-features = false