# 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 = "2021" name = "perf-event-data" version = "0.1.6" authors = ["Sean Lynch "] build = false exclude = [ "/.github", "/.vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Types and traits for parsing records emitted by perf_event_open" 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/Phantomical/perf-event-data.git" [profile.release] debug = 2 [lib] name = "perf_event_data" path = "src/lib.rs" [[test]] name = "fuzz" path = "tests/fuzz.rs" [[test]] name = "regression" path = "tests/regression.rs" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.bitflags] version = "2.0" [dependencies.c-enum] version = "0.2.0" [dependencies.perf-event-open-sys2] version = "5.0.3"