| [package] |
| name = "ittapi-sys" |
| version = "0.4.0" |
| authors = ["Johnnie Birch <45402135+jlb6740@users.noreply.github.com>"] |
| edition = "2018" |
| description = "Rust bindings for ittapi" |
| license = "GPL-2.0-only OR BSD-3-Clause" |
| documentation = "https://docs.rs/ittapi-sys" |
| readme = "README.md" |
| homepage = "https://github.com/intel/ittapi/tree/master/rust/ittapi-sys" |
| repository = "https://github.com/intel/ittapi" |
| keywords = ["vtune", "profiling", "code-generation"] |
| categories = ["development-tools", "external-ffi-bindings"] |
| exclude = [ |
| "c-library/.git", |
| "c-library/.github", |
| "c-library/.vscode", |
| "c-library/build*", |
| "c-library/CMakeLists.txt", |
| "c-library/cmake", |
| "c-library/include/fortran", |
| "c-library/include/AdvisorAnnotate.cs", |
| ] |
| |
| [dependencies] |
| |
| [build-dependencies] |
| cc = "1.0.73" |
| |
| [dev-dependencies] |
| bindgen = "0.69.5" |
| diff = "0.1" |