# 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 = "2.0.0" build = false exclude = ["cargo_commands.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "General purpose financial library and framework for financial modelling, portfolio optimization, 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" [lib] name = "digifi" path = "src/lib.rs" [dependencies.nalgebra] version = "0.33.0" [dependencies.ndarray] version = "0.15.6" [features] sample_data = []