hacl-sys 0.0.2

FFI bindings for the HACL C package
Documentation
[build-dependencies.fs_extra]
version = "1.3.0"

[dependencies]

[package]
authors = ["Franziskus Kiefer <franziskuskiefer@gmail.com>"]
build = "build.rs"
categories = ["cryptography", "api-bindings"]
description = "FFI bindings for the HACL C package"
documentation = "https://docs.rs/hacl-sys/"
edition = "2021"
exclude = [".c/tests", ".c/wasm", ".c/ocaml", ".c/js", ".c/opam", ".c/build", ".c/opam.sh", ".c/mach", ".c/tools", ".c/docs", ".c/cpu-features", ".c/src/wasm", ".c/_build.sh", ".c/Doxyfile", ".c/.github", ".c/.drone.yml", ".c/.ci", ".c/.devcontainer", ".c/.git", ".c/.gitignore"]
license = "Apache-2.0"
links = "hacl"
name = "hacl-sys"
readme = "README.md"
repository = "https://github.com/cryspen/hacl-packages"
version = "0.0.2"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "nobindgen"]
rustdoc-args = ["--cfg", "nobindgen"]
[target."cfg(all(not(windows), not(nobindgen)))".build-dependencies.bindgen]
version = "0.65"