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