# 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 = "RustQuant_stochastics" version = "0.4.0" authors = ["avhz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for quantitative finance." readme = "README.md" keywords = [ "quantitative", "finance", "option-pricing", "monte-carlo", "quantlib", ] categories = [ "finance", "mathematics", "science", "algorithms", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/avhz/RustQuant" [package.metadata] workspace = true [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--html-in-header", "katex.html", "--cfg", "docsrs", ] [lib] name = "RustQuant_stochastics" path = "src/lib.rs" [dependencies.RustQuant_math] version = "0.4.0" [dependencies.RustQuant_ml] version = "0.4.0" [dependencies.RustQuant_time] version = "0.4.0" [dependencies.RustQuant_utils] version = "0.4.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.ndarray] version = "0.16.1" features = ["rayon"] [dependencies.ndarray-rand] version = "0.15.0" [dependencies.ndrustfft] version = "0.5.0" [dependencies.num] version = "0.4.1" features = ["rand"] [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.9.0" [dependencies.time] version = "0.3.34" features = ["macros"] [dev-dependencies] [lints.clippy] doc_markdown = "allow" undocumented_unsafe_blocks = "forbid" [lints.rust] missing_docs = "forbid" non_snake_case = "allow"