[package] name = "breakdance" authors = ["j-stach"] version = "0.0.3" edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/j-stach/breakdance.git" description = "Experimental macro for creating compile-time heterogeneously-typed collections" [badges] maintenance = { status = "experimental"} [lib] proc-macro = true [dependencies] lazy_static = "1.4.0" quote = "1.0.33" syn = { version = "2.0.37", features = ["full"] } proc-macro2 = "1.0.67" enum_dispatch = "0.3.12"