csskit_derives 0.0.16

Derive macros for CSS parsing, visiting, and AST operations.
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 = "csskit_derives"
version = "0.0.16"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for CSS parsing, visiting, and AST operations."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
default = []

[lib]
name = "csskit_derives"
path = "src/lib.rs"
bench = false
proc-macro = true

[dependencies.heck]
version = "0.5.0"

[dependencies.itertools]
version = "0.14.0"

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

[dependencies.quote]
version = "1.0.41"

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

[dev-dependencies.insta]
version = "1.43.2"
features = ["json"]

[dev-dependencies.prettyplease]
version = "0.2.37"