# 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" name = "nvbit-sys" version = "0.0.38" authors = ["romnn "] build = "build.rs" links = "nvbit" exclude = ["debug/*"] publish = true description = "Native bindings to the NVIDIA NVBIT binary instrumentation library" homepage = "https://github.com/romnn/nvbit-rs" documentation = "https://docs.rs/nvbit-sys" readme = "README.md" keywords = [ "nvbit", "profiling", "gpgpu", "nvidia", "ffi", ] categories = [ "external-ffi-bindings", "development-tools::profiling", "os::unix-apis", ] license-file = "LICENSE" repository = "https://github.com/romnn/nvbit-rs" [package.metadata.cargo-feature-combinations] denylist = ["default"] [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "rlib", "cdylib", "staticlib", ] [dependencies.cxx] version = "1.0" [dependencies.nvbit-model] version = "=0.0.38" [build-dependencies.bindgen] version = "0.61" [build-dependencies.bzip2] version = "0.4" [build-dependencies.cc] version = "1" features = ["parallel"] [build-dependencies.cxx-build] version = "1" [build-dependencies.glob] version = "0.3" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.reqwest] version = "0" features = ["blocking"] [build-dependencies.retry] version = "2" [build-dependencies.tar] version = "0.4" [features] default = ["utils"] utils = []