blob: 8228f47573633adcd7ba488f793e2b1e9e767028 [file] [log] [blame] [edit]
# 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 = "perf-event"
version = "0.4.8"
authors = ["Jim Blandy <[email protected]>"]
description = "A Rust interface to Linux performance monitoring"
documentation = "https://docs.rs/perf-event/"
readme = "README.md"
keywords = [
"linux",
"perf",
]
categories = [
"development-tools::profiling",
"hardware-support",
"os::linux-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jimblandy/perf-event.git"
resolver = "2"
[dependencies.libc]
version = "0.2"
[dependencies.perf-event-open-sys]
version = "4.0"
[features]
default = ["hooks"]
hooks = []