# 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-solana-core" version = "0.14.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Substreams development kit for Solana chains, contains Block model and helpers." homepage = "https://substreams.streamingfast.io/" readme = "README.md" keywords = [ "substreams", "solana", "streamingfast", "firehose", "thegraph", ] categories = [ "api-bindings", "external-ffi-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/streamingfast/substreams-solana/tree/develop/substreams-solana" [lib] name = "substreams_solana_core" path = "src/lib.rs" [dependencies.bs58] version = "0.4.0" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dev-dependencies.anyhow] version = "1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.paste] version = "1" [dev-dependencies.pretty_assertions] version = "1.4" [build-dependencies.prost-build] version = "0.13"