# 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" rust-version = "1.56.1" name = "rmathlib" version = "1.1.0" authors = [ "Rik Huijzer ", "Jose Storopoli ", ] include = [ "src/", "LICENSE", "README.md", ] description = "A Rust Port of R's C Library of Special Functions" homepage = "https://github.com/tla-org/rmathlib" documentation = "https://docs.rs/rmathlib" readme = "README.md" keywords = [ "math", "probability", "statistics", "stats", "distribution", ] categories = [ "science", "mathematics", "algorithms", ] license = "GPL-2.0-or-later" repository = "https://github.com/tla-org/rmathlib" [dependencies.libm] version = "0.2"