[dependencies.proc-macro2]
version = "1.0.101"
[dependencies.quote]
version = "1.0.41"
[dependencies.syn]
version = "2.0.106"
[dev-dependencies.static_assertions]
version = "1.1.0"
[lib]
name = "autosized_num"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Yua"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "no-std"]
description = "Auto-sized integer macros: choose the smallest signed/unsigned type for a literal at compile time."
edition = "2024"
exclude = [".gitignore", ".github/*", "target/*", "about.toml", "about.hbs"]
keywords = ["proc-macro", "integer", "auto-size", "numeric", "no_std"]
license = "MIT OR Apache-2.0"
name = "autosized-num"
readme = "README.md"
repository = "https://github.com/yua134/autosized_num"
version = "0.1.0"
[[test]]
name = "basic"
path = "tests/basic.rs"