[package]
name = "gmp-mpfr-sys"
version = "1.0.8"
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", "mpfr", "mpc", "bignum", "mathematics"]
categories = ["external-ffi-bindings", "science"]
license = "LGPL-3.0+"
repository = "https://gitlab.com/tspiteri/gmp-mpfr-sys"
[features]
default = ["mpfr", "mpc"]
ctest = []
mpc = ["mpfr"]
cnotest = []
mpfr = []
[badges.maintenance]
status = "actively-developed"