gmp-mpfr-sys 1.5.3

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 = "2021"
keywords = ["bignum", "ffi", "gmp", "math", "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.65"
version = "1.5.3"
[target."cfg(target_os = \"windows\")".build-dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Globalization", "Win32_System_Com", "Win32_UI_Shell"]
version = "0.42"