rug 0.9.3

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

[dependencies.serde]
version = "1.0.25"
optional = true
[dev-dependencies.bincode]
version = "0.9.2"

[dev-dependencies.byteorder]
version = "1.0.0"

[dev-dependencies.serde_json]
version = "1.0.0"

[dev-dependencies.serde_test]
version = "1.0.0"

[features]
complex = ["float", "gmp-mpfr-sys/mpfr", "gmp-mpfr-sys/mpc"]
default = ["integer", "rational", "float", "complex", "rand"]
float = ["gmp-mpfr-sys/mpfr"]
integer = ["gmp-mpfr-sys"]
rand = ["integer", "gmp-mpfr-sys"]
rational = ["integer", "gmp-mpfr-sys"]
[badges.maintenance]
status = "actively-developed"