configurs_derive 0.1.0

Macro implementations for configurs, the configuration loader for Rust apps.
Documentation
[package]
name = "configurs_derive"
version = "0.1.0"
authors = ["Nikola Plejic <nikola@plejic.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Macro implementations for configurs, the configuration loader for Rust apps."
homepage = "https://gitlab.com/nikolaplejic/configurs/"
documentation = "https://gitlab.com/nikolaplejic/configurs/"
repository = "https://gitlab.com/nikolaplejic/configurs/"
readme = "../README.md"

[lib]
proc-macro = true

[features]
file_loader = ["serde", "serde_derive", "toml"]

[dependencies]
syn = { version = "1.0" }
quote = "1.0"
proc-macro2 = "1.0"

serde = { version = "1", optional = true }
serde_derive = { version = "1", optional = true }
toml = { version = "0.5", optional = true }