[package] name = "async-bybit" description = "Minimal wrapper for the Bybit exchange REST API using async-std" authors = ["dpuyosa"] version = "0.0.1" license = "Apache-2.0" edition = "2021" keywords = ["bybit", "exchange", "api", "trading", "async"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] repository = "https://gitlab.com/dpuyosa/async-bybit" homepage = "https://gitlab.com/dpuyosa/async-bybit" documentation = "https://docs.rs/async-bybit" readme = "readme.md" [dependencies] async-std = "1.10.0" serde = "1.0.130" serde_json = "1.0.69" serde_urlencoded = "0.7.0" surf = "2.3.2" [dev-dependencies] async-std = { version = "1.10.0", features = ["attributes"] }