[package] name = "openlimits-messaging" version = "0.1.0" authors = ["Danilo Guanabara "] edition = "2018" description = "The messaging system of OpenLimits." license = "BSD-2-Clause" repository = "https://github.com/nash-io/openlimits" keywords = ["cryptocurrency", "exchange", "openlimits", "api"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.42" futures = "0.3.12" futures-util = "0.3.12" [dev-dependencies] cross-test = "0.1.6" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.20"