[package]
edition = "2021"
name = "kstat-rs"
version = "0.2.5"
authors = ["Benjamin Naecker <ben@oxide.computer>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust interface to illumos's libkstat"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxidecomputer/kstat-rs"
[lib]
name = "kstat_rs"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
version = "1"
[dev-dependencies.subprocess]
version = "0.2"