jetpwmon 0.1.2

Rust bindings for Jetson Power Monitor
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 = "2021"
rust-version = "1.60.0"
name = "jetpwmon"
version = "0.1.2"
authors = ["Qi Deng <dengqi935@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "vendor/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "examples/**/*",
    "tests/**/*",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Jetson Power Monitor"
homepage = "https://github.com/nerdneilsfield/jetson-power-monitor"
documentation = "https://docs.rs/jetpwmon"
readme = "README.md"
keywords = [
    "jetson",
    "nvidia",
    "power",
    "monitor",
    "embedded",
]
categories = [
    "hardware-support",
    "api-bindings",
    "embedded",
]
license = "BSD-3-Clause"
repository = "https://github.com/nerdneilsfield/jetson-power-monitor"

[features]
default = []
static = ["cc/parallel"]

[lib]
name = "jetpwmon"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.9.0"

[dev-dependencies.ndarray]
version = "0.16.1"

[build-dependencies.cc]
version = "1.0"