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