takumi-css 0.1.2

Internal CSS layer for takumi. Not a public API; do not depend on it directly.
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.91"
name = "takumi-css"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal CSS layer for takumi. Not a public API; do not depend on it directly."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/kane50613/takumi"

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

[dependencies.bitflags]
version = "2.11"

[dependencies.bytemuck]
version = "1.25"

[dependencies.color]
version = "0.3"

[dependencies.cssparser]
version = "0.37"

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.parley]
version = "0.9"
features = ["std"]
default-features = false

[dependencies.paste]
version = "1.0"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.precomputed-hash]
version = "0.1"

[dependencies.selectors]
version = "0.38"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.smallvec]
version = "1.15"
features = ["serde"]

[dependencies.taffy]
version = "0.11"
features = [
    "flexbox",
    "grid",
    "alloc",
    "calc",
    "taffy_tree",
    "strict_provenance",
    "block_layout",
    "float_layout",
]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tiny-skia]
version = "0.12"

[dependencies.typed-builder]
version = "0.23"

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

[lints.clippy]
redundant_closure_for_method_calls = "deny"

[lints.clippy.all]
level = "deny"
priority = -1