# 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-rs" version = "0.0.38" authors = ["romnn "] exclude = [] publish = true description = "Idiomatic library for using the NVIDIA NVBIT binary instrumentation library" homepage = "https://github.com/romnn/nvbit-rs" documentation = "https://docs.rs/nvbit-rs" readme = "README.md" keywords = [ "nvbit", "profiling", "gpgpu", "nvidia", "ffi", ] categories = [ "api-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", ] [dependencies.cxx] version = "1.0" [dependencies.nvbit-sys] version = "=0.0.38" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.rmp-serde] version = "1" [dev-dependencies.serde_json] version = "1"