[package]
edition = "2021"
name = "binary_options_tools"
version = "0.2.0"
authors = ["ChipaDevTeam"]
build = false
include = [
"src/**/*",
"data/**/*",
"Cargo.toml",
"Readme.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level library for binary options trading automation. Supports PocketOption and ExpertOption with real-time data streaming, WebSocket API access, and automated trading strategies."
homepage = "https://chipadevteam.github.io/BinaryOptionsTools-v2/"
documentation = "https://chipadevteam.github.io/BinaryOptionsTools-v2/"
readme = "Readme.md"
keywords = [
"binary-options",
"pocketoption",
"trading",
"expertoption",
"automation",
]
categories = [
"api-bindings",
"asynchronous",
]
license-file = "LICENSE"
repository = "https://github.com/ChipaDevTeam/BinaryOptionsTools-v2"
[lib]
name = "binary_options_tools"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.binary-options-tools-core-pre]
version = "0.2.0"
[dependencies.binary-options-tools-macros]
version = "0.2.0"
[dependencies.chrono]
version = "0.4.35"
features = ["serde"]
[dependencies.futures-util]
version = "0.3.30"
[dependencies.php_serde]
version = "0.6.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.10.5"
[dependencies.reqwest]
version = "0.12.1"
features = [
"rustls-tls",
"json",
]
default-features = false
[dependencies.rust_decimal]
version = "1.35.0"
features = [
"serde",
"macros",
"serde-with-float",
]
[dependencies.rust_decimal_macros]
version = "1.35.0"
[dependencies.rustls]
version = "0.23.10"
features = ["ring"]
[dependencies.rustls-native-certs]
version = "0.8.0"
[dependencies.ryu]
version = "1.0"
[dependencies.serde]
version = "1.0.197"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.115"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.tokio]
version = "1.49.0"
features = ["full"]
[dependencies.tokio-tungstenite]
version = "0.21.0"
features = [
"rustls-tls-webpki-roots",
"connect",
"handshake",
]
default-features = false
[dependencies.tracing]
version = "0.1.40"
[dependencies.url]
version = "2.5.0"
[dependencies.uuid]
version = "1.7.0"
features = [
"v4",
"fast-rng",
"serde",
]
[dev-dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]