[package] name = "skymd" version = "0.1.10" authors = ["Markus Ã…kesson "] edition = "2018" license = "MIT" build = "build.rs" description = "Rust bindings for hacl*" documentation = "https://docs.rs/skymd" repository = "https://github.com/MarkusAkesson/skymd" homepage = "https://github.com/MarkusAkesson/skymd" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", "hacl-star/dist/c89-compatible/*{.c,.h,.S}", "hacl-star/dist/kremlin/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zeroize = "1" rand = "0.7.3" rand_core = "0.5.0" [build-dependencies] cc = { version = "1.0", features = ["parallel"] }