[package] name = "absolut-derive" description = "Implementation of absolut::simd_table" version = "0.1.0" edition = "2021" license-file = "../LICENSE" [dependencies] absolut-core = { path = "../absolut-core", version = "0.1.0" } proc-macro2 = { workspace = true } syn = { version = "2.0.26", features = ["full"] } darling = "0.20.3" [lib] proc-macro = true