[go: up one dir, main page]

accurate 0.3.0

(more or less) accurate floating point algorithms
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "accurate"
version = "0.3.0"
authors = ["Benedikt Steinbusch <ben@rockshrub.de>"]
build = "build.rs"
description = "(more or less) accurate floating point algorithms"
homepage = "https://github.com/bsteinb/accurate"
documentation = "http://bsteinb.github.io/accurate/"
readme = "README.md"
keywords = ["floating-point", "accurate"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bsteinb/accurate"

[[bench]]
name = "criterion"
harness = false
[dependencies.cfg-if]
version = "0.1"

[dependencies.ieee754]
version = "0.2"

[dependencies.num]
version = "0.1"

[dependencies.rayon]
version = "1"
optional = true
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.criterion-plot]
version = "0.2"

[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.rug]
version = "1.0"

[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"

[features]
clippy = []
default = ["parallel"]
fma = []
lint = ["clippy"]
parallel = ["rayon"]