fin-calc 0.1.0

Financial math calculations
Documentation
[package]
name = "fin-calc"
version = "0.1.0"
edition = "2018"
description = "Financial math calculations"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib"]

[dependencies]
statrs = "0.16.0"
rand = "0.8.4"
wasm-bindgen = {version="0.2.78", features=["serde-serialize"]}
getrandom = { version = "0.2.3", features = ["js"] }
time_series_generator = "0.3.0"
serde = { version = "1.0.130", features = ["derive"] }
js-sys = "0.3.55"
console_error_panic_hook = "0.1.7"

[profile.release]
opt-level = 'z'