[package] name = "count_instructions" version = "0.1.4" edition = "2021" authors = ["Cesar Eduardo Barros "] description = "Counts the instructions executed within a single function" repository = "https://github.com/cesarb/count_instructions" license = "MIT OR Apache-2.0" [dependencies] libc = "0.2" [target.'cfg(unix)'.dependencies] rustix = { version = "0.38.0", features = ["pipe", "process", "thread"] }