nvbit-sys 0.0.38

Native bindings to the NVIDIA NVBIT binary instrumentation library
[build-dependencies.bindgen]
version = "0.61"

[build-dependencies.bzip2]
version = "0.4"

[build-dependencies.cc]
features = ["parallel"]
version = "1"

[build-dependencies.cxx-build]
version = "1"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.reqwest]
features = ["blocking"]
version = "0"

[build-dependencies.retry]
version = "2"

[build-dependencies.tar]
version = "0.4"
[dependencies.cxx]
version = "1.0"

[dependencies.nvbit-model]
version = "=0.0.38"

[features]
default = ["utils"]
utils = []

[lib]
crate-type = ["rlib", "cdylib", "staticlib"]

[package]
authors = ["romnn <contact@romnn.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "development-tools::profiling", "os::unix-apis"]
description = "Native bindings to the NVIDIA NVBIT binary instrumentation library"
documentation = "https://docs.rs/nvbit-sys"
edition = "2021"
exclude = ["debug/*"]
homepage = "https://github.com/romnn/nvbit-rs"
keywords = ["nvbit", "profiling", "gpgpu", "nvidia", "ffi"]
license-file = "LICENSE"
links = "nvbit"
name = "nvbit-sys"
publish = true
readme = "README.md"
repository = "https://github.com/romnn/nvbit-rs"
version = "0.0.38"
[package.metadata.cargo-feature-combinations]
denylist = ["default"]
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]