# 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 = "macos-perf" version = "0.1.1" description = "Measure the performance of Rust code on Apple's M1 series chips using performance counters." license = "MIT" repository = "https://github.com/siedentop/macos-perf" resolver = "2" [dependencies.log] version = "0.4.14" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.eyre] version = "0.6.5" [dev-dependencies.sudo] version = "0.6.0" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cc] version = "1.0.72"