# 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 = "spawn-stochastic" version = "0.1.0" authors = ["nzengi "] 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"