gmp-mpfr-sys 1.4.12

Rust FFI bindings for GMP, MPFR and MPC
Documentation
[dependencies.libc]
default-features = false
version = "0.2.44"

[features]
c-no-tests = []
cnodelete = []
default = ["mpfr", "mpc"]
fail-on-warnings = []
force-cross = []
mpc = ["mpfr"]
mpfr = []
use-system-libs = []

[package]
build = "build.rs"
categories = ["external-ffi-bindings", "mathematics", "no-std"]
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"
rust-version = "1.37"
version = "1.4.12"
[target."cfg(target_os = \"windows\")".build-dependencies.winapi]
features = ["combaseapi", "knownfolders", "shlobj", "winbase", "winerror"]
version = "0.3"