[package] name = "liblgmp-sys" description = "Raw bindings to the LGMP library by gnif" version = "0.1.1" edition = "2021" license = "GPL-2.0" repository = "https://github.com/callummance/ligmars" categories = ["external-ffi-bindings", "concurrency"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] cmake = "^0.1" bindgen = "^0.68.1"