bounded-integer-macro 0.5.6

Proc macro for `bounded-integer`. Do not use directly.
Documentation
[package]
name = "bounded-integer-macro"
version = "0.5.6"
description = "Proc macro for `bounded-integer`. Do not use directly."
keywords = ["bounded", "integer", "macro", "refinement"]
license = "ISC"
repository = "https://github.com/Kestrer/bounded-integer"
readme = "../README.md"
edition = "2021"

[lib]
proc-macro = true

[features]
# Internal-only feature, not public API
generate_tests = []

[dependencies]
proc-macro2 = "1.0.24"
syn = { version = "2.0.0", features = ["proc-macro", "parsing", "printing", "full"], default-features = false }
quote = "1.0.9"
num-bigint = "0.4.2"