[dependencies.async-trait]
version = "0.1.35"
[dependencies.bincode]
version = "1.2.1"
[dependencies.bitvec]
default-features = false
features = ["std", "alloc", "serde"]
version = "0.17.4"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.rand_core]
default-features = false
version = "0.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.106"
[dependencies.static_assertions]
version = "1.1.0"
[dependencies.thiserror]
version = "1.0.15"
[dependencies.threshold-bls]
default-features = false
features = ["bn254"]
version = "0.2.2"
[lib]
crate-type = ["lib"]
name = "dkg_core"
path = "src/lib.rs"
[package]
authors = ["nikkolasg", "Georgios Konstantopoulos <me@gakonst.com>", "kafeikui"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Distributed Key Generation (DKG) core library"
documentation = "https://docs.arpanetwork.io/"
edition = "2021"
exclude = ["scripts/", "tests/", "test/", "docker/", "docs/"]
homepage = "https://github.com/ARPA-Network/BLS-TSS-Network"
keywords = ["arpa", "randcast", "DKG", "BLS", "threshold"]
license = "MIT OR Apache-2.0"
name = "dkg-core"
readme = "README.md"
repository = "https://github.com/ARPA-Network/BLS-TSS-Network"
version = "0.2.2"