# 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 = "erc20-substreams" version = "0.1.1" description = "Erc20 Token Substreams" license-file = "LICENSE" resolver = "2" [profile.release] opt-level = "s" lto = true strip = "debuginfo" [lib] crate-type = ["cdylib"] [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4" [dependencies.prost] version = "0.10.1" [dependencies.prost-types] version = "0.10.1" [dependencies.substreams] version = "0.1.0" [dependencies.wasm-bindgen] version = "0.2.79" [build-dependencies.prost-build] version = "0.10.1"