# 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-env" version = "0.2.0" authors = ["Xuanwo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "deserialize env into structs via serde" documentation = "https://docs.rs/serde-env" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Xuanwo/serde-env" [lib] name = "serde_env" path = "src/lib.rs" [[bench]] name = "from_env" path = "benches/from_env.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.serde] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.temp-env] version = "0.3"