[package] name = "rust_hawktracer_proc_macro" version = "0.4.1" authors = ["Alexandru "] edition = "2018" license = "MIT/Apache-2.0" description = "helper crate for hawktracer profiling library." repository = "https://github.com/AlexEne/rust_hawktracer_proc_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 [lib] proc-macro = true