# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "libvex" version = "0.1.1" authors = ["Noam Kleinburd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level bindings for valgrind's LibVEX." readme = "README.md" license = "MIT" repository = "https://github.com/noam93k/libvex-rs" [lib] name = "libvex" path = "src/lib.rs" [[example]] name = "irsb" path = "examples/irsb.rs" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.libvex-macros] version = "0.1.0" [dependencies.parking_lot] version = "0.11" [dependencies.vex-sys] version = "0.3.1"