# 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 = "aori_requests" version = "0.1.5" description = "aori_requests, a part of the Aori.io SDK." license = "MIT" repository = "https://github.com/aori-io/aori-sdk-rs" [dependencies.alloy-primitives] version = "0.4.2" [dependencies.alloy-sol-types] version = "0.4.2" [dependencies.anyhow] version = "1.0.70" [dependencies.aori_types] version = "0.1.5" [dependencies.chrono] version = "0.4.31" [dependencies.dotenv] version = "0.15" [dependencies.ethers] version = "2.0.10" features = [ "ws", "rustls", "abigen", ] [dependencies.eyre] version = "0.6.0" [dependencies.futures] version = "0.3.29" [dependencies.futures-util] version = "0.3" [dependencies.serde_json] version = "1.0.0" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20.1"