# 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-dal" version = "0.2.2" build = false exclude = [ "scripts/", "tests/", "test/", "docker/", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Data Access Layer for ARPA Network" 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_dal" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.arpa-core] version = "0.2.2" [dependencies.async-trait] version = "0.1.35" [dependencies.bincode] version = "1.2.1" [dependencies.dkg-core] version = "0.2.2" [dependencies.ethers-core] version = "2.0" [dependencies.log] version = "0.4" [dependencies.log-mdc] version = "0.1.0" [dependencies.serde] version = "1.0.106" [dependencies.serde_json] version = "1.0.53" [dependencies.thiserror] version = "1.0.15" [dependencies.threshold-bls] version = "0.2.2" features = ["bn254"] default-features = false [dependencies.tokio] version = "1.37.0" features = ["full"]