# 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 = "bakunin_config" version = "0.1.3" authors = ["David Pires "] description = "Layered configuration for Rust applications." readme = "README.MD" keywords = [ "config", "layered-config", "bakunin", "bakunin-config", ] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/Davidblkx/BakuninConfig" resolver = "2" [dependencies.directories] version = "5.0" [dependencies.json5] version = "0.4.1" optional = true [dependencies.log] version = "0.4" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.serde_yaml] version = "0.9.27" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.8" optional = true [dev-dependencies.json5] version = "0.4.1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.9.27" [dev-dependencies.toml] version = "0.8.8" [features] default = [ "json", "toml", "json5", "yaml", ] json = ["dep:serde_json"] json5 = ["dep:json5"] toml = ["dep:toml"] yaml = ["dep:serde_yaml"]