[package] name = "binaryninjacore-sys" version = "0.1.0" authors = ["Ryan Snyder ", "Kyle Martin "] build = "build.rs" edition = "2021" links = "binaryninjacore" [build-dependencies] bindgen = "0.71.1" # TODO: Remove this once bindgen correctly pins the version. # proc-macro2 v1.0.79 does not have https://docs.rs/proc-macro2/1.0.80/proc_macro2/struct.Literal.html#method.c_string proc-macro2 = ">=1.0.80"