# 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 = "qd" version = "0.6.0" authors = ["sarah <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extended precision floating point arithmetic" readme = "README.md" keywords = [ "math", "floating-point", "precision", ] license = "MIT" repository = "https://github.com/sarah-ek/qd/" [lib] name = "qd" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.bytemuck] version = "1.0" [dependencies.coe-rs] version = "0.1.2" [dependencies.faer-entity] version = "0.19.0" optional = true default-features = false [dependencies.libm] version = "0.2.8" [dependencies.num-traits] version = "0.2.19" [dependencies.pulp] version = "0.18.21" [dev-dependencies.aligned-vec] version = "0.5.0" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.equator] version = "0.1.10" [dev-dependencies.pulp] version = "0.18.8" features = ["nightly"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rug] version = "1.19.2" [features] default = [ "faer", "std", ] faer = ["faer-entity"] std = [ "pulp/std", "faer-entity/std", ]