trisquel-icecat/icecat/servo/components/style_derive/Cargo.toml
2025-10-06 02:35:48 -06:00

19 lines
491 B
TOML

[package]
name = "style_derive"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
repository = "https://github.com/servo/stylo"
edition = "2021"
description = "Derive crate for Stylo CSS engine"
[lib]
path = "lib.rs"
proc-macro = true
[dependencies]
darling = { version = "0.20", default-features = false }
proc-macro2 = "1"
quote = "1"
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"