[[bench]]
harness = false
name = "bench"
[dependencies.num-complex]
version = "0.4.4"
[dependencies.num-traits]
version = "0.2.16"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.fastapprox]
version = "0.3.1"
[dev-dependencies.rand]
version = "0.8.5"
[features]
default = ["f32"]
f32 = []
f64 = []
[lib]
name = "wright_omega"
[package]
authors = ["Noah Nachtigall <noah.nachtigall@gmail.com>"]
categories = ["mathematics", "science"]
description = "A Rust implementation of the Wright Omega function"
edition = "2021"
exclude = ["/benches/bench_python.py"]
keywords = ["mathematics", "special-functions", "wright-omega"]
license = "MIT"
name = "wright_omega"
readme = "README.md"
repository = "https://github.com/tectin0/wrightomega-rs"
version = "0.1.1"