denise-forms 0.28.0

Loads a DeniseUI form file into a widget tree at runtime: the engine behind .dform.
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-forms"
version = "0.28.0"
authors = ["André Biseth <andre@biseth.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Loads a DeniseUI form file into a widget tree at runtime: the engine behind .dform."
homepage = "https://github.com/bisand/denise"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bisand/denise"

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

[features]
cli = ["dep:denise-image"]
codegen = []
truetype = [
    "denise-ui/truetype",
    "dep:denise-text",
]

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

[[bin]]
name = "denise-forms"
path = "src/cli.rs"
required-features = ["cli"]

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

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

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

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

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

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

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

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

[dependencies.denise]
version = "0.28.0"
features = ["std"]
default-features = false

[dependencies.denise-image]
version = "0.28.0"
features = [
    "png",
    "jpeg",
    "gif",
]
optional = true
default-features = false

[dependencies.denise-text]
version = "0.28.0"
features = [
    "std",
    "truetype",
]
optional = true
default-features = false

[dependencies.denise-ui]
version = "0.28.0"
features = [
    "std",
    "raster",
]
default-features = false

[dependencies.kdl]
version = "6.7"
features = ["span"]
default-features = false

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

[dev-dependencies.denise]
version = "0.28.0"
features = ["std"]
default-features = false

[dev-dependencies.denise-ui]
version = "0.28.0"
features = [
    "std",
    "raster",
]
default-features = false

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

[lints.clippy]
undocumented_unsafe_blocks = "warn"

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