[package] name = "qemu_libafl_bridge" version = "0.3.2" authors = ["Andrea Fioraldi "] description = "QEMU and LibAFL bridge lib" repository = "https://github.com/AFLplusplus/qemu-libafl-bridge/" license = "MIT OR Apache-2.0" readme = "../README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4" num_enum = "0.5.1" [build-dependencies] cc = { version = "1.0" }