[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["mitchmindtree <mail@mitchellnordine.com>"]
description = "A more flexible alternative to deriving Default."
edition = "2018"
homepage = "https://github.com/mitchmindtree/devault"
keywords = ["default", "init", "fallback", "enum", "const"]
license = "MIT OR Apache-2.0"
name = "devault"
readme = "README.md"
repository = "https://github.com/mitchmindtree/devault.git"
version = "0.2.0"