[build-dependencies.bindgen]
optional = true
version = "0.69"
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"
[build-dependencies.libcrux-platform]
version = "=0.0.2-pre.2"
[dependencies]
[dev-dependencies.hex]
version = "0.4.3"
[features]
bindings = ["bindgen"]
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Cryspen"]
description = "hacl sys crate of libcrux."
edition = "2021"
homepage = "https://github.com/cryspen/libcrux"
license = "Apache-2.0"
name = "libcrux-hacl"
readme = "Readme.md"
repository = "https://github.com/cryspen/libcrux"
version = "0.0.2-pre.2"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"