libnv 0.4.0

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

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

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

[[package]]
name = "libnv-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96704ab02780f6354a3dc729de43e0facd67c643abb06ab59b22b6edf041a6fa"
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"