# 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 = "easy_config_derive" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A language, parser, and lexer designed to make easy to read and write configuration files." homepage = "https://github.com/Syst3mz/easy_config" readme = "README.md" keywords = ["config"] categories = ["config"] license = "GPL-3.0" repository = "https://github.com/Syst3mz/easy_config" [lib] name = "easy_config_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "commented_derive" path = "tests/commented_derive.rs" [[test]] name = "config_full_loop" path = "tests/config_full_loop.rs" [[test]] name = "enum_tests" path = "tests/enum_tests.rs" [[test]] name = "kinda_complex" path = "tests/kinda_complex.rs" [[test]] name = "named_struct" path = "tests/named_struct.rs" [[test]] name = "unit_struct" path = "tests/unit_struct.rs" [[test]] name = "unnamed_struct" path = "tests/unnamed_struct.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.77" [dev-dependencies]