# 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_python" version = "0.10.7" authors = ["Hayden Rose"] description = "Black-Scholes option pricing model calculator" documentation = "https://docs.rs/blackscholes_python" readme = "README.md" keywords = [ "finance", "option", "python", "blackscholes", "option-pricing", ] license = "MIT" repository = "https://github.com/hayden4r4/blackscholes-rust/tree/python_package" [lib] name = "blackscholes_python" crate-type = ["cdylib"] [dependencies.pyo3] version = "0.17.3" features = ["extension-module"] [dependencies.statrs] version = "0.16.0"