# 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 = "2021" name = "blondie" version = "0.5.2" include = [ "/src", "LICENSE", ] description = "Collect CPU callstack samples from a windows process" homepage = "https://github.com/nico-abram/blondie/" documentation = "https://docs.rs/blondie" readme = "README.md" keywords = [ "windows", "profiling", "sampling", "callstack", "perf", ] categories = [ "command-line-utilities", "development-tools::profiling", "development-tools", ] license = "MIT OR Apache-2.0 OR BSL-1.0 OR MPL-2.0 OR Zlib OR Unlicense" repository = "https://github.com/nico-abram/blondie/" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.release] debug = 2 [[bin]] name = "blondie" path = "src/blondie_bin.rs" required-features = [ "inferno", "clap", ] [[bin]] name = "blondie_dtrace" path = "src/blondie_dtrace.rs" [dependencies.clap] version = "4.0.26" features = ["derive"] optional = true [dependencies.inferno] version = "0.11" optional = true [dependencies.object] version = "0.30" [dependencies.pdb-addr2line] version = "0.10" [dependencies.rustc-hash] version = "1.1.0" [dependencies.symsrv] version = "0.2" [dependencies.tokio] version = "1.17.0" features = [ "fs", "rt", ] [dependencies.windows] version = "0.44.0" features = [ "Win32_System_Diagnostics_Etw", "Win32_Foundation", "Win32_System_Time", "Win32_System_Threading", "Win32_Security", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_WindowsProgramming", "Win32_Storage_FileSystem", "Win32_System_SystemInformation", ]