# 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 = "arpa-core" version = "0.2.2" build = false exclude = [ "scripts/", "tests/", "test/", "docker/", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ARPA core library" homepage = "https://github.com/ARPA-Network/BLS-TSS-Network" documentation = "https://docs.arpanetwork.io/" readme = false keywords = [ "arpa", "randcast", "DKG", "BLS", "threshold", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ARPA-Network/BLS-TSS-Network" [lib] name = "arpa_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.async-trait] version = "0.1.35" [dependencies.bincode] version = "1.2.1" [dependencies.chrono] version = "0.4" [dependencies.ethers-core] version = "2.0" [dependencies.ethers-middleware] version = "2.0" [dependencies.ethers-providers] version = "2.0" features = [ "rustls", "ws", ] [dependencies.ethers-signers] version = "2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.log-mdc] version = "0.1.0" [dependencies.log4rs] version = "1.2.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.serde] version = "1.0.106" [dependencies.serde_json] version = "1.0.53" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0.15" [dependencies.thread-id] version = "4.0.0" [dependencies.threshold-bls] version = "0.2.2" features = ["bn254"] default-features = false