libcrux 0.0.2-pre.2

The Formally Verified Cryptography Library
Documentation
[build-dependencies.libcrux-platform]
version = "=0.0.2-pre.2"
[dependencies.libcrux-hacl]
version = "=0.0.2-pre.2"

[dependencies.libcrux-platform]
version = "=0.0.2-pre.2"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.87"
[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_core]
version = "0.6"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
hacspec = []
log = ["dep:log"]
rand = []
wasm = ["wasm-bindgen"]

[lib]
crate-type = ["staticlib", "cdylib", "lib"]

[package]
authors = ["Cryspen"]
description = "The Formally Verified Cryptography Library"
documentation = "https://docs.rs/libcrux/"
edition = "2021"
exclude = ["/tests"]
homepage = "https://github.com/cryspen/libcrux"
license = "Apache-2.0"
name = "libcrux"
readme = "Readme.md"
repository = "https://github.com/cryspen/libcrux"
version = "0.0.2-pre.2"
[target."cfg(all(not(target_os = \"windows\"), target_arch = \"x86_64\"))".dependencies.libjade-sys]
version = "=0.0.2-pre.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["js"]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3"