optionchain_simulator 0.0.3

OptionChain-Simulator is a lightweight REST API service that simulates an evolving option chain with every request. It is designed for developers building or testing trading systems, backtesters, and visual tools that depend on option data streams but want to avoid relying on live data feeds.
# 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 = "optionchain_simulator"
version = "0.0.3"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OptionChain-Simulator is a lightweight REST API service that simulates an evolving option chain with every request. It is designed for developers building or testing trading systems, backtesters, and visual tools that depend on option data streams but want to avoid relying on live data feeds."
homepage = "https://github.com/joaquinbejar/OptionChain-Simulator"
readme = "README.md"
keywords = [
    "finance",
    "options",
    "trading",
]
categories = [
    "finance",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/OptionChain-Simulator"

[lib]
name = "optionchain_simulator"
path = "src/lib.rs"

[[bin]]
name = "optionchain_simulator"
path = "src/main.rs"

[dependencies.actix-files]
version = "0.6.6"

[dependencies.actix-web]
version = "4.10.2"
features = ["rustls"]

[dependencies.async-trait]
version = "0.1.88"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.clickhouse]
version = "0.13.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.mongodb]
version = "3.2.3"

[dependencies.optionstratlib]
version = "=0.7.3"

[dependencies.prometheus]
version = "0.14.0"

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_distr]
version = "0.5"

[dependencies.redis]
version = "0.32"

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

[dependencies.rust_decimal_macros]
version = "1.37.1"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.utoipa]
version = "5.3.1"
features = ["actix_extras"]

[dependencies.utoipa-swagger-ui]
version = "9.0.1"
features = ["actix-web"]

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

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

[dev-dependencies.once_cell]
version = "1.21.3"

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

[dev-dependencies.tokio]
version = "1.44.2"
features = [
    "full",
    "test-util",
]