# 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-rpc-test" version = "1.10.1" authors = ["Solana Maintainers "] description = "Solana RPC Test" homepage = "https://solana.com/" documentation = "https://docs.rs/solana-rpc-test" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bincode] version = "1.3.3" [dependencies.bs58] version = "0.4.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures-util] version = "0.3.21" [dependencies.log] version = "0.4.11" [dependencies.reqwest] version = "0.11.9" features = ["blocking", "rustls-tls", "json"] default-features = false [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.solana-account-decoder] version = "=1.10.1" [dependencies.solana-client] version = "=1.10.1" [dependencies.solana-rpc] version = "=1.10.1" [dependencies.solana-sdk] version = "=1.10.1" [dependencies.solana-streamer] version = "=1.10.1" [dependencies.solana-test-validator] version = "=1.10.1" [dependencies.solana-transaction-status] version = "=1.10.1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.solana-logger] version = "=1.10.1"