# 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 = "hyperliquid_rust_sdk-abrkn" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for Hyperliquid" homepage = "https://hyperliquid.xyz/" documentation = "https://github.com/hyperliquid-dex/hyperliquid-rust-sdk" readme = "README.md" license = "MIT" repository = "https://github.com/hyperliquid-dex/hyperliquid-rust-sdk" [lib] name = "hyperliquid_rust_sdk_abrkn" path = "src/lib.rs" [[bin]] name = "agent" path = "src/bin/agent.rs" [[bin]] name = "bridge_withdraw" path = "src/bin/bridge_withdraw.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 = "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 = "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 = "vault_transfer" path = "src/bin/vault_transfer.rs" [[bin]] name = "ws_all_mids" path = "src/bin/ws_all_mids.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_robust_stream_candles" path = "src/bin/ws_robust_stream_candles.rs" [[bin]] name = "ws_robust_subs_trades" path = "src/bin/ws_robust_subs_trades.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" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.26" [dependencies.env_logger] version = "0.10.0" [dependencies.ethers] version = "2.0.14" features = [ "eip712", "abigen", ] [dependencies.futures-util] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.9" [dependencies.lazy_static] version = "1.3" [dependencies.log] version = "0.4.19" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" [dependencies.rmp-serde] version = "1.0.0" [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20.0" features = ["native-tls"] [dependencies.uuid] version = "1.6.1" features = ["v4"]