# 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-user-cli" version = "0.2.2" build = false exclude = [ "scripts/", "tests/", "test/", "docker/", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A REPL tool that makes it easier to interact with smart contracts on the ARPA network." 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_user_cli" path = "src/lib.rs" [[bin]] name = "user-shell" path = "src/user_shell.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.arpa-contract-client] version = "0.2.2" [dependencies.arpa-core] version = "0.2.2" [dependencies.bincode] version = "1.2.1" [dependencies.ethers] version = "2.0" [dependencies.hex] version = "0.4.2" [dependencies.rand] version = "0.8" [dependencies.reedline-repl-rs] version = "^1.0" features = ["async"] [dependencies.serde] version = "1.0.106" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.15" [dependencies.tokio] version = "1.37.0" features = ["full"]