# 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 = "econf" version = "0.3.0" authors = ["Yushi OMOTE "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Load environment variables into your struct members in one shot." homepage = "https://github.com/YushiOMOTE/econf" documentation = "https://docs.rs/econf" readme = "README.md" license = "MIT" repository = "https://github.com/YushiOMOTE/econf" [lib] name = "econf" path = "src/lib.rs" [[example]] name = "alltypes" path = "examples/alltypes.rs" [[example]] name = "readme" path = "examples/readme.rs" [[example]] name = "sample" path = "examples/sample.rs" [[example]] name = "strum" path = "examples/strum.rs" [[test]] name = "basics" path = "tests/basics.rs" [dependencies.econf-derive] version = "0.3.0" [dependencies.humantime] version = "2.1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.simple_logger] version = "5.0" [dev-dependencies.strum] version = "0.26" features = ["derive"]