[package]
edition = "2021"
rust-version = "1.80.0"
name = "const_struct"
version = "0.6.6"
authors = ["oligami <nziq53@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macro that allows const structures to be passed as const generics"
homepage = "https://docs.rs/const_struct"
documentation = "https://docs.rs/const_struct"
readme = "README.md"
keywords = [
"const",
"derive",
"macro",
"no_std",
"const_generics",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/oligamiq/const_struct"
[package.metadata.release]
tag = true
tag-prefix = ""
[features]
rand_support = ["const_struct_derive/rand_support"]
[lib]
name = "const_struct"
path = "src/lib.rs"
[dependencies.const_struct_derive]
version = "0.6"
[dependencies.crc]
version = "3.4.0"
[dependencies.paste]
version = "1.0.15"