breaking-attr 0.1.3

An attribute macro that enforces per-version invariants on items.
Documentation
[dependencies.base64]
version = "0.21.7"

[dependencies.blake3]
optional = true
version = "1.6.1"

[dependencies.md5]
optional = true
version = "0.7.0"

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

[dependencies.sha2]
optional = true
version = "0.10.8"

[dependencies.syn]
version = "2.0.100"

[features]
default = ["blake3"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "An attribute macro that enforces per-version invariants on items."
edition = "2021"
homepage = "https://github.com/Waridley/breaking-attr"
license = "MIT OR Apache-2.0"
name = "breaking-attr"
readme = "README.md"
repository = "https://github.com/Waridley/breaking-attr"
rust-version = "1.76.0"
version = "0.1.3"

[package.metadata."docs.rs"]
all-features = true

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