# 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_math" version = "0.3.1" 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_math" path = "src/lib.rs" [dependencies.RustQuant_autodiff] version = "0.3.1" [dependencies.RustQuant_error] version = "0.3.1" [dependencies.RustQuant_utils] version = "0.3.1" [dependencies.errorfunctions] version = "0.2.0" [dependencies.num] version = "0.4.1" features = ["rand"] [dependencies.polars] version = "0.44.0" features = ["docs-selection"] [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rust_decimal] version = "1.34.3" [dependencies.statrs] version = "0.17.1" [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"