# 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 = "macro_env" version = "0.1.8" authors = ["Keiveulbugs"] description = "A crate to fetch the environment variable easily through 3 different ways." homepage = "https://github.com/keiveulbugs/macro_env" documentation = "https://docs.rs/macro_env" readme = "README.md" keywords = [ "env", "variable", "macro", "config", "dotenv", ] categories = ["config"] license = "MIT" repository = "https://github.com/keiveulbugs/macro_env" [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [features] typed = [ "dep:ron", "dep:serde", ]