# 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" rust-version = "1.60" name = "substreams-ethereum-derive" version = "0.9.11" description = "Substreams development kit for Ethereum chains, contains Firehose Block model and helpers as well as utilities for Ethereum ABI encoding/decoding." homepage = "https://substreams.streamingfast.io/" readme = "README.md" keywords = [ "substreams", "ethereum", "streamingfast", "firehose", "thegraph", ] categories = [ "api-bindings", "external-ffi-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/streamingfast/substreams-ethereum/tree/develop/substreams-ethereum" resolver = "1" [lib] doc = false proc-macro = true [dependencies.ethabi] version = "17.0" [dependencies.heck] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.proc-macro2] version = "1.0.7" [dependencies.quote] version = "1.0.2" [dependencies.substreams-ethereum-abigen] version = "0.9.11" [dependencies.syn] version = "1.0.13" features = [ "derive", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.prettyplease] version = "0.1"