# 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 = "blackscholes" version = "0.24.0" authors = ["Hayden Rose"] description = "Black-Scholes option pricing model calculator" documentation = "https://docs.rs/blackscholes" readme = "README.md" keywords = [ "finance", "option", "pricing", "blackscholes", "option-pricing", ] license = "MIT" repository = "https://github.com/hayden4r4/blackscholes-rust" [[bench]] name = "pricing" harness = false [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.statrs] version = "0.16" [dev-dependencies.criterion] version = "0.5" [build-dependencies.cc] version = "1.0" features = ["parallel"]