blondie 0.5.3

Collect CPU callstack samples from a windows process
[[bin]]
name = "blondie"
path = "src/blondie_bin.rs"
required-features = ["inferno", "clap"]

[[bin]]
name = "blondie_dtrace"
path = "src/blondie_dtrace.rs"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0.26"

[dependencies.inferno]
optional = true
version = "0.12"

[dependencies.object]
version = "0.38"

[dependencies.pdb-addr2line]
version = "0.11"

[dependencies.rustc-hash]
version = "2"

[dependencies.symsrv]
version = "0.5"

[dependencies.tokio]
features = ["fs", "rt"]
version = "1.17.0"

[dependencies.windows]
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"]
version = "0.62.2"

[lib]
name = "blondie"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::profiling", "development-tools"]
description = "Collect CPU callstack samples from a windows process"
documentation = "https://docs.rs/blondie"
edition = "2021"
homepage = "https://github.com/nico-abram/blondie/"
include = ["/src", "LICENSE"]
keywords = ["windows", "profiling", "sampling", "callstack", "perf"]
license = "MIT OR Apache-2.0 OR BSL-1.0 OR MPL-2.0 OR Zlib OR Unlicense"
name = "blondie"
readme = "README.md"
repository = "https://github.com/nico-abram/blondie/"
version = "0.5.3"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

[profile.release]
debug = 2