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