[dependencies.libc]
version = "0.2"
[dependencies.libnv-sys]
optional = true
version = "0.1"
[dependencies.nvpair-sys]
optional = true
version = "0.4.0"
[dependencies.quick-error]
version = "2.0"
[features]
default = ["libnv", "nvpair"]
libnv = ["libnv-sys"]
nvpair = ["nvpair-sys"]
[package]
authors = ["Andrey Snow <andoriyu@gmail.com>"]
categories = ["api-bindings", "data-structures", "os"]
description = "Safe and rustic wrapper around libnv-sys."
license = "BSD-2-Clause"
name = "libnv"
repository = "https://github.com/Inner-Heaven/libnv-rs"
version = "0.4.0"
[package.metadata.release]
dev-version-ext = "pre"
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]