macroconf 0.3.6

macro for creating configurations using miniconf
Documentation
[dependencies.convert_case]
version = "0.6.0"

[dependencies.darling]
version = "0.20"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dev-dependencies.miniconf]
features = ["json-core"]
version = "0.13"

[dev-dependencies.rstest]
version = "0.22"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde-json-core]
version = "0.5.1"

[lib]
name = "macroconf"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
cargo = "warn"
nursery = "deny"
pedantic = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Max Känner <max.kaenner@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["config", "embedded", "data-structures"]
description = "macro for creating configurations using miniconf"
edition = "2021"
keywords = ["miniconf", "macro", "config"]
license = "MIT OR Apache-2.0"
name = "macroconf"
readme = "README.md"
repository = "https://git.mkaenner.de/max/macroconf"
version = "0.3.6"

[[test]]
name = "enum"
path = "tests/enum.rs"

[[test]]
name = "get_set"
path = "tests/get_set.rs"

[[test]]
name = "simple"
path = "tests/simple.rs"