[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"