[package] name = "teil_derive" description = "Helper crate for the teil library" license = "MIT" authors = ["Carlos Malanche "] version = "0.4.0-alpha.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] all-features = true [lib] proc-macro = true [features] sync = [] iter = [] partial = [] serde = [] [dependencies] syn = {version = "1.0.107", features = ["extra-traits"]} quote = "1.0.23" proc-macro2 = "1.0.50"