[package] name = "perf" version = "0.0.2" edition = "2018" authors = ["Will "] description = "Linux perf API access" license = "GPL-3.0" readme = "README.md" [dependencies] errno = "0.2.4" ioctl-sys = "0.5.2" libc = "0.2.65"