dampen-core 0.2.6

Core parser, IR, and traits for Dampen UI framework
Documentation
[dependencies.csscolorparser]
version = "0.6"

[dependencies.nom]
version = "7.1"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.roxmltree]
version = "0.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.insta]
version = "1.0"

[dev-dependencies.proptest]
version = "1.0"

[features]
codegen = []
default = []
interpreted = []

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

[lints.clippy]
dbg_macro = "warn"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "deny"

[lints.rust]
dead_code = "warn"
unused = "warn"
unused_imports = "warn"
unused_mut = "warn"
unused_variables = "warn"

[package]
authors = ["Mattdef <mattdef@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "development-tools"]
description = "Core parser, IR, and traits for Dampen UI framework"
documentation = "https://docs.rs/dampen-cli"
edition = "2024"
keywords = ["ui", "iced", "declarative", "gui", "framework"]
license = "MIT OR Apache-2.0"
name = "dampen-core"
readme = "README.md"
repository = "https://github.com/mattdef/dampen"
resolver = "2"
rust-version = "1.88"
version = "0.2.6"

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

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

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

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

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

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

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

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

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

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

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

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