[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["parsing"]
version = "2"
[features]
default = ["std"]
std = []
[lib]
name = "derive_new"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Nick Cameron <nrc@ncameron.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "`#[derive(new)]` implements simple constructor functions for structs and enums."
edition = "2021"
license = "MIT"
name = "derive-new"
readme = "README.md"
repository = "https://github.com/nrc/derive-new"
version = "0.7.0"
[[test]]
name = "test"
path = "tests/test.rs"