# 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 = "serde-envfile" version = "0.1.0" authors = ["Luca Goslar "] description = """ ♻️ Deserialize and serialize environment variables. """ readme = "README.md" keywords = [ "serde", "env", "serialization", "deserialization", ] license = "MIT OR Apache-2.0 OR EUPL-1.2" repository = "https://github.com/lucagoslar/serde-envfile" [dependencies.dotenvy] version = "0.15" [dependencies.envy] version = "0.4" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tempfile] version = "3.8" [features] debug = []