# 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" version = "0.2.4" authors = ["Dennoh Peter "] description = "A Rust library for the Hyperliquid API" homepage = "https://hyperliquid.xyz/" readme = "README.md" categories = [ "api-bindings", "cryptography::cryptocurrencies", "finance", ] license = "MIT" repository = "https://github.com/dennohpeter/hyperliquid" [dependencies.ethers] version = "2.0.14" features = ["eip712"] [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-tungstenite] version = "0.23.1" features = ["native-tls"] [dependencies.uuid] version = "1.10.0" features = [ "v4", "serde", ]