# 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 = "2018" name = "fin-calc" version = "0.1.0" description = "Financial math calculations" license = "MIT" [profile.release] opt-level = "z" [lib] crate-type = ["cdylib"] [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.getrandom] version = "0.2.3" features = ["js"] [dependencies.js-sys] version = "0.3.55" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.statrs] version = "0.16.0" [dependencies.time_series_generator] version = "0.3.0" [dependencies.wasm-bindgen] version = "0.2.78" features = ["serde-serialize"]