# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libcrux" version = "0.0.2-alpha.3" authors = ["Cryspen"] exclude = [ "/tests", "/specs", "/proofs", "/*.py", "/wasm-demo", "/fuzz", "/git-hooks", "/architecture", "/libcrux.fst.config.json", ] description = "The Formally Verified Cryptography Library" homepage = "https://github.com/cryspen/libcrux" documentation = "https://docs.rs/libcrux/" readme = "Readme.md" license = "Apache-2.0" repository = "https://github.com/cryspen/libcrux" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] crate-type = [ "staticlib", "cdylib", "lib", ] [dependencies.libcrux-ecdh] version = "=0.0.2-alpha.3" [dependencies.libcrux-hacl] version = "=0.0.2-alpha.3" [dependencies.libcrux-hkdf] version = "=0.0.2-alpha.3" [dependencies.libcrux-hmac] version = "=0.0.2-alpha.3" [dependencies.libcrux-kem] version = "=0.0.2-alpha.3" [dependencies.libcrux-ml-kem] version = "=0.0.2-alpha.3" [dependencies.libcrux-platform] version = "=0.0.2-alpha.3" [dependencies.log] version = "0.4" optional = true [dependencies.rand] version = "0.8" [dependencies.wasm-bindgen] version = "0.2.87" optional = true [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" features = ["serde"] [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] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [build-dependencies.libcrux-platform] version = "=0.0.2-alpha.3" [features] experimental = [] hacspec = [] log = ["dep:log"] rand = [] tests = [] wasm = ["wasm-bindgen"] [target."cfg(hax)".dependencies.hax-lib] version = "0.1.0-alpha.1" [target."cfg(hax)".dependencies.hax-lib-macros] version = "0.1.0-alpha.1" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"