# 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.76" name = "substreams-antelope-abigen" version = "0.6.0" description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers." homepage = "https://github.com/pinax-network/substreams-antelope" readme = "README.md" keywords = [ "substreams", "antelope", "pinax", "firehose", "thegraph", ] categories = [ "api-bindings", "external-ffi-bindings", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pinax-network/substreams-antelope" [dependencies.anyhow] version = "1" [dependencies.heck] version = "0.4" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0.7" [dependencies.quote] version = "1.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.substreams-antelope-core] version = "0.6.*" [dependencies.syn] version = "2.0" features = [ "derive", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.substreams] version = "^0.6.0"