# 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 = "pmc-rs" version = "0.2.2" authors = ["Dom Dwyer "] description = """ A safe abstraction for interacting with Performance Monitor Counters on FreeBSD. """ homepage = "https://github.com/domodwyer/pmc-rs" readme = "README.md" keywords = [ "pmc", "freebsd", "cpu", "counters", ] categories = [ "api-bindings", "hardware-support", "os::freebsd-apis", ] license = "BSD-3-Clause" repository = "https://github.com/domodwyer/pmc-rs" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd", ] [lib] name = "pmc" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [target."cfg(target_os = \"freebsd\")".dependencies.pmc-sys] version = "0.1.3"