# 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 = "linux-perf-event-reader" version = "0.10.1" authors = ["Markus Stange "] exclude = [ "/.github", "/.vscode", "/tests", ] description = "Parse Linux perf_event information from raw bytes" documentation = "https://docs.rs/linux-perf-event-reader/" readme = "README.md" keywords = [ "linux", "perf", "parser", ] categories = [ "development-tools::profiling", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mstange/linux-perf-event-reader/" [dependencies.bitflags] version = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.memchr] version = "2.4.1" [dependencies.thiserror] version = "1.0.30"