jaeckel 0.2.0

Rust port of Peter Jäckel's algorithms on http://www.jaeckel.org
Documentation
# 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 = "jaeckel"
version = "0.2.0"
authors = ["Yan Yangchun"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of Peter Jäckel's algorithms on http://www.jaeckel.org"
readme = "README.md"
keywords = [
    "finance",
    "black-scholes",
    "implied-volatility",
]
categories = [
    "mathematics",
    "finance",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/yan-yangchun/jaeckel-rs"

[lib]
name = "jaeckel"
path = "src/lib.rs"

[[test]]
name = "lets_be_rational"
path = "tests/lets_be_rational.rs"

[[bench]]
name = "lets_be_rational"
path = "benches/lets_be_rational.rs"
harness = false

[dev-dependencies.criterion]
version = "0.7.0"

[profile.release]
opt-level = 3
lto = true