[package]
edition = "2024"
rust-version = "1.89.0"
name = "auto_array"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A macro to automatically calculate the length of arrays"
readme = "README.md"
keywords = [
"auto",
"array",
"const",
"macro",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lars-schumann/auto_array"
[lib]
name = "auto_array"
path = "src/lib.rs"
[[example]]
name = "example"
path = "examples/example.rs"
[dependencies]