# 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.64" name = "srmfpa" version = "0.1.1" authors = ["Kentaro Tatsumi "] exclude = [".*"] description = "Floating-point's four arithmetic operations (including fused multiply-add) and square root with strict rounding mode" readme = "README.md" keywords = [ "floating-point", "rounding-mode", "correct-rounding", ] categories = [ "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/paqira/srmfpa" [package.metadata.docs.rs] features = [ "f16_softfloat", "f128_softfloat", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.srmfpa-berkeley-softfloat-3] version = "=0.1.0" optional = true [build-dependencies.cc] version = "1" [features] f128 = [] f128_softfloat = ["dep:srmfpa-berkeley-softfloat-3"] f16 = [] f16_softfloat = ["dep:srmfpa-berkeley-softfloat-3"] f32_softfloat = ["dep:srmfpa-berkeley-softfloat-3"] f64_softfloat = ["dep:srmfpa-berkeley-softfloat-3"] softfloat = [ "f32_softfloat", "f64_softfloat", ]