[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
name = "constify"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro for basic static specialization."
edition = "2024"
homepage = "https://github.com/DGriffin91/egui_software_backend"
keywords = ["const", "specialization", "dispatch", "currying"]
license = "MIT OR Apache-2.0"
name = "constify"
readme = "README.md"
repository = "https://github.com/DGriffin91/egui_software_backend"
version = "0.0.1"
[[test]]
name = "mod"
path = "tests/mod.rs"