benchpmc 1.0.0

Black box benchmark runner for CPU micro-architecture events using Performance Monitor Counters.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "benchpmc"
version = "1.0.0"
authors = ["Dom Dwyer <dom@itsallbroken.com>"]
description = "Black box benchmark runner for CPU micro-architecture events using Performance Monitor Counters.\n"
homepage = "https://github.com/domodwyer/benchpmc"
readme = "README.md"
keywords = ["pmc", "freebsd", "benchmark"]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/domodwyer/benchpmc"
[dependencies.ansi_term]
version = "0.11.*"

[dependencies.clap]
version = "2.31.*"

[dependencies.nix]
version = "0.10.*"

[dependencies.separator]
version = "0.3.*"
[target."cfg(target_os = \"freebsd\")".dependencies.pmc-rs]
version = "0.1.0"