rug 1.11.0

Arbitrary-precision integers, rational, floating-point and complex numbers based on GMP, MPFR and MPC
Documentation
[dependencies.az]
version = "1"

[dependencies.gmp-mpfr-sys]
default-features = false
optional = true
version = "~1.4"

[dependencies.libc]
default-features = false
version = "0.2.44"

[dependencies.serde]
optional = true
version = "1.0.25"
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.byteorder]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_test]
version = "1"

[features]
complex = ["float", "gmp-mpfr-sys/mpc"]
default = ["integer", "rational", "float", "complex", "rand"]
fail-on-warnings = []
float = ["gmp-mpfr-sys/mpfr"]
integer = ["gmp-mpfr-sys"]
rand = ["integer"]
rational = ["integer"]

[package]
authors = ["Trevor Spiteri <trevor.spiteri@um.edu.mt>"]
categories = ["api-bindings", "science"]
description = "Arbitrary-precision integers, rational, floating-point and complex numbers based on GMP, MPFR and MPC"
documentation = "https://docs.rs/rug"
edition = "2018"
keywords = ["gmp", "bignum", "mathematics", "numerics"]
license = "LGPL-3.0+"
name = "rug"
readme = "README.md"
repository = "https://gitlab.com/tspiteri/rug"
version = "1.11.0"
[package.metadata.docs.rs]
features = ["serde"]