safe_math_legacy 1.1.3

Deprecated! Math without overflow, creates an enum and a macro to help mitigate any overflow while multiplying and adding
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 = "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]