[package] name = "hyperliquid" version = "0.2.4" edition = "2021" license = "MIT" authors = ["Dennoh Peter "] description = "A Rust library for the Hyperliquid API" homepage = "https://hyperliquid.xyz/" categories = ["api-bindings", "cryptography::cryptocurrencies", "finance"] repository = "https://github.com/dennohpeter/hyperliquid" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ethers = { version = "2.0.14", features = ["eip712"] } futures-util = "0.3.30" rmp-serde = "1.3.0" serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125" thiserror = "1.0.63" tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] } tokio-tungstenite = { version = "0.23.1", features = ["native-tls"] } uuid = { version = "1.10.0", features = ["v4", "serde"] } [dependencies.reqwest] version = "0.12.7" default-features = false features = ["json", "rustls-tls"]