structconf_derive 0.4.0

Derive macro for structconf
Documentation
[dependencies.darling]
version = "0.10.2"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
name = "structconf_derive"
proc-macro = true

[package]
authors = ["Mario Ortiz Manero <marioortizmanero@gmail.com>"]
categories = ["config"]
description = "Derive macro for structconf"
documentation = "https://docs.rs/structconf/"
edition = "2018"
homepage = "https://github.com/vidify/structconf"
keywords = ["config", "configuration", "settings", "clap", "rust-ini"]
license = "MIT"
name = "structconf_derive"
repository = "https://github.com/vidify/structconf"
version = "0.4.0"