# 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 = "solana-bigtable-geyser-models" version = "1.10.31" authors = ["Solana Maintainers "] description = "The Solana Bigtable Object Models." homepage = "https://solana.com/" documentation = "https://docs.rs/solana-bigtable-geyser-models" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-bigtable-geyser-models" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bincode] version = "1.3.3" [dependencies.enum-iterator] version = "0.8.1" [dependencies.prost] version = "0.10.0" [dependencies.prost-types] version = "0.10.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.74" [dependencies.solana-account-decoder] version = "=1.10.31" [dependencies.solana-sdk] version = "=1.10.31" [dependencies.solana-transaction-status] version = "=1.10.31" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6" features = [ "codec", "compat", ] [dependencies.tonic] version = "0.7.1" features = [ "tls", "transport", ] [build-dependencies.tonic-build] version = "0.7.1"