# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "macroconf" version = "0.3.6" authors = ["Max Känner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "macro for creating configurations using miniconf" readme = "README.md" keywords = [ "miniconf", "macro", "config", ] categories = [ "config", "embedded", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://git.mkaenner.de/max/macroconf" [lib] name = "macroconf" path = "src/lib.rs" proc-macro = true [[test]] name = "enum" path = "tests/enum.rs" [[test]] name = "get_set" path = "tests/get_set.rs" [[test]] name = "simple" path = "tests/simple.rs" [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] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.miniconf] version = "0.13" features = ["json-core"] [dev-dependencies.rstest] version = "0.22" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde-json-core] version = "0.5.1" [lints.clippy] cargo = "warn" nursery = "deny" pedantic = "deny" [lints.rust] unsafe_code = "forbid"