# 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 = "vex-sys" version = "0.3.1" authors = ["Noam Kleinburd "] build = "build.rs" include = [ "/build.rs", "/wrapper.h", "/src/**.rs", "/valgrind/autogen.sh", "/valgrind/**/*.ac", "/valgrind/**/*.am", "/valgrind/**/*.in", "/valgrind/**/*.c", "/valgrind/**/*.h", "/valgrind/VEX", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for valgrind's LibVEX." readme = "README.md" keywords = [ "valgrind", "bindings", "vex", "ir", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/noam93k/libvex-rs" [lib] name = "vex_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.85" [build-dependencies.bindgen] version = "0.69" [build-dependencies.fs_extra] version = "1.2" [features] default = [] pic = []