# 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 = "kperf" version = "0.1.0" authors = ["Wenyu Zhao "] description = "A simple macOS `kpc_*` instrumentation API wrapper." homepage = "https://github.com/wenyuzhao/kperf" documentation = "https://docs.rs/kperf" readme = "README.md" keywords = [ "performance", "measure", "instrument", ] categories = ["development-tools::profiling"] license = "MIT" repository = "https://github.com/wenyuzhao/kperf" [dependencies.kperf-sys] version = "0.0.3" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.anyhow] version = "1.0.81" features = ["backtrace"]