poipal 0.1.3

Blazing fast CLI tool for Proof of Indexing (POI) Investigations on The Graph
Documentation
# 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 = "poipal"
version = "0.1.3"
authors = ["Shiyas <shiyasmohd.official@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing fast CLI tool for Proof of Indexing (POI) Investigations on The Graph"
readme = "README.md"
keywords = [
    "poi",
    "subgraph",
    "cli",
    "rust",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/shiyasmohd/poi-pal"

[lib]
name = "poipal"
path = "src/lib.rs"

[[bin]]
name = "poipal"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "2.1"

[dependencies.graph-networks-registry]
version = "0.7.0"

[dependencies.regex]
version = "1.11.2"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.update-informer]
version = "1.1"