[package]
name = "gmp-mpfr-sys"
version = "1.1.6"
authors = ["Trevor Spiteri <trevor.spiteri@um.edu.mt>"]
build = "build.rs"
links = "gmp"
description = "Rust FFI bindings for GMP, MPFR and MPC"
documentation = "https://docs.rs/gmp-mpfr-sys"
readme = "README.md"
keywords = ["gmp", "bignum", "mathematics", "numerics"]
categories = ["external-ffi-bindings", "science"]
license = "LGPL-3.0+"
repository = "https://gitlab.com/tspiteri/gmp-mpfr-sys"
[dependencies.libc]
version = "0.2"
[features]
cnotest = []
ctest = []
default = ["mpfr", "mpc"]
mpc = ["mpfr"]
mpfr = []