# 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-directory" version = "0.1.0" authors = ["Andreas Molitor "] description = "Figment provider for config values split into multiple files in a directory, working with any format." documentation = "https://docs.rs/figment-directory/0.1" readme = "README.md" keywords = [ "config", "configuration", "directory", ] categories = ["config"] license = "BSD-3-Clause" repository = "https://github.com/anmolitor/figment-directory" [dependencies.figment] version = "0.10.19" [dev-dependencies.figment] version = "0.10.19" features = [ "toml", "test", ] [dev-dependencies.serde] version = "1" features = ["derive"]