[dependencies.RustQuant_autodiff]
version = "0.4.0"
[dependencies.RustQuant_error]
version = "0.4.0"
[dependencies.RustQuant_math]
version = "0.4.0"
[dependencies.RustQuant_utils]
version = "0.4.0"
[dependencies.errorfunctions]
version = "0.2.0"
[dependencies.nalgebra]
version = "0.33.0"
[dev-dependencies]
[lib]
name = "RustQuant_ml"
path = "src/lib.rs"
[lints.clippy]
doc_markdown = "allow"
undocumented_unsafe_blocks = "forbid"
[lints.rust]
missing_docs = "forbid"
non_snake_case = "allow"
[package]
authors = ["avhz <RustQuantContact@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["finance", "mathematics", "science", "algorithms", "simulation"]
description = "A Rust library for quantitative finance."
edition = "2021"
keywords = ["quantitative", "finance", "option-pricing", "monte-carlo", "quantlib"]
license = "MIT OR Apache-2.0"
name = "RustQuant_ml"
readme = "README.md"
repository = "https://github.com/avhz/RustQuant"
version = "0.4.0"
[package.metadata]
workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-in-header", "katex.html", "--cfg", "docsrs"]