[package]
edition = "2021"
name = "spawn-stochastic"
version = "0.1.0"
authors = ["nzengi <zenginureddin1@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for simulating multiple stochastic processes including ABM, GBM, Ornstein-Uhlenbeck, Feller Square Root, and Brownian Bridge."
homepage = "https://github.com/nzengi/spawn-stochastic"
documentation = "https://docs.rs/spawn-stochastic"
readme = "README.md"
keywords = [
"stochastic",
"finance",
"simulation",
"mathematics",
]
categories = [
"science",
"simulation",
"mathematics",
"finance",
]
license = "MIT"
repository = "https://github.com/nzengi/spawn-stochastic"
[lib]
name = "spawn_stochastic"
path = "src/lib.rs"
[dependencies.rand]
version = "0.8"