# 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 = "perf-count" version = "0.1.0" description = "Simple use of performance counters with rust" keywords = [ "perf", "Linux", "MacOS", ] categories = ["development-tools::profiling"] license = "MPL-2.0" repository = "https://github.com/El-Naizin/perf-count" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1.0.56" [target."cfg(target_os = \"linux\")".dependencies.bitflags] version = "1.2.1" [target."cfg(target_os = \"linux\")".dependencies.mmap] version = "0.1.*" [target."cfg(target_os = \"linux\")".dependencies.nom] version = "4.2.3" [target."cfg(target_os = \"macos\")".dependencies.kperf-rs] version = "0.1.1"