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