[package] name = "kuru-sdk-rs" description = "Rust SDK to interact with Kuru Contracts" version = "0.1.1" edition = "2021" license = "MIT" [dependencies] alloy = { version = "0.3.6", features = ["full"] } alloy-json-abi = "0.8.2" eyre = "0.6.12" tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } hex = "0.4" async-trait = "0.1.82" reqwest = "0.12.7" dotenv = "0.15.0" tower-service = "0.3.3" alloy-json-rpc = "0.3.6" alloy-sol-types = "0.8.3" rust_socketio = { version = "0.6.0", features = ["async"] } rand = "0.8.0" native-tls = "0.2.12" futures-util = "0.3.30" alloy-dyn-abi = { version = "0.8.7", features = ["eip712"] } thiserror = "1.0" [dev-dependencies]