mpmfnum 0.2.0

A numbers library in Rust
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mpmfnum"
version = "0.2.0"
authors = ["Brett Saiki bksaiki(at)gmail.com"]
description = "A numbers library in Rust"
homepage = "https://github.com/bksaiki/mpmfnum-rust"
readme = "README.md"
keywords = [
    "numerics",
    "math",
]
categories = ["mathematics"]
license = "MIT"

[dependencies.gmp-mpfr-sys]
version = "~1.6"

[dependencies.num-traits]
version = "0.2.17"

[dependencies.rug]
version = "1.22.0"
features = ["num-traits"]