assert-struct-macros 0.3.1

Procedural macro implementation for assert-struct
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"
rust-version = "1.85"
name = "assert-struct-macros"
version = "0.3.1"
authors = ["Carl Lerche <me@carllerche.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro implementation for assert-struct"
homepage = "https://github.com/carllerche/assert-struct"
documentation = "https://docs.rs/assert-struct"
readme = false
license = "MIT"
repository = "https://github.com/carllerche/assert-struct"
resolver = "2"

[features]
default = ["regex"]
regex = ["dep:regex"]

[lib]
name = "assert_struct_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.10"
optional = true

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

[dev-dependencies]