uclicious 0.1.6

Uclicious is a wrapper around Universal Configuration Library (UCL) parser with a lot of sugar.
Documentation
[[example]]
crate-type = ["bin"]
name = "leak-test"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.libc]
version = "0.2"

[dependencies.libucl-bind]
package = "uclicious-libucl-sys"
version = "0.8.2-alpha.2"

[dependencies.uclicious_derive]
optional = true
version = "=0.1.5"
[dev-dependencies.uclicious_derive]
version = "=0.1.5"

[features]
default = ["derive", "vh_basic"]
derive = ["uclicious_derive"]
vh_basic = ["vh_env", "vh_compound"]
vh_compound = []
vh_env = []

[package]
authors = ["Andrey Cherkashin <andoriyu@gmail.com>"]
categories = ["config"]
description = "Uclicious is a wrapper around Universal Configuration Library (UCL) parser with a lot of sugar."
edition = "2018"
homepage = "https://github.com/andoriyu/uclicious"
keywords = ["config", "uclicious", "ucl", "libuc"]
license = "BSD-2-Clause"
name = "uclicious"
readme = "README.md"
repository = "https://github.com/andoriyu/uclicious"
version = "0.1.6"