assert2-macros 0.3.17-beta2

procedural macros for assert2
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 = "2021"
rust-version = "1.70"
name = "assert2-macros"
version = "0.3.17-beta2"
authors = [
    "Maarten de Vries <maarten@de-vri.es>",
    "Mara Bos <m-ou.se@m-ou.se>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "procedural macros for assert2"
documentation = "https://docs.rs/assert2"
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/de-vri-es/assert2-rs"

[features]
nightly = []
span-locations = []

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

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

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
version = "2.0.76"
features = [
    "full",
    "visit",
    "visit-mut",
    "extra-traits",
]

[build-dependencies.rustc_version]
version = "0.4.0"