# 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 = "jito-sdk-rust" version = "0.1.0" authors = ["mdr0id "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for interacting with Jito RPC services on Solana" homepage = "https://www.jito.wtf/" readme = "README.md" keywords = [ "solana", "rpc", "jito", "blockchain", "sdk", ] license = "MIT" repository = "https://github.com/jito-labs/jito-rust-rpc" [lib] name = "jito_sdk_rust" path = "src/lib.rs" [[example]] name = "basic_bundle" path = "examples/basic_bundle.rs" [[example]] name = "basic_txn" path = "examples/basic_txn.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.bs58] version = "0.4.0" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "full", "macros", ] [dev-dependencies.base64] version = "0.21.0" [dev-dependencies.solana-client] version = "1.16" [dev-dependencies.solana-sdk] version = "1.16"