config_file_handler 0.11.0

Create, read and write JSON-encoded config files.
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 = "config_file_handler"
version = "0.11.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Create, read and write JSON-encoded config files."
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/config_file_handler"
readme = "README.md"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/maidsafe/config_file_handler"
[dependencies.fs2]
version = "~0.4.2"

[dependencies.lazy_static]
version = "~0.2.8"

[dependencies.quick-error]
version = "~1.2.0"

[dependencies.serde]
version = "~1.0.27"

[dependencies.serde_json]
version = "~1.0.9"

[dependencies.unwrap]
version = "~1.2.1"