[dependencies.approx]
version = "0.5.1"
[dependencies.chrono]
version = "0.4.38"
[dependencies.plotters]
version = "0.3.7"
[dependencies.rand]
version = "0.8.5"
[dependencies.rayon]
version = "1.10.0"
[dependencies.rust_decimal]
version = "1.36.0"
[dependencies.rust_decimal_macros]
version = "1.36.0"
[dependencies.statrs]
version = "0.17.1"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
version = "0.3.18"
[dev-dependencies.assert-json-diff]
version = "2.0.2"
[dev-dependencies.async-std]
version = "1.12.0"
[dev-dependencies.futures-util]
version = "0.3.30"
[dev-dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.mockall]
version = "0.13.0"
[dev-dependencies.tokio-test]
version = "0.4.4"
[[example]]
name = "example"
path = "examples/volatility.rs"
[[example]]
name = "option_graph"
path = "examples/option_graph.rs"
[[example]]
name = "position_graph"
path = "examples/position_graph.rs"
[[example]]
name = "risk-free-rate"
path = "examples/risk-free-rate.rs"
[[example]]
name = "strategy_graph"
path = "examples/strategy_graph.rs"
[[example]]
name = "time-and-rate"
path = "examples/time-and-rate.rs"
[[example]]
name = "volatility_utils"
path = "examples/volatility_utils.rs"
[lib]
name = "optionstratlib"
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 = "OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes."
edition = "2021"
exclude = ["/examples", "/tests", "/target", "/.git", "/.github", "/.idea", "/.vscode", "Cargo.lock", "/**/.DS_Store"]
homepage = "https://github.com/joaquinbejar/OptionStratLib"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "examples/**/*", "tests/**/*", "Makefile", "rust-toolchain.toml", "Draws/**/*", "Docker/**/*"]
keywords = ["finance", "options", "trading"]
license = "MIT"
name = "optionstratlib"
readme = "README.md"
repository = "https://github.com/joaquinbejar/OptionStratLib"
version = "0.1.1"
[[test]]
name = "tests"
path = "tests/unit/mod.rs"