jsony_config 0.1.2

Lenient JSON configuration framework for Rust applications based on jsony.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"

[[package]]
name = "jsony"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f9c02f2563a1e82063359e007c578d96116ef348b0ac360d34a8159feff92e6"
dependencies = [
 "itoa",
 "jsony_macros",
 "zmij",
]

[[package]]
name = "jsony_config"
version = "0.1.2"
dependencies = [
 "jsony",
 "kvlog",
]

[[package]]
name = "jsony_macros"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da8678b34d03a741a66990d2344e354cc95292992b981804dc6da059635e611"

[[package]]
name = "kvlog"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aebc9a3d14d6f55b32b9c0a174264514deb9198707836aa13e0468a650820981"
dependencies = [
 "itoa",
 "kvlog-macros",
 "uuid",
]

[[package]]
name = "kvlog-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175e52cba734851ef3ed52c39c5df2937b5ffe912d3ab0c757bb53aa8e58b522"

[[package]]
name = "uuid"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"