singe-nvml 0.1.0-alpha.7

Safe Rust wrappers for NVIDIA Management Library (NVML), monitoring, MIG, and vGPU APIs.
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 = "singe-nvml"
version = "0.1.0-alpha.7"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "dist",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for NVIDIA Management Library (NVML), monitoring, MIG, and vGPU APIs."
readme = "README.md"
keywords = [
    "nvidia",
    "nvml",
    "gpu",
    "monitoring",
]
license-file = "LICENSE"
repository = "https://github.com/tinrab/singe"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "dist/katex_header.html",
]

[features]
default = ["nvml_13_2"]
nvml_13_2 = ["singe-nvml-sys/nvml_13_2"]

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

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

[dependencies.bitflags]
version = "2.11.1"

[dependencies.num_enum]
version = "0.7.6"

[dependencies.singe-core]
version = "0.1.0-alpha.5"

[dependencies.singe-nvml-sys]
version = "0.1.0-alpha.5"

[dependencies.thiserror]
version = "2.0.18"