gmp-mpfr-sys 1.0.6

Rust FFI bindings for GMP, MPFR and MPC
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gmp-mpfr-sys"
version = "1.0.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", "mpfr", "mpc", "mathematics", "numerics"]
categories = ["external-ffi-bindings", "science"]
license = "LGPL-3.0+"
repository = "https://gitlab.com/tspiteri/gmp-mpfr-sys"

[features]
default = ["mpfr", "mpc"]
mpfr = []
ctest = []
cnotest = []
mpc = ["mpfr"]