ccxt-exchanges 0.1.2

Exchange implementations for CCXT Rust
Documentation
[[bench]]
harness = false
name = "binance_benchmark"
path = "benches/binance_benchmark.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.ccxt-core]
version = "0.1.2"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.k256]
features = ["ecdsa"]
version = "0.13"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "gzip", "json", "gzip"]
version = "0.12"

[dependencies.rust_decimal]
version = "1.39"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["full"]
version = "1.35"

[dependencies.tokio-tungstenite]
default-features = false
features = ["rustls-tls-native-roots", "connect"]
optional = true
version = "0.28"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.zeroize]
features = ["derive"]
version = "1.8"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.8"

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.rust_decimal_macros]
version = "1.39"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6"

[features]
binance = []
default = ["binance", "rustls-tls", "websocket"]
full = ["binance", "websocket"]
native-tls = ["ccxt-core/native-tls", "reqwest/native-tls", "tokio-tungstenite?/native-tls", "tokio-tungstenite?/connect"]
rustls-tls = ["ccxt-core/rustls-tls", "reqwest/rustls-tls", "tokio-tungstenite?/rustls-tls-native-roots", "tokio-tungstenite?/connect"]
websocket = ["tokio-tungstenite", "ccxt-core/websocket"]

[lib]
name = "ccxt_exchanges"
path = "src/lib.rs"

[package]
authors = ["Praying"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Exchange implementations for CCXT Rust"
edition = "2024"
license = "MIT"
name = "ccxt-exchanges"
readme = false
resolver = "2"
rust-version = "1.91"
version = "0.1.2"

[[test]]
name = "binance_account_test"
path = "tests/binance_account_test.rs"

[[test]]
name = "binance_advanced_market_data_test"
path = "tests/binance_advanced_market_data_test.rs"

[[test]]
name = "binance_advanced_test"
path = "tests/binance_advanced_test.rs"

[[test]]
name = "binance_backward_compatibility_property_test"
path = "tests/binance_backward_compatibility_property_test.rs"

[[test]]
name = "binance_capability_trait_consistency_property_test"
path = "tests/binance_capability_trait_consistency_property_test.rs"

[[test]]
name = "binance_conditional_orders_test"
path = "tests/binance_conditional_orders_test.rs"

[[test]]
name = "binance_futures_margin_test"
path = "tests/binance_futures_margin_test.rs"

[[test]]
name = "binance_futures_position_mode_test"
path = "tests/binance_futures_position_mode_test.rs"

[[test]]
name = "binance_integration_test"
path = "tests/binance_integration_test.rs"

[[test]]
name = "binance_margin_test"
path = "tests/binance_margin_test.rs"

[[test]]
name = "binance_market_data_test"
path = "tests/binance_market_data_test.rs"

[[test]]
name = "binance_my_trades_test"
path = "tests/binance_my_trades_test.rs"

[[test]]
name = "binance_order_management_test"
path = "tests/binance_order_management_test.rs"

[[test]]
name = "binance_orderbook_test"
path = "tests/binance_orderbook_test.rs"

[[test]]
name = "binance_time_sync_integration_test"
path = "tests/binance_time_sync_integration_test.rs"

[[test]]
name = "binance_watch_orders_test"
path = "tests/binance_watch_orders_test.rs"

[[test]]
name = "binance_ws_test"
path = "tests/binance_ws_test.rs"

[[test]]
name = "bitget_integration_test"
path = "tests/bitget_integration_test.rs"

[[test]]
name = "bitget_property_test"
path = "tests/bitget_property_test.rs"

[[test]]
name = "bybit_integration_test"
path = "tests/bybit_integration_test.rs"

[[test]]
name = "exchange_trait_integration_test"
path = "tests/exchange_trait_integration_test.rs"

[[test]]
name = "hyperliquid_integration_test"
path = "tests/hyperliquid_integration_test.rs"

[[test]]
name = "hyperliquid_property_test"
path = "tests/hyperliquid_property_test.rs"

[[test]]
name = "logging_integration_test"
path = "tests/logging_integration_test.rs"

[[test]]
name = "okx_bybit_shared_property_test"
path = "tests/okx_bybit_shared_property_test.rs"

[[test]]
name = "okx_integration_test"
path = "tests/okx_integration_test.rs"

[[test]]
name = "orderbook_resync_test"
path = "tests/orderbook_resync_test.rs"

[[test]]
name = "sandbox_testnet_property_test"
path = "tests/sandbox_testnet_property_test.rs"

[[test]]
name = "stress_test"
path = "tests/stress_test.rs"

[[test]]
name = "symbol_converter_property_test"
path = "tests/symbol_converter_property_test.rs"

[[test]]
name = "time_sync_property_tests"
path = "tests/time_sync_property_tests.rs"