[package] name = "puruspe" version = "0.3.0" authors = ["Axect "] description = "Pure Rust Special function library" edition = "2018" repository = "https://github.com/Axect/puruspe" categories = ["science"] keywords = ["gamma", "special", "beta", "erf"] exclude = ["src/bin/", "examples/", "scripts/"] license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", "--cfg", "docsrs"] [dependencies] lambert_w = { version = "1.0.0", default-features = false, features = ["std"] } [dev-dependencies] peroxide = { version = "0.37", features = ["plot"] } approx = "0.5"