derive_builder 0.7.1

Rust macro to automatically implement the builder pattern for arbitrary structs.
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"
version = "0.7.1"
authors = ["Colin Kiegel <kiegel@gmx.de>", "Pascal Hertleif <killercup@gmail.com>", "Jan-Erik Rediger <janerik@fnordig.de>", "Ted Driggs <ted.driggs@outlook.com>"]
build = "build/mod.rs"
description = "Rust macro to automatically implement the builder pattern for arbitrary structs."
documentation = "https://docs.rs/derive_builder/0.7.1"
readme = "README.md"
keywords = ["derive", "macro", "builder", "setter", "struct"]
categories = ["development-tools", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/colin-kiegel/rust-derive-builder"

[lib]
proc-macro = true
[dependencies.compiletest_rs]
version = "0.3.18"
optional = true

[dependencies.darling]
version = "0.8.5"

[dependencies.derive_builder_core]
version = "=0.4.1"

[dependencies.env_logger]
version = "0.5"
optional = true

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

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

[dependencies.quote]
version = "0.6"

[dependencies.skeptic]
version = "0.13"
optional = true

[dependencies.syn]
version = "0.15"
features = ["full", "extra-traits"]
[dev-dependencies.pretty_assertions]
version = "0.5"
[build-dependencies.env_logger]
version = "0.5"
optional = true

[build-dependencies.log]
version = "0.4"
optional = true

[build-dependencies.skeptic]
version = "0.13"
optional = true

[features]
logging = ["log", "env_logger", "derive_builder_core/logging"]
nightlytests = ["compiletest_rs"]
skeptic_tests = ["skeptic"]
[badges.travis-ci]
repository = "colin-kiegel/rust-derive-builder"