# 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 = "option-pricing" version = "0.1.4" authors = ["oscar6echo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Option pricing: Black-Scholes, implied volatility with Newton-Raphson, Halley methods" readme = "README.md" keywords = [ "option-pricing", "black-scholes", "implied-vol", ] categories = [ "mathematics", "finance", ] license = "MIT" repository = "https://github.com/oscar6echo/option-pricing" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./src/katex.html", ] [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "option_pricing" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "2.0"