concordance 0.1.0

A library for negotiating HDMI 2.1 modes.
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 = "concordance"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for negotiating HDMI 2.1 modes."
readme = "README.md"
keywords = [
    "hdmi",
    "display",
    "negotiation",
    "embedded",
    "no_std",
]
categories = [
    "hardware-support",
    "embedded",
    "parser-implementations",
]
license = "MPL-2.0"
repository = "https://github.com/DracoWhitefire/concordance"
resolver = "2"

[features]
alloc = ["display-types/alloc"]
default = ["std"]
serde = [
    "dep:serde",
    "display-types/serde",
]
std = [
    "alloc",
    "display-types/std",
]

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

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

[dependencies.bitflags]
version = "2.4"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.display-types]
version = "0.3"
features = ["std"]

[dev-dependencies.serde_json]
version = "1"