# 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 = "implied-vol" version = "1.0.0" authors = ["Hikaru Nakashima "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure rust implementation of Peter Jäckel's implied volatility calculation" readme = "README.md" keywords = ["finance"] categories = ["finance"] license-file = "LICENSE" repository = "https://github.com/nakashima-hikaru/implied-vol" [profile.bench] lto = true [lib] name = "implied_vol" path = "src/lib.rs" [[bench]] name = "implied_black_vol" path = "benches/implied_black_vol.rs" [[bench]] name = "implied_normal_vol" path = "benches/implied_normal_vol.rs" [dependencies] [dev-dependencies.rand] version = "0.8.5" [features] default = [] error-function = [] normal-distribution = []