[package]
edition = "2021"
name = "safe_math_legacy"
version = "1.1.3"
authors = ["xdDudeGuy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deprecated! Math without overflow, creates an enum and a macro to help mitigate any overflow while multiplying and adding"
readme = "README.md"
keywords = [
"math",
"overflow",
"legacy",
]
license = "GPL-3.0-only"
repository = "https://github.com/XDDudeGuy/safe_math"
[lib]
name = "safe_math_legacy"
crate-type = ["lib"]
path = "src/safe_operations.rs"
edition = "2021"
[dependencies]