[[bench]]
harness = false
name = "benches"
path = "benches/mod.rs"
[dependencies.approx]
version = "0.5"
[dependencies.chrono]
features = ["serde", "serde"]
version = "0.4"
[dependencies.csv]
version = "1.4"
[dependencies.indicatif]
version = "0.17"
[dependencies.itertools]
version = "0.14"
[dependencies.lazy_static]
version = "1.5"
[dependencies.num-traits]
version = "0.2"
[dependencies.plotly]
default-features = false
features = ["static_export_default", "static_export_default"]
optional = true
version = "0.13"
[dependencies.pretty-simple-display]
version = "0.1"
[dependencies.prettytable-rs]
version = "0.10"
[dependencies.rand]
version = "0.9"
[dependencies.rand_distr]
version = "0.5"
[dependencies.rayon]
version = "1.11"
[dependencies.rust_decimal]
features = ["maths", "serde", "maths", "serde"]
version = "1.39"
[dependencies.rust_decimal_macros]
version = "1.39"
[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.statrs]
version = "0.18"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dependencies.utoipa]
features = ["axum_extras", "chrono", "decimal", "axum_extras", "chrono", "decimal"]
version = "5.4"
[dependencies.uuid]
features = ["v4", "serde", "v4", "serde"]
version = "1.18"
[dependencies.zip]
version = "6.0"
[dev-dependencies.criterion]
default-features = false
features = ["html_reports"]
version = "0.7"
[dev-dependencies.mockall]
version = "0.13"
[dev-dependencies.static_assertions]
version = "1.1"
[dev-dependencies.tempfile]
version = "3.23"
[features]
default = []
plotly = ["dep:plotly"]
static_export = ["plotly"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "optionstratlib"
path = "src/lib.rs"
[package]
authors = ["Joaquin Bejar <jb@taunais.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "data-structures"]
description = "OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes."
edition = "2024"
homepage = "https://github.com/joaquinbejar/OptionStratLib"
include = ["benches/**/*", "src/**/*", "Cargo.toml", "README.md", "LICENSE", "examples/**/*.rs", "tests/**/*.rs", "Makefile", "rust-toolchain.toml", "Docker/**/*.Dockerfile", "Docker/**/*.yml"]
keywords = ["finance", "options", "trading"]
license = "MIT"
name = "optionstratlib"
readme = "README.md"
repository = "https://github.com/joaquinbejar/OptionStratLib"
version = "0.9.1"
[[test]]
name = "tests"
path = "tests/unit/mod.rs"