[package] name = "cpu-instructions-reader" version = "0.2.1" edition = "2021" description = "perf_event_read package specialized for reading cpu hw instructions" repository = "https://github.com/shadow3aaa/cpu-instructions-reader" license = "WTFPL" readme = "README.md" keywords = ["cpu", "linux", "ffi-bind"] categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive_more = { version = "1.0.0", features = ["full"]} libc = "0.2.158" num_cpus = "1.16.0" thiserror = "1.0.63" [build-dependencies] cc = "1.1.21"