config_file_handler 0.7.0

Create, read and write JSON-encoded config files.
Documentation
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Create, read and write JSON-encoded config files."
documentation = "https://docs.rs/config_file_handler"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
name = "config_file_handler"
readme = "README.md"
repository = "https://github.com/maidsafe/config_file_handler"
version = "0.7.0"

[dependencies]
fs2 = "0.2.5"
quick-error = "1.1.0"
serde = "~1.0.2"
serde_json = "~1.0.1"