# 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 = "wamu-core" version = "0.1.1" authors = ["David Semakula "] description = "A Rust implementation of the core Wamu protocol for computation of threshold signatures by multiple decentralized identities." homepage = "https://wamu.tech/" readme = "README.md" keywords = [ "threshold-signature", "mpc", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/wamutech/wamu-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.aes-gcm] version = "0.10.2" [dependencies.crypto-bigint] version = "0.5.2" [dependencies.hkdf] version = "0.12.3" [dependencies.k256] version = "0.13.1" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.7" [dependencies.zeroize] version = "1.6.0" features = [ "alloc", "zeroize_derive", ] [features] default = [] dev = []