# 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 = "rsperftools" version = "0.3.3" authors = ["Yang Keao "] description = "An internal perf tools for rust programs." license = "Apache-2.0" repository = "https://github.com/YangKeao/rsperftools" [[example]] name = "flamegraph" required-features = ["flamegraph"] [[example]] name = "multithread_flamegraph" required-features = ["flamegraph"] [dependencies.backtrace] version = "0.3" [dependencies.inferno] version = "0.9.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7.0" [dependencies.nix] version = "0.15.0" [dependencies.quick-error] version = "1.2.2" [dependencies.rustc-demangle] version = "0.1.16" [dependencies.spin] version = "0.5.2" [dependencies.tempfile] version = "3.1.0" [features] flamegraph = ["inferno"]