[package] name = "libcrux-hacl" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true readme = "Readme.md" description = "hacl sys crate of libcrux." [lib] crate-type = ["cdylib", "rlib"] [dependencies] [build-dependencies] cc = { version = "1.1", features = ["parallel"] } libcrux-platform = { version = "=0.0.2-alpha.3", path = "../platform" } bindgen = { version = "0.69", optional = true } [features] bindings = ["bindgen"] # generate fresh bindings sha3 = [] default = [] [dev-dependencies] hex = "0.4.3" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3"