[package] name = "rsfinance" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Sebastian Bugal <www.sebastianbugal.com>"] description = "Simple option pricing crate." keywords = ["finance", "option", "pricing"] repository = "https://github.com/sebastianbugal/rsFin" documentation = "https://github.com/sebastianbugal/rsFin" homepage = "https://github.com/sebastianbugal/rsFin" readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] statrs = "0.16.0" rand_distr = "0.4.3" rand = "0.8.5"