blob: 8d71172d8cad6b906889defb0cac1ece325d6860 [file] [log] [blame]
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
name = "derive_builder_core"
version = "0.11.1"
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.12.4"
[dependencies.proc-macro2]
version = "1.0.24"
[dependencies.quote]
version = "1.0.8"
[dependencies.syn]
version = "1.0.69"
features = ["full", "extra-traits"]
[dev-dependencies.pretty_assertions]
version = "0.6.1"
[features]
clippy = []