# 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 = "perfmon" version = "0.2.2" authors = [ "zhangli.pear ", "Delta4 ", ] description = "A toolkit designed to be a foundation for applications to monitor their performance." documentation = "https://docs.rs/perfmon/" readme = "README.md" keywords = [ "perf", "statistics", "monitor", "performance", ] categories = [ "api-bindings", "accessibility", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/delta4chat/perf-monitor-rs" [dependencies.anyhow] version = "1.0.80" features = ["backtrace"] [dependencies.num_cpus] version = "1.16.0" [dependencies.once_cell] version = "1.19.0" features = [ "portable-atomic", "parking_lot", ] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.fastrand] version = "2.0.1" [build-dependencies.bindgen] version = "0.59" [build-dependencies.cc] version = "1.0" [features] allocation_counter = [] darwin_bindgen = [] darwin_private = [] [target."cfg(target_vendor=\"apple\")".dependencies.mach-sys] version = "0.5" [target."cfg(unix)".dependencies.procfs] version = "0.16.0" [target."cfg(unix)".dependencies.rustix] version = "0.38.31" features = [ "thread", "process", ] default-features = false [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_System_ProcessStatus", ]