# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust_hawktracer_proc_macro" version = "0.4.1" authors = ["Alexandru "] description = "helper crate for hawktracer profiling library." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/AlexEne/rust_hawktracer_proc_macro" [lib] proc-macro = true [dependencies.rust_hawktracer_sys] version = "0.4" optional = true [features] generate_bindings = ["rust_hawktracer_sys", "rust_hawktracer_sys/generate_bindings"] pkg_config = ["rust_hawktracer_sys", "rust_hawktracer_sys/pkg_config"] profiling_enabled = ["rust_hawktracer_sys"]