# 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 = "optionstratlib" version = "0.2.1" 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 = "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" [lib] name = "optionstratlib" path = "src/lib.rs" [[example]] name = "option_chain" path = "examples/option_chain.rs" [[example]] name = "option_chain_from_random_walk" path = "examples/option_chain_from_random_walk.rs" [[example]] name = "option_graph" path = "examples/option_graph.rs" [[example]] name = "position_graph" path = "examples/position_graph.rs" [[example]] name = "random_walk" path = "examples/random_walk.rs" [[example]] name = "risk-free-rate" path = "examples/risk-free-rate.rs" [[example]] name = "strategy_bull_call_spread" path = "examples/strategy_bull_call_spread.rs" [[example]] name = "strategy_call_butterfly" path = "examples/strategy_call_butterfly.rs" [[example]] name = "strategy_call_butterfly_best_area" path = "examples/strategy_call_butterfly_best_area.rs" [[example]] name = "strategy_call_butterfly_best_ratio" path = "examples/strategy_call_butterfly_best_ratio.rs" [[example]] name = "strategy_custom" path = "examples/strategy_custom.rs" [[example]] name = "strategy_graph" path = "examples/strategy_graph.rs" [[example]] name = "strategy_iron_condor" path = "examples/strategy_iron_condor.rs" [[example]] name = "strategy_long_strangle" path = "examples/strategy_long_strangle.rs" [[example]] name = "strategy_poor_mans_covered_call" path = "examples/strategy_poor_mans_covered_call.rs" [[example]] name = "strategy_short_strangle" path = "examples/strategy_short_strangle.rs" [[example]] name = "strategy_short_strangle_delta" path = "examples/strategy_short_strangle_delta.rs" [[example]] name = "time-and-rate" path = "examples/time-and-rate.rs" [[example]] name = "volatility" path = "examples/volatility.rs" [[example]] name = "volatility_utils" path = "examples/volatility_utils.rs" [[test]] name = "tests" path = "tests/unit/mod.rs" [dependencies.approx] version = "0.5.1" [dependencies.chrono] version = "0.4.38" [dependencies.csv] version = "1.3.0" [dependencies.num-traits] version = "0.2.14" [dependencies.plotters] version = "0.3.7" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [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"