const_struct_derive 0.6.2

macro that allows const structures to be passed as const generics
Documentation
[dependencies.convert_case]
version = "0.8.0"

[dependencies.crc]
version = "3.3.0"

[dependencies.proc-macro2]
version = "1.0.101"

[dependencies.quote]
version = "1.0.40"

[dependencies.rand]
optional = true
version = "0.9.2"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.106"

[features]
rand_support = ["rand"]

[lib]
name = "const_struct_derive"
path = "src/lib.rs"
proc-macro = true

[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"
license = "MIT/Apache-2.0"
name = "const_struct_derive"
readme = false
repository = "https://github.com/oligamiq/const_struct"
rust-version = "1.80.0"
version = "0.6.2"

[package.metadata.release]
tag = false