fang_oost_option 0.30.1

A library implementing Fang and Oosterlee's algorithm for option pricing.
Documentation
[package]
name = "fang_oost_option"
version = "0.30.1"
authors = ["Daniel Stahl <danstahl1138@gmail.com>"]
homepage = "https://github.com/phillyfan1138/fang_oost_option_rust"
repository = "https://github.com/phillyfan1138/fang_oost_option_rust"
readme = "README.md"
license = "MIT"
description = "A library implementing Fang and Oosterlee's algorithm for option pricing."
edition = "2018"

[dependencies]
num = "0.2"
rayon = "1.4.1"
num-complex = "0.2"
fang_oost = "0.14.0"
serde = "1.0"
serde_derive = "1.0"
black_scholes = "0.5"

[dev-dependencies]
approx = "0.2.0"

cf_functions = "0.14.0"
criterion = "0.2"

[[bench]]
name = "option_price_bench"
harness = false

[badges]
travis-ci = { repository = "phillyfan1138/fang_oost_option_rust" }