# 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 = "cosmian_crypto_base" version = "2.1.2" authors = ["Bruno Grieder "] build = "build.rs" description = "Crypto lib for hybrid encryption and pure crypto primitives" readme = "README.md" license = "MIT/Apache-2.0" [lib] name = "cosmian_crypto_base" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.aes-gcm] version = "0.9" [dependencies.cosmian_crypto_core] version = "2.0" [dependencies.crypto-common] version = "0.1.6" [dependencies.curve25519-dalek] version = "3.2" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.hex] version = "0.4" [dependencies.hkdf] version = "0.12" [dependencies.itertools] version = "0.10" [dependencies.num-bigint] version = "0.4" features = [ "rand", "serde", ] [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rand_hc] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.zeroize] version = "1.5.6" [dev-dependencies] [features] default = [] libsodium = [] [target."cfg(all(not(target_arch = \"wasm32\"), not(windows)))".dependencies.cupid] version = "0.6" [target."cfg(all(not(target_arch = \"wasm32\"), not(windows)))".build-dependencies.bindgen] version = "0.60"