optionstratlib 0.15.1

OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes.
Documentation
# 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 = "2024"
name = "optionstratlib"
version = "0.15.1"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
include = [
    "benches/**/*",
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "examples/**/*.rs",
    "tests/**/*.rs",
    "Makefile",
    "rust-toolchain.toml",
    "Docker/**/*.Dockerfile",
    "Docker/**/*.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes."
homepage = "https://github.com/joaquinbejar/OptionStratLib"
readme = "README.md"
keywords = [
    "finance",
    "options",
    "trading",
]
categories = [
    "finance",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/OptionStratLib"

[features]
async = [
    "dep:tokio",
    "dep:async-trait",
    "dep:reqwest",
    "dep:futures",
]
default = []
plotly = ["dep:plotly"]
static_export = [
    "plotly",
    "async",
]

[lib]
name = "optionstratlib"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "property_tests"
path = "tests/property/mod.rs"

[[test]]
name = "tests"
path = "tests/unit/mod.rs"

[[bench]]
name = "benches"
path = "benches/mod.rs"
harness = false

[dependencies.approx]
version = "0.5"

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.csv]
version = "1.4"

[dependencies.expiration_date]
version = "0.1"
features = ["utoipa"]

[dependencies.financial_types]
version = "0.1"
features = ["utoipa"]

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.indicatif]
version = "0.18"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1.5"

[dependencies.num-traits]
version = "0.2"

[dependencies.option_type]
version = "0.1"
features = ["utoipa"]

[dependencies.plotly]
version = "0.14"
features = [
    "static_export_default",
    "static_export_default",
]
optional = true
default-features = false

[dependencies.positive]
version = "0.4"
features = ["utoipa"]

[dependencies.pretty-simple-display]
version = "0.1"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.rand]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.rayon]
version = "1.11"

[dependencies.reqwest]
version = "0.13"
features = ["json"]
optional = true

[dependencies.rust_decimal]
version = "1.40"
features = [
    "maths",
    "serde",
    "maths",
    "serde",
]

[dependencies.rust_decimal_macros]
version = "1.40"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.utoipa]
version = "5.4"
features = [
    "axum_extras",
    "chrono",
    "decimal",
    "axum_extras",
    "chrono",
    "decimal",
]

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "serde",
    "v4",
    "serde",
]

[dependencies.zip]
version = "6.0"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]
default-features = false

[dev-dependencies.mockall]
version = "0.14"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.tempfile]
version = "3.23"