optionchain_simulator 0.2.13

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.
# Generated by Cargo
# will have compiled files and executables
debug/
target/
**/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
**/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.idea/
.run/
.env
.local/
/Docker/.erlang.cookie
/Doc/.*.drawio.bkp
/**/.DS_Store
src/.DS_Store
/*.profraw
/coverage/*.info
/cobertura.xml
/tarpaulin-report.html
.secrets
# Claude local working assets (see rules/CLAUDE_SETUP.md)
.claude/
rules/
CLAUDE.md
AGENTS.md