[package] name = "libvex" version = "0.1.1" authors = ["Noam Kleinburd "] edition = "2018" description = "High-level bindings for valgrind's LibVEX." repository = "https://github.com/noam93k/libvex-rs" license = "MIT" [dependencies] libc = "0.2" lazy_static = "1.4" parking_lot = "0.11" vex-sys = { version = "0.3.1", path = "../libvex-sys" } libvex-macros = { version = "0.1.0", path = "../libvex-macros" }