substreams 0.7.6

Substreams SDK - A streaming data engine for The Graph - by StreamingFast
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 = "2018"
rust-version = "1.83"
name = "substreams"
version = "0.7.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Substreams SDK - A streaming data engine for The Graph - by StreamingFast"
homepage = "https://substreams.streamingfast.io/"
readme = "README.md"
keywords = [
    "substreams",
    "streamingfast",
    "firehose",
    "thegraph",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/streamingfast/substreams-rs"
resolver = "2"

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

[[bench]]
name = "expr_parser_bench"
path = "benches/expr_parser_bench.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.bigdecimal]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.hex-literal]
version = "0.3"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-integer]
version = "0.1.45"

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

[dependencies.pad]
version = "0.1"

[dependencies.pest]
version = "2.7.10"

[dependencies.pest_derive]
version = "2.7.10"

[dependencies.prost]
version = "0.13.3"

[dependencies.prost-types]
version = "0.13.3"

[dependencies.substreams-macro]
version = "0.7.6"

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rstest]
version = "0.19.0"

[build-dependencies.prost-build]
version = "0.13.3"