# 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 = "figment_file_env_provider" version = "0.2.0" authors = ["nitnelave "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "A Figment provider to read from env or files" homepage = "https://github.com/nitnelave/figment_file_env_provider" documentation = "https://docs.rs/figment_file_env_provider" readme = "README.md" keywords = [ "figment", "env", "file", ] categories = [ "command-line-interface", "config", ] license = "MIT" repository = "https://github.com/nitnelave/figment_file_env_provider" resolver = "2" [dependencies.figment] version = "^0.10" features = [ "env", "test", ] [dev-dependencies.serde] version = "1" features = ["derive"]