[package] name = "ekubo_sdk" version = "0.1.20" authors = ["Mahmoud Salem "] edition = "2021" license = "LGPL-2.1" description = "Types for interacting with Ekubo Protocol" homepage = "https://ekubo.org" repository = "https://github.com/EkuboProtocol/rust-sdk" readme = "README.md" keywords = ["crypto", "math", "ekubo", "protocol", "defi"] [dependencies] num-traits = "0.2.19" uint = "0.10.0" [lib] path = "src/lib.rs"