# 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 = "RustyQLib" version = "0.0.1" authors = ["Siddharth Singh"] description = "RustyQLib is a lightweight yet robust quantitative finance library designed to price derivatives and perform risk analysis" homepage = "https://github.com/siddharthqs/RustyQLib" readme = "README.md" keywords = [ "quantitative-finance", "derivatives", "monte-carlo", "black-scholes", "cli", ] categories = [ "command-line", "quant", "monte-carlo", "finance", ] license = "MIT" repository = "https://github.com/siddharthqs/RustyQLib" [dependencies.bincode] version = "1.3.1" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.csv] version = "1.1" [dependencies.libm] version = "0.2.1" [dependencies.ndarray] version = "0.15" [dependencies.probability] version = "0.18.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.3" [dependencies.rand_pcg] version = " 0.3.1" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25"