[badges.appveyor]
repository = "starkat99/half-rs"
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "starkat99/half-rs"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"
[features]
serialize = ["serde"]
std = []
use-intrinsics = []
[package]
authors = ["Kathryn Long <squeeself@gmail.com>"]
categories = ["no-std", "data-structures", "encoding"]
description = "Half-precision floating point f16 type for Rust implementing the IEEE 754-2008 binary16 type."
keywords = ["f16", "no_std"]
license = "MIT/Apache-2.0"
name = "half"
readme = "README.md"
repository = "https://github.com/starkat99/half-rs"
version = "1.3.1"
[package.metadata.docs.rs]
features = ["std"]