# 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" version = "0.4.0" 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" [dependencies.chrono] version = "0.4.26" [dependencies.env_logger] version = "0.10.0" [dependencies.ethers] version = "0.17" 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"]