[dependencies.proc-macro-error2]
version = "2"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2"
[dev-dependencies.gpui]
version = "0.2.2"
[dev-dependencies.insta]
version = "1"
[dev-dependencies.prettyplease]
version = "0.2"
[dev-dependencies.trybuild]
version = "1"
[lib]
name = "gpui_markup"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
[package]
authors = ["Ray <i@mk1.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A declarative markup DSL for building GPUI applications"
edition = "2024"
license = "MIT"
name = "gpui-markup"
readme = "README.md"
repository = "https://github.com/so1ve/gpui-markup"
version = "0.1.1"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "components"
path = "tests/components.rs"
[[test]]
name = "dynamic"
path = "tests/dynamic.rs"
[[test]]
name = "trybuild"
path = "tests/trybuild.rs"