[dependencies.convert_case]
version = "0.6.0"
[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.36"
[dependencies.strum]
features = ["derive"]
version = "0.26.3"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.74"
[lib]
name = "const_struct_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["oligami <nziq53@gmail.com>"]
autobenches = false
autobins = false
autoexamples = 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"
name = "const_struct_derive"
readme = false
repository = "https://github.com/oligamiq/const_struct"
rust-version = "1.80.0"
version = "0.4.1"
[package.metadata.release]
tag = false