bounded-integer-macro 0.5.0

Proc macro for `bounded-integer`. Do not use directly.
Documentation
[package]
name = "bounded-integer-macro"
version = "0.5.0"
authors = ["Kestrer <kestrer.dev@gmail.com>"]
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 = "2018"

[lib]
proc-macro = true

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

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