rug 0.6.0

Arbitrary-precision big numbers based on 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 = "rug"
version = "0.6.0"
authors = ["Trevor Spiteri <trevor.spiteri@um.edu.mt>"]
build = "build.rs"
description = "Arbitrary-precision big numbers based on GMP, MPFR and MPC"
documentation = "https://docs.rs/rug/"
readme = "README.md"
keywords = ["gmp", "mpfr", "mpc", "bignum", "mathematics"]
categories = ["api-bindings", "science"]
license = "LGPL-3.0+"
repository = "https://gitlab.com/tspiteri/rug"
[dependencies.gmp-mpfr-sys]
version = "1.0.6"
optional = true
default-features = false

[features]
rational = ["integer", "gmp-mpfr-sys"]
rand = ["integer", "gmp-mpfr-sys"]
complex = ["float", "gmp-mpfr-sys/mpfr", "gmp-mpfr-sys/mpc"]
default = ["integer", "rational", "float", "complex", "rand"]
integer = ["gmp-mpfr-sys"]
float = ["gmp-mpfr-sys/mpfr"]