[package] name = "curve25519-fiat" build = "build.rs" version = "0.1.4" authors = ["François Garillot "] description = "Fiat-crypto generated Rust for curve25519_64" repository = "https://github.com/facebookexperimental/rust-curve25519-fiat" readme = "README.md" license = "Apache-2.0" edition="2018" [build-dependencies] sha2 = "0.8.0" [lib] test = false # we have no unit tests doctest = false # and no doc tests