binary-options-tools-core-pre 0.1.1

Low-level WebSocket client and protocol handler for binary options trading. Core foundation providing connection management, message routing, and async communication primitives.
Documentation
[dependencies.async-trait]
version = "0.1.88"

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

[dependencies.kanal]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.28.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["json"]
version = "0.3.20"

[[example]]
name = "basic_connector_usage"
path = "examples/basic_connector_usage.rs"

[[example]]
name = "echo_client"
path = "examples/echo_client.rs"

[[example]]
name = "middleware_example"
path = "examples/middleware_example.rs"

[[example]]
name = "testing_echo_client"
path = "examples/testing_echo_client.rs"

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

[package]
authors = ["ChipaDevTeam"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "api-bindings"]
description = "Low-level WebSocket client and protocol handler for binary options trading. Core foundation providing connection management, message routing, and async communication primitives."
documentation = "https://chipadevteam.github.io/BinaryOptionsTools-v2/"
edition = "2024"
homepage = "https://chipadevteam.github.io/BinaryOptionsTools-v2/"
keywords = ["binary-options", "websocket", "trading", "async", "tokio"]
license-file = "LICENSE"
name = "binary-options-tools-core-pre"
readme = "README.md"
repository = "https://github.com/ChipaDevTeam/BinaryOptionsTools-v2"
version = "0.1.1"

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

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