# 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 = "acid2" version = "0.2.1" authors = ["Matthew Cramerus "] description = "2-adic double-precision floating-point implementation" homepage = "https://github.com/suremarc/acid2" documentation = "https://docs.rs/acid2" readme = "README.md" keywords = [ "math", "modular", "float", "padic", "number", ] categories = [ "mathematics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/suremarc/acid2" resolver = "2" [package.metadata.docs.rs] features = [ "rand", "simd", ] all-features = true [[bench]] name = "arithmetic" harness = false [dependencies.libm] version = "0.2" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_distr] version = "0.4.3" optional = true [dev-dependencies.criterion] version = "0.3" [features] default = [] rand = [ "dep:rand", "dep:rand_distr", ] simd = []