hacl-sys 0.0.2

FFI bindings for the HACL C package
Documentation
[package]
name = "hacl-sys"
version = "0.0.2"
authors = ["Franziskus Kiefer <franziskuskiefer@gmail.com>"]
edition = "2021"
build = "build.rs"
categories = ["cryptography", "api-bindings"]
links = "hacl"
license = "Apache-2.0"
documentation = "https://docs.rs/hacl-sys/"
description = "FFI bindings for the HACL C package"
readme = "README.md"
repository = "https://github.com/cryspen/hacl-packages"
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",
]

[dependencies]

[target.'cfg(all(not(windows), not(nobindgen)))'.build-dependencies]
bindgen = "0.65"

[build-dependencies]
fs_extra = "1.3.0"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "nobindgen"]
rustc-args = ["--cfg", "nobindgen"]