fmd-adm 0.3.0

Idiomatic Rust bindings for illumos libfmd_adm
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fmd-adm"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic Rust bindings for illumos libfmd_adm"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/fmd-adm"
resolver = "2"

[lib]
name = "fmd_adm"
path = "src/lib.rs"

[[example]]
name = "case_detail"
path = "examples/case_detail.rs"

[[example]]
name = "list_modules"
path = "examples/list_modules.rs"

[[example]]
name = "stats"
path = "examples/stats.rs"

[dependencies.fmd-adm-sys]
version = "0.3.0"

[dependencies.illumos-nvpair]
version = "0.3.0"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"