# 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" version = "0.7.0" authors = ["Alexandru Ene "] description = "Rust bindings for hawktracer profiling library." readme = "README.md" keywords = ["profiling"] categories = ["development-tools::profiling"] license = "MIT/Apache-2.0" repository = "https://github.com/AlexEne/rust_hawktracer" [dependencies.rust_hawktracer_normal_macro] version = "0.4" [dependencies.rust_hawktracer_proc_macro] version = "0.4" [features] generate_bindings = ["rust_hawktracer_normal_macro/generate_bindings"] pkg_config = ["rust_hawktracer_normal_macro/pkg_config", "rust_hawktracer_proc_macro/pkg_config"] profiling_enabled = ["rust_hawktracer_normal_macro/profiling_enabled", "rust_hawktracer_proc_macro/profiling_enabled"]