# 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-data" version = "0.10.2" authors = ["Markus Stange "] exclude = [ "/.github", "/.vscode", "/tests", ] description = "A parser for the perf.data format and the jitdump format. These formats are used by the Linux perf tool." documentation = "https://docs.rs/linux-perf-data/" 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-data/" [dependencies.byteorder] version = "1.4.3" [dependencies.linear-map] version = "1.2.0" [dependencies.linux-perf-event-reader] version = "0.10.0" [dependencies.memchr] version = "2.4.1" [dependencies.prost] version = "0.12.4" features = ["std"] default-features = false [dependencies.prost-derive] version = "0.12.4" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.yaxpeax-arch] version = "0.2.7" default-features = false [dev-dependencies.yaxpeax-arm] version = "0.2.3" features = ["std"] default-features = false [dev-dependencies.yaxpeax-x86] version = "1.1.4" features = [ "std", "fmt", ] default-features = false