derive_builder_core 0.3.0

Internal helper library for the derive_builder crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "derive_builder_core"
version = "0.3.0"
authors = ["Colin Kiegel <kiegel@gmx.de>", "Pascal Hertleif <killercup@gmail.com>", "Jan-Erik Rediger <janerik@fnordig.de>", "Ted Driggs <ted.driggs@outlook.com>"]
description = "Internal helper library for the derive_builder crate."
documentation = "https://docs.rs/derive_builder_core"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/colin-kiegel/rust-derive-builder"
[dependencies.darling]
version = "0.6.3"

[dependencies.log]
version = "0.3"
optional = true

[dependencies.proc-macro2]
version = "0.3"

[dependencies.quote]
version = "0.5"

[dependencies.syn]
version = "0.13.10"
features = ["full", "extra-traits"]
[dev-dependencies.pretty_assertions]
version = "0.2"

[features]
logging = ["log"]
[badges.travis-ci]
repository = "colin-kiegel/rust-derive-builder"