# 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 = "dkls23" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DKLs23 Threshold ECDSA in Three Rounds" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/0xCarbon/DKLs23" [lib] name = "dkls23" path = "src/lib.rs" [dependencies.bitcoin_hashes] version = "0.13" [dependencies.getrandom] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.k256] version = "0.13" features = ["serde"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.12" [dependencies.sha3] version = "0.10" [features] insecure-rng = [] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"]