# 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 = "autoconf" version = "0.1.0" authors = ["Kidan Nelson "] description = "A simple and powerful derive macro for loading configuration structs from various sources" homepage = "https://github.com/yourusername/autoconf" documentation = "https://docs.rs/autoconf" readme = "README.md" keywords = [ "configuration", "settings", "environment", "config", ] categories = [ "configuration", "development-tools", "proc-macro", ] license = "MIT" repository = "https://github.com/N4D1K-lgtm/autoconf" [dependencies.autoconf_core] version = "0.1.0" [dependencies.autoconf_derive] version = "0.1.0" [dev-dependencies.config] version = "0.14.0" features = ["toml"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.serde] version = "1.0.198" features = ["derive"] [dev-dependencies.smart-default] version = "0.7.1"