simple-soft-float 0.1.0

soft-float library that intends to be a straightforward reference implementation of IEEE 754
Documentation
[dependencies.algebraics]
version = ">= 0.1.2, < 0.2"

[dependencies.bitflags]
version = "1.2"

[dependencies.num-bigint]
version = "0.2"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-rational]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
optional = true
version = "1.2"

[dependencies.pyo3]
features = ["num-bigint"]
optional = true
version = "0.8.4"

[features]
default = []
python = ["pyo3", "once_cell"]
python-extension = ["python", "pyo3/extension-module"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "simple_soft_float"

[package]
authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
description = "soft-float library that intends to be a straightforward reference implementation of IEEE 754"
edition = "2018"
license = "LGPL-2.1-or-later"
name = "simple-soft-float"
readme = "README.md"
repository = "https://salsa.debian.org/Kazan-team/simple-soft-float"
version = "0.1.0"