macroific_attr_parse 2.0.0

Attribute parsing utilities for the macroific crate
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.sealed]
version = "0.6"

[dependencies.syn]
version = "2"

[features]
full = ["syn/full"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0

[package]
authors = ["Art <amolc@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "Attribute parsing utilities for the macroific crate"
edition = "2021"
include = ["src/", "Cargo.toml"]
keywords = []
license = "Apache-2.0"
name = "macroific_attr_parse"
readme = "README.md"
repository = "https://github.com/Alorel/macroific-rs"
rust-version = "1.71.0"
version = "2.0.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]