[[bin]]
name = "bybit-cli"
path = "src/main.rs"
[build-dependencies.askama]
version = "0.14.0"
[build-dependencies.serde]
features = ["derive"]
version = "1.0.219"
[build-dependencies.serde_json]
version = "1.0.143"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.chrono]
features = ["serde"]
version = "0.4.41"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.hex]
version = "0.4.3"
[dependencies.hmac]
version = "0.12.1"
[dependencies.log]
version = "0.4.27"
[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12.23"
[dependencies.ring]
version = "0.17.14"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_urlencoded]
version = "0.7.1"
[dependencies.serde_yaml]
version = "0.9.33"
[dependencies.sha2]
version = "0.10.9"
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.27.0"
[dependencies.url]
version = "2.5.6"
[[example]]
name = "account_example"
path = "examples/account_example.rs"
[[example]]
name = "market"
path = "examples/market_example.rs"
[[example]]
name = "simple_example"
path = "examples/simple_example.rs"
[[example]]
name = "trading"
path = "examples/trading_example.rs"
[lib]
name = "bybit_rust_api"
path = "src/lib.rs"
[package]
authors = ["Cafer Can Gundogdu <cafercangundogdu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "Complete Rust SDK for Bybit API V5 with all endpoints, comprehensive type safety and full test coverage"
documentation = "https://docs.rs/bybit-rust-api"
edition = "2021"
homepage = "https://github.com/cafercangundogdu/bybit.rust.api"
keywords = ["bybit", "crypto", "trading", "api", "exchange"]
license = "MIT OR Apache-2.0"
name = "bybit-rust-api"
readme = "README.md"
repository = "https://github.com/cafercangundogdu/bybit.rust.api"
version = "0.2.1"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"