[package]
name = "pmc-rs"
version = "0.2.1"
authors = ["Dom Dwyer <dom@itsallbroken.com>"]
edition = "2018"
license = "BSD-3-Clause"
readme = "README.md"
keywords = ["pmc", "freebsd", "cpu", "counters"]
repository = "https://github.com/domodwyer/pmc-rs"
homepage = "https://github.com/domodwyer/pmc-rs"
description = """
A safe abstraction for interacting with Performance Monitor Counters on FreeBSD.
"""
categories = ["api-bindings", "hardware-support", "os::freebsd-apis"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd"]
[lib]
name = "pmc"
[dependencies]
libc = "0.2"
lazy_static = "1.4.0"
[target.'cfg(target_os = "freebsd")'.dependencies]
pmc-sys = { version = "0.1.2", path = "../pmc-sys/" }