[package] name = "mp-rs" version = "0.1.2" edition = "2021" description = "A mathematical library providing arbitrary-precision integer, rational, floating-point and complex number arithmetic based on GMP, MPFR and MPC" repository = "https://github.com/kspalaiologos/mp-rs" readme = "README.md" keywords = ["gmp", "bignum", "mathematics", "numerics"] categories = ["science"] license = "LGPL-3.0+" [dependencies] gmp-mpfr-sys = "1.4.10"