[package] name = "rust_hawktracer_normal_macro" version = "0.4.1" authors = ["Alexandru "] edition = "2018" description = "helper crate for hawktracer profiling library." license = "MIT/Apache-2.0" repository = "https://github.com/AlexEne/rust_hawktracer_normal_macro" readme = "README.md" [features] profiling_enabled = ["rust_hawktracer_sys"] generate_bindings=["rust_hawktracer_sys", "rust_hawktracer_sys/generate_bindings"] pkg_config = ["rust_hawktracer_sys", "rust_hawktracer_sys/pkg_config"] [dependencies.rust_hawktracer_sys] version = "0.4" optional=true