thegraph-core 0.15.2

Rust core modules for The Graph network
Documentation
[dependencies.alloy]
version = "1.0"

[dependencies.async-graphql]
optional = true
version = "7.0"

[dependencies.bs58]
version = "0.5"

[dependencies.fake]
optional = true
version = "4.0"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_with]
optional = true
version = "3.8"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.alloy]
features = ["signer-local"]
version = "1.0"

[features]
alloy-contract = ["alloy/contract"]
alloy-dyn-abi = ["alloy/dyn-abi"]
alloy-eip712 = ["alloy/eip712"]
alloy-full = ["alloy/full"]
alloy-kzg = ["alloy/kzg"]
alloy-rlp = ["alloy/rlp"]
alloy-signer-local = ["alloy/signer-local"]
alloy-signer-mnemonic = ["alloy/signer-mnemonic"]
alloy-signer-mnemonic-all-languages = ["alloy/signer-mnemonic-all-languages"]
alloy-signers = ["alloy/signers"]
alloy-sol-types = ["alloy/sol-types"]
async-graphql = ["dep:async-graphql"]
attestation = ["alloy-eip712", "alloy-signers", "alloy-sol-types"]
default = []
fake = ["dep:fake"]
serde = ["dep:serde", "dep:serde_with", "alloy/serde"]
signed-message = ["alloy-eip712", "alloy-signers", "alloy-sol-types"]

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

[package]
authors = ["Lorenzo Delgado (LNSD) <lorenzo@edgeandnode.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust core modules for The Graph network"
edition = "2024"
license = "MIT"
name = "thegraph-core"
readme = "README.md"
repository = "https://github.com/edgeandnode/toolshed"
resolver = "2"
rust-version = "1.87"
version = "0.15.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]