# 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 = "2018" name = "perf_monitor" version = "0.2.1" authors = ["zhangli.pear "] description = "A toolkit designed to be a foundation for applications to monitor their performance." documentation = "https://docs.rs/perf_monitor/" readme = "README.md" keywords = [ "perf", "statistics", "monitor", "performance", ] categories = [ "api-bindings", "accessibility", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/larksuite/perf-monitor-rs" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1" [build-dependencies.bindgen] version = "0.59" [build-dependencies.cc] version = "1.0" [features] allocation_counter = [] darwin_private = [] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach] version = "0.3" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_System_ProcessStatus", ]