digifi 3.0.10

General purpose financial library and framework for financial modelling, portfolio optimisation, and asset pricing.
Documentation
# 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 = "digifi"
version = "3.0.10"
build = false
exclude = ["cargo_commands.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General purpose financial library and framework for financial modelling, portfolio optimisation, and asset pricing."
homepage = "https://github.com/Digital-Finance-DigiFi/digifi"
documentation = "https://docs.rs/digifi"
readme = "README.md"
keywords = [
    "stochastic",
    "portfolio",
    "pricing",
    "investment",
    "asset",
]
categories = [
    "finance",
    "mathematics",
    "science",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Digital-Finance-DigiFi/digifi"

[features]
plotly = ["dep:plotly"]
sample_data = []
serde = ["dep:serde"]

[lib]
name = "digifi"
path = "src/lib.rs"

[dependencies.nalgebra]
version = "0.34.2"

[dependencies.ndarray]
version = "0.17.2"
features = ["serde"]

[dependencies.plotly]
version = "0.14.1"
features = ["plotly_ndarray"]
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true