[dependencies.amplify_num]
default-features = false
version = "0.5.3"
[dependencies.bitflags]
version = "2.4.1"
[features]
alloc = ["amplify_num/alloc"]
default = ["std"]
std = ["amplify_num/std"]
[lib]
name = "amplify_apfloat"
path = "src/lib.rs"
[package]
authors = ["The Rust Project Developers", "Yudai Kiyofuji <own7000hr@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std"]
description = "rustc_apfloat with u256 backend to utilize Octuple precision floating-point format"
edition = "2021"
homepage = "https://github.com/rust-amplify"
keywords = ["float"]
license = "MIT OR Apache-2.0"
name = "amplify_apfloat"
readme = "README.md"
repository = "https://github.com/rust-amplify/amplify-num"
rust-version = "1.61.0"
version = "0.3.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
optional = true
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.rand]
optional = true
version = "0.8.4"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"
[[test]]
name = "ieee"
path = "tests/ieee.rs"
[[test]]
name = "ppc"
path = "tests/ppc.rs"