[package] name = "curve25519-fiat-sys" build = "build.rs" version = "0.1.12" authors = ["François Garillot "] description = "Rust FFI bindings to fiat-crypto's curve25519_64.c" repository = "https://github.com/facebookexperimental/rust-curve25519-fiat" readme = "README.md" license = "Apache-2.0" links = "curve25519-fiat-sys" edition="2018" [lib] test = false # we have no unit tests doctest = false # and no doc tests [build-dependencies] cc = "1.0"