panes-css 0.6.0

CSS transpiler for the panes layout engine
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"
name = "panes-css"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSS transpiler for the panes layout engine"
homepage = "https://github.com/jostled-org/panes"
readme = "README.md"
keywords = [
    "layout",
    "css",
    "flexbox",
    "grid",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jostled-org/panes"

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

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

[dependencies.panes]
version = "0.16"

[dependencies.taffy]
version = "0.9"

[lints.clippy]
collapsible_match = "warn"
expect_used = "deny"
match_ref_pats = "warn"
match_same_arms = "warn"
match_single_binding = "warn"
needless_bool = "deny"
needless_late_init = "warn"
needless_match = "warn"
panic = "deny"
redundant_guards = "warn"
redundant_pattern = "warn"
redundant_pattern_matching = "warn"
single_match = "allow"
single_match_else = "allow"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"