jib 0.11.0

Jib is a library for the Solana blockchain that lets you efficiently pack instructions into transactions and submit them via a TPU client.
Documentation
# 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 = "jib"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jib is a library for the Solana blockchain that lets you efficiently pack instructions into transactions and submit them via a TPU client."
homepage = "https://github.com/samuelvanderwaal/jib"
documentation = "https://docs.rs/jib"
readme = "README.md"
keywords = [
    "solana",
    "blockchain",
    "transactions",
    "instructions",
    "tpu",
]
license = "Apache-2.0"
repository = "https://github.com/samuelvanderwaal/jib"

[features]
tpu = ["solana-quic-client"]

[lib]
name = "jib"
path = "src/lib.rs"

[dependencies.bincode]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.ratelimit]
version = "0.9"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.solana-client]
version = "~2.3"

[dependencies.solana-quic-client]
version = "~2.3"
optional = true

[dependencies.solana-sdk]
version = "~2.3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"