# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "firestorm" version = "0.5.1" authors = ["Zac Burns "] description = "A low overhead intrusive flamegraph profiler." documentation = "https://docs.rs/firestorm" readme = "../README.md" keywords = [ "flamegraph", "profiler", ] categories = ["development-tools::profiling"] license = "MIT" repository = "https://github.com/That3Percent/firestorm" resolver = "2" [[bench]] name = "soak_bench" harness = false [dependencies.firestorm-enabled] version = "0.5.1" optional = true [dependencies.firestorm_prev] version = "0.4" optional = true package = "firestorm" [dev-dependencies.core_affinity] version = "0.5.10" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.thread-priority] version = "0.2.0" [features] enable_system_time = [ "firestorm-enabled/system_time", "firestorm_prev/enable_system_time", ]