[build-dependencies.bindgen]
version = "0.43.0"
[build-dependencies.cmake]
version = "0.1"
[dependencies.libc]
version = "^0.2"
[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
categories = ["development-tools::profiling", "external-ffi-bindings", "hardware-support"]
description = "FFI wrapper for Intel Single Event API (SEAPI) and ittnotify, as used by Intel VTune"
exclude = ["*"]
homepage = "https://github.com/lemonrock/intel-seapi"
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml", "lib/**"]
keywords = ["intel", "itt", "vtune", "SEAPI", "ittnotify"]
license = "MIT"
name = "intel-seapi-sys"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/intel-seapi.git"
version = "0.2.0"