# 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 = "perfcnt" version = "0.8.0" authors = ["Gerd Zellweger ", "Brian Martin ", "Jens Breitbart ", "Marshall Pierce ", "Lucas Kent "] description = "Library to configure and read hardware performance counters in rust." homepage = "https://github.com/gz/rust-perfcnt" documentation = "http://gz.github.io/rust-perfcnt/perfcnt/" readme = "README.md" keywords = ["performance", "counter", "events", "pmu", "perf"] license = "MIT" repository = "https://github.com/gz/rust-perfcnt" [[bin]] name = "perfcnt-list" path = "src/bin/list.rs" [[bin]] name = "perfcnt-parse" path = "src/bin/parse.rs" [[bin]] name = "perfcnt-stats" path = "src/bin/stats.rs" [dependencies.bitflags] version = "1.2.1" [dependencies.libc] version = "0.2" [dependencies.mmap] version = "0.1.*" [dependencies.nom] version = "4.2.3" [dependencies.x86] version = "0.47.0" features = ["performance-counter"]