# 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" version = "1.1.1" authors = ["xdDudeGuy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Math without overflow, creates an enum and a macro to help mitigate any overflow while multiplying and adding" readme = "README.md" keywords = [ "math", "overflow", ] license = "GPL-3.0-only" repository = "https://github.com/XDDudeGuy/safe_math" [lib] name = "safe_math" crate-type = ["lib"] path = "src/safe_operations.rs" edition = "2021" [dependencies]