[package] name = "bare_metal_modulo" version = "1.2.4" authors = ["gjf2a "] edition = "2021" description = "ModNum is a highly ergonomic modular arithmetic struct intended for no_std use" readme = "README.md" homepage = "https://github.com/gjf2a/bare_metal_modulo" repository = "https://github.com/gjf2a/bare_metal_modulo" license = "MIT OR Apache-2.0" keywords = ["modulo-arithmetic", "modular-arithmetic", "no-std", "modular", "modulo"] categories = ["no-std", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dependencies.num] version = "0.4" default-features = false