# 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-client" version = "2.0.0" authors = ["Triton One"] publish = true description = "Yellowstone gRPC Geyser Simple Client" homepage = "https://triton.one" readme = "README.md" keywords = ["solana"] license = "Apache-2.0" repository = "https://github.com/rpcpool/yellowstone-grpc" [dependencies.bytes] version = "1.3.0" [dependencies.futures] version = "0.3.24" [dependencies.thiserror] version = "1.0" [dependencies.tonic] version = "0.12.1" features = [ "tls", "tls-roots", ] [dependencies.tonic-health] version = "0.12.1" [dependencies.yellowstone-grpc-proto] version = "2.0.0" default-features = false [dev-dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [lints.clippy] clone_on_ref_ptr = "deny" missing_const_for_fn = "deny" trivially_copy_pass_by_ref = "deny"