# 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 = "2018" name = "puruspe" version = "0.3.0" authors = ["Axect "] build = false exclude = [ "src/bin/", "examples/", "scripts/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust Special function library" readme = "README.md" keywords = [ "gamma", "special", "beta", "erf", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/Axect/puruspe" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", "--cfg", "docsrs", ] [lib] name = "puruspe" path = "src/lib.rs" [[test]] name = "bessel_test" path = "tests/bessel_test.rs" [[test]] name = "beta_test" path = "tests/beta_test.rs" [[test]] name = "dawson_test" path = "tests/dawson_test.rs" [[test]] name = "erf_test" path = "tests/erf_test.rs" [[test]] name = "factorial_test" path = "tests/factorial_test.rs" [[test]] name = "gamma_test" path = "tests/gamma_test.rs" [[test]] name = "gammp_test" path = "tests/gammp_test.rs" [[test]] name = "lambert_w_test" path = "tests/lambert_w_test.rs" [dependencies.lambert_w] version = "1.0.0" features = ["std"] default-features = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.peroxide] version = "0.37" features = ["plot"]