[package] name = "rango" version = "0.1.1-rc.1" authors = ["Perpetuum Seven ", "Martin Hloska "] license = "BSD-3-Clause" edition = "2021" readme = "README.md" documentation = "https://docs.rs/rango" repository = "https://github.com/koyo-finance/rango-rs" homepage = "https://docs.rs/rango" description = """ SDK for interacting with the Rango Exchange API in Rust. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.11", features = ["json"] } ethers = "0.17.0" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" anyhow = "1.0.60" [dev-dependencies] tokio = { version = "1.9.0", features = ["macros"] }