bulk-client 0.1.0

High-performance Rust SDK for BULK (HTTP + WebSocket)
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 = "bulk-client"
version = "0.1.0"
authors = ["Bulk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust SDK for BULK (HTTP + WebSocket)"
readme = false
keywords = [
    "trading",
    "exchange",
    "sdk",
    "websocket",
    "bulk",
]
license = "Apache-2.0"
repository = "https://github.com/Bulk-trade/bulk-client"
resolver = "1"

[features]
with-sdk = []

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

[[example]]
name = "account_query"
path = "examples/account_query.rs"

[[example]]
name = "execute_cond"
path = "examples/execute_cond.rs"

[[example]]
name = "execute_limit"
path = "examples/execute_limit.rs"

[[example]]
name = "md_listener"
path = "examples/md_listener.rs"

[[example]]
name = "md_query"
path = "examples/md_query.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bs58]
version = "0.5.1"

[dependencies.clap]
version = "4.5.58"
features = [
    "derive",
    "env",
]

[dependencies.eyre]
version = "0.6.12"

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

[dependencies.num_enum]
version = "0.7.4"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "query",
]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.sha2]
version = "0.10.9"

[dependencies.solana-hash]
version = "3.0.1"
features = ["serde"]

[dependencies.solana-keypair]
version = "=3.0.1"

[dependencies.solana-pubkey]
version = "3.0.0"
features = ["serde"]

[dependencies.solana-signature]
version = "3.0.1"
features = ["serde"]

[dependencies.solana-signer]
version = "3.0.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.24"
features = ["native-tls"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.tungstenite]
version = "0.28.0"