[package] name = "derive_builder_core" version = "0.20.2" authors = [ "Colin Kiegel ", "Pascal Hertleif ", "Jan-Erik Rediger ", "Ted Driggs ", ] edition = "2018" description = "Internal helper library for the derive_builder crate." repository = "https://github.com/colin-kiegel/rust-derive-builder" documentation = "https://docs.rs/derive_builder_core" license = "MIT OR Apache-2.0" readme = "README.md" [features] alloc = [] clippy = [] lib_has_std = [] [dependencies] darling = "0.20.10" proc-macro2 = "1.0.37" quote = "1.0.35" syn = { version = "2.0.15", features = ["full", "extra-traits"] }