# 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-node" version = "0.2.2" authors = ["kafeikui"] build = "build.rs" exclude = [ "scripts/", "tests/", "test/", "docker/", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides a set of tools on the node side of the ARPA BLS Threshold Signature Scheme (BLS-TSS) Network, including Threshold-BLS based on-chain randomness service(Randcast)." homepage = "https://github.com/ARPA-Network/BLS-TSS-Network" documentation = "https://docs.arpanetwork.io/" readme = "README.md" keywords = [ "arpa", "randcast", "DKG", "BLS", "threshold", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ARPA-Network/BLS-TSS-Network" [lib] name = "arpa_node" path = "src/lib.rs" [[bin]] name = "node-client" path = "src/node_client.rs" [[bin]] name = "node-shell" path = "src/node_shell.rs" [[bin]] name = "node-config-checker" path = "src/node_config_checker.rs" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0.31" [dependencies.arpa-contract-client] version = "0.2.2" [dependencies.arpa-core] version = "0.2.2" [dependencies.arpa-dal] version = "0.2.2" [dependencies.arpa-log] version = "0.2.2" [dependencies.arpa-sqlite-db] version = "0.2.2" [dependencies.async-trait] version = "0.1.35" [dependencies.bincode] version = "1.2.1" [dependencies.check-latest] version = "1.0.2" features = ["async"] default-features = false [dependencies.chrono] version = "0.4" [dependencies.dkg-core] version = "0.2.2" [dependencies.ethers] version = "2.0" features = [ "abigen", "rustls", "ws", ] [dependencies.futures] version = "0.3.5" [dependencies.glob] version = "0.3.0" [dependencies.gumdrop] version = "0.7.0" [dependencies.hex] version = "0.4.2" [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4" [dependencies.log-mdc] version = "0.1.0" [dependencies.log4rs] version = "1.2.0" [dependencies.prost] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.reedline-repl-rs] version = "1.0.6" features = ["async"] [dependencies.rustc-hex] version = "2.1.0" [dependencies.serde] version = "1.0.106" [dependencies.serde_json] version = "1.0.53" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [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"] [dependencies.tokio-retry] version = "0.3" [dependencies.tonic] version = "0.11" [dependencies.tower] version = "0.4" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [build-dependencies.prost-build] version = "0.12" [build-dependencies.tonic-build] version = "0.11"