perfcnt 0.8.0

Library to configure and read hardware performance counters in rust.
Documentation
[[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]
features = ["performance-counter"]
version = "0.47.0"

[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Brian Martin <bmartin@twitter.com>", "Jens Breitbart <jbreitbart@gmail.com>", "Marshall Pierce <marshall@mpierce.org>", "Lucas Kent <rubickent@gmail.com>"]
description = "Library to configure and read hardware performance counters in rust."
documentation = "http://gz.github.io/rust-perfcnt/perfcnt/"
edition = "2018"
homepage = "https://github.com/gz/rust-perfcnt"
keywords = ["performance", "counter", "events", "pmu", "perf"]
license = "MIT"
name = "perfcnt"
readme = "README.md"
repository = "https://github.com/gz/rust-perfcnt"
version = "0.8.0"