[package]
edition = "2024"
name = "nvtree"
version = "0.0.2"
authors = ["Goran Mekić <meka@tilda.center>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to interact with nvlist"
homepage = "https://github.com/nvtree-lib/rust"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/nvtree-lib/rust"
[lib]
name = "nvtree"
path = "src/lib.rs"
[[test]]
name = "nv_interop"
path = "tests/nv_interop.rs"
[[test]]
name = "nvtpp_interop"
path = "tests/nvtpp_interop.rs"
[[test]]
name = "nvtree_interop"
path = "tests/nvtree_interop.rs"