# 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 = "envir" version = "0.4.2" authors = ["Sanpi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deserialize/serialize struct from/to env" readme = "README.md" license = "MIT" repository = "https://github.com/sanpii/envir" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "envir" path = "src/lib.rs" [dependencies.dotenvy] version = "0.15" optional = true [dependencies.env_logger] version = "0.11" optional = true [dependencies.envir_derive] version = "0.4" optional = true [dependencies.regex] version = "1.0" optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", "registry", "std", ] optional = true default-features = false [features] default = [ "dotenv", "logger", ] dotenv = ["dotenvy"] extrapolation = [ "regex", "serde", ] logger = ["env_logger"] serde = ["envir_derive"] tracing = ["tracing-subscriber"]