denise 0.19.0

Direct-rendering UI toolkit for embedded Linux and systems without a desktop environment.
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.95"
name = "denise"
version = "0.19.0"
authors = ["André Biseth <andre@biseth.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Direct-rendering UI toolkit for embedded Linux and systems without a desktop environment."
homepage = "https://github.com/bisand/denise"
readme = "README.md"
keywords = [
    "gui",
    "embedded",
    "framebuffer",
    "kiosk",
    "no-std",
]
categories = [
    "gui",
    "embedded",
    "rendering",
    "no-std",
]
license = "MIT"
repository = "https://github.com/bisand/denise"

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

[features]
default = ["std"]
std = ["thiserror/std"]

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

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

[lints.clippy]
undocumented_unsafe_blocks = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"