# 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" rust-version = "1.80.0" name = "rust-decouple" version = "0.3.0" authors = ["joyanedel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library to ease the process of parsing environment variables" readme = "README.md" keywords = ["config"] license = "MIT" repository = "https://github.com/joyanedel/rust-decouple" [lib] name = "rust_decouple" path = "src/lib.rs" [[test]] name = "derive" path = "tests/derive.rs" [dependencies.rust_decouple_derive] version = "0.2.0" optional = true [features] default = ["derive"] derive = ["dep:rust_decouple_derive"]