hyper-exchange 0.1.0

Hyperliquid L1 exchange client — EIP-712 signing, REST API, WebSocket
Documentation
[package]
name = "hyper-exchange"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Hyperliquid L1 exchange client — EIP-712 signing, REST API, WebSocket"
repository = "https://github.com/daiwanwei/hyper-agent"
homepage = "https://github.com/daiwanwei/hyper-agent"
keywords = ["hyperliquid", "defi", "trading", "eip712", "perpetuals"]
categories = ["cryptography", "web-programming"]
readme = "README.md"

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
alloy-primitives = "1"
hex = "0.4"
rmp-serde = "1"
motosan-wallet-core = { version = "0.4.1", features = ["hyperliquid"] }

[dev-dependencies]
k256 = { version = "0.13", features = ["ecdsa"] }
sha3 = "0.10"
tokio = { version = "1", features = ["full"] }