[package] name = "derive_builder_core_fork_arti" version = "0.11.2" authors = ["Ian Jackson ", "Colin Kiegel ", "Pascal Hertleif ", "Jan-Erik Rediger ", "Ted Driggs "] description = "Internal helper library for the derive_builder crate." repository = "https://github.com/ijackson/rust-derive-builder" documentation = "https://docs.rs/derive_builder_core_fork_arti" license = "MIT/Apache-2.0" readme = "README.md" [features] clippy = [] [dependencies] darling = "0.14.0" proc-macro2 = "1.0.37" quote = "1.0.18" syn = { version = "1.0.91", features = ["full", "extra-traits"] } [dev-dependencies] pretty_assertions = "0.6.1"