[dependencies.async-trait]
version = "0.1"
[dependencies.borsa-core]
version = "0.1.2"
[dependencies.chrono]
version = "0.4.42"
[dependencies.futures]
version = "0.3"
[dependencies.rand]
version = "0.9.2"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["macros", "rt", "time"]
version = "1"
[dependencies.tracing]
optional = true
version = "0.1"
[dev-dependencies.borsa-mock]
version = "0.1.2"
[dev-dependencies.rust_decimal]
version = "1.36"
[dev-dependencies.tokio]
features = ["macros", "rt", "time", "test-util"]
version = "1"
[features]
dataframe = ["borsa-core/dataframe"]
default = []
tracing = ["dep:tracing", "borsa-core/tracing"]
[lib]
name = "borsa"
path = "src/lib.rs"
[package]
authors = ["Giovanni Ramistella <contact@borsa.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "finance", "web-programming::http-client"]
description = "High-level, pluggable market data API for Rust with multi-provider support."
documentation = "https://docs.rs/borsa"
edition = "2024"
homepage = "https://github.com/borsaorg/borsa"
keywords = ["finance", "stocks", "trading", "api", "market-data"]
license = "MIT"
name = "borsa"
readme = "README.md"
repository = "https://github.com/borsaorg/borsa"
resolver = "2"
version = "0.1.2"
[[test]]
name = "dataframe_history"
path = "tests/dataframe_history.rs"
[[test]]
name = "dataframe_quote"
path = "tests/dataframe_quote.rs"
[[test]]
name = "router"
path = "tests/router.rs"