# 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 = "2018" rust-version = "1.67" name = "bybit_rs" version = "0.1.7" authors = [ "Omambia Dauglous ", "NGENI Labs ", "Dennis Mwangi ", ] exclude = ["example_folder"] description = "Fork of the Official Python3 API connector for Bybit's HTTP (bybit) and WebSockets APIs to rust" homepage = "https://docs.rs/bybit_rs" documentation = "https://docs.rs/bybit_rs" readme = "README.md" keywords = [ "rust", "bybit_rs", "pybit_rust", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/domambia/bybit_rs" [lib] name = "bybit_rs" path = "src/lib.rs" [[bin]] name = "run_test" path = "example/bybit_test.rs" [dependencies.async-trait] version = "0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.5" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.10.1" [dependencies.hmac-sha256] version = "1.1.7" [dependencies.http] version = "0.2.9" [dependencies.once_cell] version = "1.18.0" [dependencies.openssl] version = "0.10.56" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11.14" features = [ "json", "default", "socks", "blocking", "stream", ] [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.57" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sha2] version = "0.9.3" [dependencies.thiserror] version = "1.0.13" [dependencies.tokio] version = "1.0.1" features = ["full"] [dependencies.url] version = "2.2.0"