# 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-hacl" version = "0.0.2-alpha.3" authors = ["Cryspen"] description = "hacl sys crate of libcrux." homepage = "https://github.com/cryspen/libcrux" readme = "Readme.md" license = "Apache-2.0" repository = "https://github.com/cryspen/libcrux" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies] [dev-dependencies.hex] version = "0.4.3" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cc] version = "1.1" features = ["parallel"] [build-dependencies.libcrux-platform] version = "=0.0.2-alpha.3" [features] bindings = ["bindgen"] default = [] sha3 = [] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"