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