# 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 = "errorfunctions" version = "0.2.0" authors = ["Joris De Ridder"] description = "Pure Rust package to compute the error function, Dawson's function, and Faddeeva's function for real and complex arguments." readme = "Readme.md" keywords = [ "errorfunction", "Dawson", "Faddeeva", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/JorisDeRidder/errorfunctions" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./src/html/docs-header.html", ] [dependencies.num] version = "0.4" [dependencies.num-complex] version = "0.4.2"