[package] name = "hyperspace-rs" version = "0.2.0" edition = "2021" authors = ["mektigboy "] description = "A Rust library to interact with [Hyperspace](https://avax.hyperspace.xyz/) NFT marketplace on Avalanche" repository = "https://github.com/protecc-labs/hyperspace-rs.git" license = "MIT" categories = ["api-bindings"] keywords = ["crypto", "api"] readme = "README.md" [dependencies] chrono = "0.4.33" dotenv = "0.15.0" ethers = "2.0.13" hex = "0.4.3" reqwest = { version = "0.11.22", features = ["json"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" thiserror = "1.0.56" tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } url = "2.5.0"