# 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 = "compensated-summation" version = "0.3.0" authors = ["Federico Stra "] description = "Compensated summation algorithms for better precision." readme = "README.md" keywords = [ "sum", "summation", "numerical-error", "precision", "Kahan", ] categories = [ "algorithms", "mathematics", ] license = "MIT" repository = "https://github.com/FedericoStra/compensated-summation" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "katex-header.html", ] [lib] bench = false [[bench]] name = "bench" harness = false required-features = ["dev"] [dependencies.num-traits] version = "0.2.19" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.rand_xoshiro] version = "0.6.0" [features] dev = []