derive_atom_set 0.0.17

Derive macro for generating atom sets for efficient keyword matching.
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 = "derive_atom_set"
version = "0.0.17"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for generating atom sets for efficient keyword matching."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
default = []

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

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

[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",
    "parsing",
]