# 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" rust-version = "1.74.1" name = "f256" version = "0.5.0" authors = ["Michael Amrhein "] exclude = [ "analysis/*", "tests/*", ] description = "Octuple-precision floating-point arithmetic." homepage = "https://github.com/mamrhein/f256.rs" documentation = "https://docs.rs/f256/" readme = "README.md" keywords = [ "number", "precision", "floating-point", "arithmetics", ] categories = [ "data-structures", "mathematics", ] license-file = "LICENSE.TXT" repository = "https://github.com/mamrhein/f256.rs" [dependencies.f256_pow10_div_pow2_lut] version = "0.1.0" [dependencies.f256_pow2_div_pow10_lut] version = "0.2.0" [dependencies.f256_pow2_div_pow5_lut] version = "0.1.0" [dependencies.f256_pow5_div_pow2_lut] version = "0.1.0" [dependencies.num-traits] version = "0.2.0" optional = true [dev-dependencies.csv] version = "1.1" [dev-dependencies.serde] version = "1" features = ["derive"] [features] default = ["std"] std = []