libnv 0.5.1

Safe and rustic wrapper around libnv-sys.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "libnv"
version = "0.5.1"
dependencies = [
 "libc",
 "libnv-sys",
 "nvpair-sys",
 "quick-error",
]

[[package]]
name = "libnv-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5c0186e8e3e14a99b89e783694c47d8433e5a4a7b1517d788c4fa57f027b702"
dependencies = [
 "libc",
]

[[package]]
name = "nvpair-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81222a842a50a0929c9d8411f839475cec320f3cb41e97735b2746524f6eb75a"

[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"