[package] name = "car" version = "0.1.1" authors = ["bend-n "] description = "std::array::{map, from_fn, try_from_fn} in const" edition = "2021" repository = "https://github.com/bend-n/car" license = "MIT" [dependencies] proc-macro2 = "1.0.79" quote = "1.0.35" syn = { version = "2.0.55", features = ["full"] } [lib] proc-macro = true