# 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 = "rs_bybit" version = "0.3.2" authors = ["unkuseni "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bybit V5 API bindings in Rust" readme = "README.md" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/unkuseni/bybit-rs" [lib] name = "bybit" path = "src/lib.rs" [[test]] name = "account_test" path = "tests/account_test.rs" [[test]] name = "general_test" path = "tests/general_test.rs" [[test]] name = "market_test" path = "tests/market_test.rs" [[test]] name = "position_test" path = "tests/position_test.rs" [[test]] name = "trade_test" path = "tests/trade_test.rs" [[test]] name = "ws_test" path = "tests/ws_test.rs" [dependencies.chrono] version = "0.4.31" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["native-tls"] [dependencies.url] version = "2.5.0" [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", ]