json_config 0.1.4

A JSON based configuration management solution for Rust applications.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "json_config"
version = "0.1.4"
authors = ["harindaka <harindaka@gmail.com>"]
description = "A JSON based configuration management solution for Rust applications."
homepage = "https://github.com/harindaka/json_config"
readme = "README.md"
keywords = ["JSON", "json", "config", "configuration", "patch"]
categories = ["config", "parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/harindaka/json_config"
[dependencies.serde_json]
version = "1.0.6"
[badges.maintenance]
status = "experimental"