[package] name = "safe-modular-arithmetic" version = "0.2.4" authors = ["Nick Mertin "] description = "Implementation of modular arithmetic algorithms for all integer types in an overflow-safe and const-compatible manner" edition = "2018" license = "Apache-2.0" repository = "https://gitlab.com/nickmertin/safe-modular-arithmetic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = { version = "0.2.14", default-features = false }