# 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 = "accurate" version = "0.4.1" authors = ["Benedikt Steinbusch "] exclude = ["/.github"] description = "(more or less) accurate floating point algorithms" homepage = "https://github.com/bsteinb/accurate" documentation = "http://docs.rs/accurate/" readme = "README.md" keywords = [ "floating-point", "accurate", "sum", "dot-product", ] categories = [ "algorithms", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bsteinb/accurate" [[bench]] name = "criterion" harness = false [dependencies.cfg-if] version = "1" [dependencies.embed-doc-image] version = "0.1" [dependencies.ieee754] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.criterion-plot] version = "0.5" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.num] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rug] version = "1.0" [features] clippy = [] default = ["parallel"] fma = [] lint = ["clippy"] parallel = ["rayon"]