[package] name = "fourq" version = "0.1.6" edition = "2021" license = "Apache-2.0" license-file = "LICENSE" description = "rust bind for the FourQlib that is a fourq curve implementation" homepage = "https://github.com/982945902/fourq_rust.git" documentation = "https://github.com/982945902/fourq_rust.git" repository = "https://github.com/982945902/fourq_rust.git" readme = "README.md" exclude = [ "c/build/*", ".vscode/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bindgen = "0.69.4" rand = "0.8.5" [build-dependencies] bindgen = "0.65.1"