graph-native 0.1.0-alpha.11

Runtime types for native graph-node subgraph handlers
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 = "graph-native"
version = "0.1.0-alpha.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime types for native graph-node subgraph handlers"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/thyme-labs/graph-native"

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

[[test]]
name = "abi_decode"
path = "tests/abi_decode.rs"

[[test]]
name = "types_and_helpers"
path = "tests/types_and_helpers.rs"

[dependencies.alloy]
version = "1.7.3"
features = [
    "dyn-abi",
    "json-abi",
    "full",
    "serde",
]

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.hex]
version = "0.4"

[dependencies.num-bigint]
version = "=0.2.6"
features = ["serde"]

[dependencies.num-traits]
version = "=0.2.19"

[dependencies.old_bigdecimal]
version = "=0.1.2"
features = ["serde"]
package = "bigdecimal"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.hex]
version = "0.4"