# 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 = "wright_omega" version = "0.1.1" authors = ["Noah Nachtigall "] exclude = ["/benches/bench_python.py"] description = "A Rust implementation of the Wright Omega function" readme = "README.md" keywords = [ "mathematics", "special-functions", "wright-omega", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/tectin0/wrightomega-rs" [lib] name = "wright_omega" [[bench]] name = "bench" harness = false [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 = []