# 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.60" name = "substreams" version = "0.6.0" build = 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" [lib] name = "substreams" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.bigdecimal] version = "0.3" [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.6.0" [dependencies.thiserror] version = "1" [dev-dependencies.rstest] version = "0.19.0" [build-dependencies.prost-build] version = "0.13.3"