# 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 = "bybit-async" version = "0.1.0" authors = ["Shu Wang "] description = "Rust Library for the Bybit API (Async)" readme = "README.md" keywords = [ "cryptocurrency", "trading", "bybit", "async", ] license = "MIT" repository = "https://github.com/halfelf/bybit-async-rs" [lib] name = "bybit_async" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.fehler] version = "1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.http] version = "1.1" [dependencies.log] version = "0.4" [dependencies.owning_ref] version = "0.4" optional = true [dependencies.paste] version = "1" [dependencies.reqwest] version = "0.12" [dependencies.rust_decimal] version = "1" features = ["serde-with-str"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.serde_qs] version = "~0.12" [dependencies.serde_with] version = "3" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tokio-tungstenite] version = "0.21" features = ["rustls-tls-native-roots"] [dependencies.tungstenite] version = "0.21" [dependencies.url] version = "2" [dev-dependencies.anyhow] version = "1" features = ["backtrace"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [features] print-response = [] zero-copy = ["owning_ref"]