[dependencies.libc]
default-features = false
version = "0.2.44"
[features]
cnodelete = []
default = ["mpfr", "mpc"]
fail-on-warnings = []
force-cross = []
mpc = ["mpfr"]
mpfr = []
use-system-libs = []
[package]
authors = ["Trevor Spiteri <trevor.spiteri@um.edu.mt>"]
build = "build.rs"
categories = ["external-ffi-bindings", "no-std", "science"]
description = "Rust FFI bindings for GMP, MPFR and MPC"
documentation = "https://docs.rs/gmp-mpfr-sys"
edition = "2018"
keywords = ["gmp", "bignum", "mathematics", "numerics"]
license = "LGPL-3.0+"
links = "gmp"
name = "gmp-mpfr-sys"
readme = "README.md"
repository = "https://gitlab.com/tspiteri/gmp-mpfr-sys"
version = "1.3.1"
[target."cfg(target_os = \"windows\")".build-dependencies.winapi]
features = ["combaseapi", "knownfolders", "shlobj", "winbase", "winerror"]
version = "0.3"