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