gni 0.1.4

Library to create a GPU Node ID
Documentation
[[bin]]
name = "gni"
path = "src/main.rs"

[build-dependencies.cxx-build]
optional = true
version = "1.0"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.blake3]
version = "1.5.4"

[dependencies.cc]
optional = true
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.19"

[dependencies.cxx]
optional = true
version = "1.0"

[dependencies.nvml-wrapper]
version = "0.10.0"

[dependencies.pyo3]
features = ["extension-module", "abi3-py38"]
optional = true
version = "0.23.4"

[features]
c = []
cpp = ["cxx", "cxx-build", "cc"]
default = []
python = ["pyo3"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "gni_lib"
path = "src/lib.rs"

[package]
authors = ["Lucca Bertoncini luccab@meta.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "src/build.rs"
description = "Library to create a GPU Node ID"
edition = "2021"
license = "Apache-2.0"
name = "gni"
readme = "README.md"
repository = "https://github.com/facebookresearch/gni"
version = "0.1.4"