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