# 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 = "graphcast-cli" version = "0.0.2" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "CLI to participate in Graphcast network" readme = "README.md" keywords = [ "graphprotocol", "data-integrity", "Indexer", "waku", "p2p", ] categories = [ "network-programming", "web-programming::http-client", ] license = "Apache-2.0" repository = "https://github.com/graphops/graphcast-cli" [dependencies.anyhow] version = "1.0" [dependencies.async-graphql] version = "4.0.16" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.3.1" features = [ "derive", "env", ] [dependencies.derive-getters] version = "0.2.1" [dependencies.dotenv] version = "0.15" [dependencies.ethers] version = "2.0.4" [dependencies.ethers-contract] version = "2.0.4" [dependencies.ethers-core] version = "2.0.4" [dependencies.ethers-derive-eip712] version = "1.0.2" [dependencies.graphcast-sdk] version = "0.4.2" [dependencies.once_cell] version = "1.17" [dependencies.prost] version = "0.11" [dependencies.reqwest] version = "0.11.20" [dependencies.serde] version = "1.0.163" features = ["rc"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.1" features = [ "full", "rt", ] [dependencies.tracing] version = "0.1" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-fmt", "run-cargo-clippy", ] default-features = false