# 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 = "nvtx-rs" version = "1.1.0" authors = ["Spencer Imbleau "] include = [ "nvtx-sys/NVTX/c/*", "nvtx-sys/export.c", "src/*", "build.rs", ] description = "Rust bindings for the NVIDIA® Tools Extension SDK (NVTX)" readme = "README.md" categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/simbleau/nvtx-rs" resolver = "2" [build-dependencies.cc] version = "1.0.73"