[build-dependencies.bindgen]
optional = true
version = "0.37.0"
[build-dependencies.cmake]
version = "0.1"
[build-dependencies.itertools]
version = "0.8"
[build-dependencies.pkg-config]
optional = true
version = "0.3"
[features]
generate_bindings = ["bindgen"]
non-cargo = []
pkg_config = ["pkg-config"]
[package]
authors = ["Alexandru <alex.ene0x11@gmail.com>"]
build = "build.rs"
categories = ["development-tools::profiling"]
description = "sys crate for the rust_hawktracer library"
edition = "2018"
keywords = ["profiling"]
license = "MIT/Apache-2.0"
links = "hawktracer"
name = "rust_hawktracer_sys"
readme = "README.md"
repository = "https://github.com/AlexEne/rust_hawktracer_sys"
version = "0.4.2"