[[bin]]
name = "agent"
path = "src/bin/agent.rs"
[[bin]]
name = "approve_builder_fee"
path = "src/bin/approve_builder_fee.rs"
[[bin]]
name = "bridge_withdraw"
path = "src/bin/bridge_withdraw.rs"
[[bin]]
name = "claim_rewards"
path = "src/bin/claim_rewards.rs"
[[bin]]
name = "class_transfer"
path = "src/bin/class_transfer.rs"
[[bin]]
name = "info"
path = "src/bin/info.rs"
[[bin]]
name = "leverage"
path = "src/bin/leverage.rs"
[[bin]]
name = "market_maker"
path = "src/bin/market_maker.rs"
[[bin]]
name = "market_order_and_cancel"
path = "src/bin/market_order_and_cancel.rs"
[[bin]]
name = "market_order_with_builder_and_cancel"
path = "src/bin/market_order_with_builder_and_cancel.rs"
[[bin]]
name = "order_and_cancel"
path = "src/bin/order_and_cancel.rs"
[[bin]]
name = "order_and_cancel_cloid"
path = "src/bin/order_and_cancel_cloid.rs"
[[bin]]
name = "order_and_schedule_cancel"
path = "src/bin/order_and_schedule_cancel.rs"
[[bin]]
name = "order_with_builder_and_cancel"
path = "src/bin/order_with_builder_and_cancel.rs"
[[bin]]
name = "set_referrer"
path = "src/bin/set_referrer.rs"
[[bin]]
name = "spot_order"
path = "src/bin/spot_order.rs"
[[bin]]
name = "spot_transfer"
path = "src/bin/spot_transfer.rs"
[[bin]]
name = "usdc_transfer"
path = "src/bin/usdc_transfer.rs"
[[bin]]
name = "using_big_blocks"
path = "src/bin/using_big_blocks.rs"
[[bin]]
name = "vault_transfer"
path = "src/bin/vault_transfer.rs"
[[bin]]
name = "ws_active_asset_ctx"
path = "src/bin/ws_active_asset_ctx.rs"
[[bin]]
name = "ws_active_asset_data"
path = "src/bin/ws_active_asset_data.rs"
[[bin]]
name = "ws_all_mids"
path = "src/bin/ws_all_mids.rs"
[[bin]]
name = "ws_bbo"
path = "src/bin/ws_bbo.rs"
[[bin]]
name = "ws_candles"
path = "src/bin/ws_candles.rs"
[[bin]]
name = "ws_l2_book"
path = "src/bin/ws_l2_book.rs"
[[bin]]
name = "ws_notification"
path = "src/bin/ws_notification.rs"
[[bin]]
name = "ws_orders"
path = "src/bin/ws_orders.rs"
[[bin]]
name = "ws_spot_price"
path = "src/bin/ws_spot_price.rs"
[[bin]]
name = "ws_trades"
path = "src/bin/ws_trades.rs"
[[bin]]
name = "ws_user_events"
path = "src/bin/ws_user_events.rs"
[[bin]]
name = "ws_user_fundings"
path = "src/bin/ws_user_fundings.rs"
[[bin]]
name = "ws_user_non_funding_ledger_updates"
path = "src/bin/ws_user_non_funding_ledger_updates.rs"
[[bin]]
name = "ws_web_data2"
path = "src/bin/ws_web_data2.rs"
[dependencies.alloy]
default-features = false
features = ["dyn-abi", "sol-types", "signer-local"]
version = "1.0"
[dependencies.chrono]
version = "0.4.26"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.futures-util]
version = "0.3.28"
[dependencies.lazy_static]
version = "1.0"
[dependencies.log]
version = "0.4.19"
[dependencies.reqwest]
version = "0.12.19"
[dependencies.rmp-serde]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.20.0"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[lib]
name = "hyperliquid_rust_sdk_toaster"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust SDK for Hyperliquid - toaster fork"
documentation = "https://github.com/toaster-trade/hyperliquid-rust-sdk"
edition = "2021"
homepage = "https://github.com/toaster-trade/hyperliquid-rust-sdk"
license = "MIT"
name = "hyperliquid_rust_sdk_toaster"
readme = "README.md"
repository = "https://github.com/toaster-trade/hyperliquid-rust-sdk"
version = "0.6.2"