# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tradier" version = "0.1.0" authors = ["Joaquin Bejar "] build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE", "examples/**/*.rs", "tests/**/*.rs", "Makefile", "rust-toolchain.toml", "Draws/**/*.png", "Docker/**/*.Dockerfile", "Docker/**/*.yml", ] autobins = false autoexamples = false autotests = false autobenches = false 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." homepage = "https://github.com/joaquinbejar/tradier" readme = "README.md" keywords = [ "finance", "options", "trading", ] categories = [ "finance", "data-structures", ] license = "MIT" repository = "https://github.com/joaquinbejar/tradier" [lib] name = "tradier" path = "src/lib.rs" [[example]] name = "auth_example" path = "examples/auth_example.rs" [[example]] name = "auth_websocket_example" path = "examples/auth_websocket_example.rs" [[test]] name = "tests" path = "tests/unit/mod.rs" [dependencies.approx] version = "0.5.1" [dependencies.async-stream] version = "0.3.5" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rust_decimal] version = "1.36.0" [dependencies.rust_decimal_macros] version = "1.36.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serial_test] version = "3.1.1" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24" features = ["native-tls"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.tungstenite] version = "0.24.0" features = ["native-tls"] [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"