# 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 = "yellowstone-grpc-proto" version = "2.0.0" authors = ["Triton One"] publish = true description = "Yellowstone gRPC Geyser Protobuf Definitions" homepage = "https://triton.one" keywords = ["solana"] license = "Apache-2.0" repository = "https://github.com/rpcpool/yellowstone-grpc" [dependencies.bincode] version = "1.3.3" [dependencies.prost] version = "0.13.1" [dependencies.solana-account-decoder] version = "~2.0.10" optional = true [dependencies.solana-sdk] version = "~2.0.10" optional = true [dependencies.solana-transaction-status] version = "~2.0.10" optional = true [dependencies.tonic] version = "0.12.1" [build-dependencies.anyhow] version = "1.0.62" [build-dependencies.protobuf-src] version = "1.1.0" [build-dependencies.tonic-build] version = "0.12.1" [features] convert = [ "dep:solana-account-decoder", "dep:solana-sdk", "dep:solana-transaction-status", ] default = ["convert"] [lints.clippy] clone_on_ref_ptr = "deny" missing_const_for_fn = "deny" trivially_copy_pass_by_ref = "deny"