ieee754 0.2.6

Low-level manipulations of IEEE754 floating-point numbers.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ieee754"
version = "0.2.6"
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = "Low-level manipulations of IEEE754 floating-point numbers.\n"
homepage = "https://github.com/huonw/ieee754"
documentation = "http://docs.rs/ieee754"
readme = "README.md"
keywords = ["floating-point", "mathematics", "numerics", "float", "no_std"]
categories = ["no-std", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/huonw/ieee754"

[[bench]]
name = "iter"
harness = false

[[bench]]
name = "cmp"
harness = false
[dev-dependencies.criterion]
version = "0.2"

[features]
unstable = []