roadblk-attr 0.1.8

Validator attr
Documentation
[package]
name = "roadblk-attr"
version = "0.1.8"
edition = "2021"
description = "Validator attr"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
procmeta = { workspace = true, optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

[features]
core = ["serde"]
proc = ["procmeta"]