# 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 = "winstacks" version = "0.1.0-alpha2" include = [ "/src", "LICENSE", ] description = "Collect CPU call stack samples from a windows process" homepage = "https://github.com/nico-abram/winstacks/" documentation = "https://docs.rs/winstacks" 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/winstacks/" resolver = "2" [profile.release] debug = true [[bin]] name = "winstacks" path = "src/winstacks_bin.rs" [[bin]] name = "winstacks_inferno" path = "src/winstacks_inferno.rs" required-features = ["inferno"] [[bin]] name = "winstacks_dtrace" path = "src/winstacks_dtrace.rs" [dependencies.inferno] version = "0.11" optional = true [dependencies.rustc-hash] version = "1.1.0" [dependencies.windows] version = "0.36.1" 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", ]