[package] name = "stackedconfig" version = "0.1.2" authors = ["Aaron Stevens "] description = "!!! DO NOT USE !!! Treat multiple nested config objects as a single config object with precedence. !!! DO NOT USE !!!" license = "MIT" repository = "https://github.com/bheklilr/rust-stackedconfig" homepage = "https://github.com/bheklilr/rust-stackedconfig" documentation = "https://bheklilr.github.io/rust-stackedconfig/stackedconfig/" readme = "README.md" keywords = ["json", "yaml", "serde", "config", "configuration"] [dependencies] serde_json = "1.0"