[dependencies.approx]
version = "0.5.1"
[dependencies.async-stream]
version = "0.3.5"
[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.futures-util]
version = "0.3.30"
[dependencies.reqwest]
features = ["json"]
version = "0.12.7"
[dependencies.rust_decimal]
version = "1.36.0"
[dependencies.rust_decimal_macros]
version = "1.36.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0"
[dependencies.serial_test]
version = "3.1.1"
[dependencies.tokio]
features = ["full"]
version = "1.40.0"
[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.24"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
version = "0.3.18"
[dependencies.tungstenite]
features = ["native-tls"]
version = "0.24.0"
[dependencies.url]
version = "2.5.2"
[dev-dependencies.assert-json-diff]
version = "2.0.2"
[dev-dependencies.async-std]
version = "1.12.0"
[dev-dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.mockall]
version = "0.13.0"
[dev-dependencies.mockito]
version = "1.5.0"
[dev-dependencies.once_cell]
version = "1.17.1"
[dev-dependencies.serde_json]
version = "1.0.96"
[dev-dependencies.tokio-test]
version = "0.4.4"
[[example]]
name = "auth_example"
path = "examples/auth_example.rs"
[[example]]
name = "auth_websocket_example"
path = "examples/auth_websocket_example.rs"
[lib]
name = "tradier"
path = "src/lib.rs"
[package]
authors = ["Joaquin Bejar <jb@taunais.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["finance", "data-structures"]
description = "This project involves the development of a Rust library for managing trades and market data using the Tradier broker API. The main objective is to provide an efficient and secure interface for executing trades, retrieving real-time quotes, managing portfolios, and accessing historical market data. The library focuses on leveraging Rust's performance and concurrency advantages, enabling integration into high-frequency trading applications and data-intensive financial processing."
edition = "2021"
homepage = "https://github.com/joaquinbejar/tradier"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE", "examples/**/*.rs", "tests/**/*.rs", "Makefile", "rust-toolchain.toml", "Draws/**/*.png", "Docker/**/*.Dockerfile", "Docker/**/*.yml"]
keywords = ["finance", "options", "trading"]
license = "MIT"
name = "tradier"
readme = "README.md"
repository = "https://github.com/joaquinbejar/tradier"
version = "0.1.0"
[[test]]
name = "tests"
path = "tests/unit/mod.rs"