[build-dependencies.rustc_version]
version = "0.2"
[dependencies.cfg-if]
version = "1.0.0"
[features]
default = ["std"]
std = []
[lib]
name = "float16"
path = "src/lib.rs"
[package]
authors = ["Kathryn Long <squeeself@gmail.com>", "Alex Huszagh <ahuszagh@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std", "data-structures", "encoding"]
description = "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
edition = "2021"
exclude = [".git*", ".editorconfig", ".circleci", "Makefile.toml", "clippy.toml", "rustfmt.toml"]
keywords = ["f16", "bfloat16", "no_std"]
license = "MIT OR Apache-2.0"
name = "float16"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/float16"
rust-version = "1.60"
version = "0.1.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]