[package]
edition = "2021"
name = "substreams-database-change"
version = "4.0.0"
authors = ["StreamingFast Contributors <team@streamingfast.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Substreams database change containg helpers"
homepage = "https://substreams.streamingfast.io/"
readme = "README.md"
keywords = [
"substreams",
"streamingfast",
"firehose",
"thegraph",
"entity",
]
categories = [
"api-bindings",
"external-ffi-bindings",
"wasm",
]
license = "Apache-2.0"
repository = "https://github.com/streamingfast/substreams-sink-database-changes"
[lib]
name = "substreams_database_change"
path = "src/lib.rs"
[dependencies.prost]
version = "0.13"
[dependencies.prost-types]
version = "0.13"
[dependencies.substreams]
version = "0.7.3"
[dev-dependencies.pretty_assertions]
version = "1.4"