big_num_math 6.0.0

Unostentatious library for computations on large numbers.
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 = "big_num_math"
version = "6.0.0"
authors = ["software9119.technology"]
build = false
exclude = [
    "/note",
    "/rustfmt.toml.disabled",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unostentatious library for computations on large numbers."
documentation = "https://docs.rs/big_num_math/latest/big_num_math/"
readme = "README.md"
keywords = [
    "large-numbers",
    "big-int",
    "bigint",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/deep-outcome/big_num_math"

[features]
ext-tests = []
ext-tests2 = []
ext-tests3 = []
one-power-mulmul-support = []
shorter-dividend-support = []

[lib]
name = "big_num_math"
path = "src/lib.rs"