# 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.59.0" name = "enve" version = "0.4.0" authors = ["Dmitriy Pleshevskiy "] description = "it helps you work with environment variables and convert it to any type using only type annotations" readme = "README.md" keywords = [ "env", "environment", ] categories = ["config"] license = "MIT" repository = "https://github.com/pleshevskiy/enve" [package.metadata.docs.rs] all-features = true [[example]] name = "calc" required-features = [ "structs", "aggs", ] [dependencies.estring] version = "0.3" [features] aggs = ["estring/aggs"] bool = [] default = [] low-level = ["estring/low-level"] number = [] structs = ["estring/structs"] vec = ["structs"] [badges.maintenance] status = "actively-developed"