# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async-bybit" version = "0.0.1" authors = ["dpuyosa"] description = "Minimal wrapper for the Bybit exchange REST API using async-std" homepage = "https://gitlab.com/dpuyosa/async-bybit" documentation = "https://docs.rs/async-bybit" readme = "readme.md" keywords = ["bybit", "exchange", "api", "trading", "async"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] license = "Apache-2.0" repository = "https://gitlab.com/dpuyosa/async-bybit" resolver = "2" [dependencies.async-std] version = "1.10.0" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.69" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.surf] version = "2.3.2" [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"]