[package] name = "generic_modular" version = "0.1.0" authors = ["chankyin "] edition = "2018" description = "Modular arithmetic library in Rust with generic number types" license = "Apache-2.0" categories = ["no-std", "science"] keywords = ["mod", "modular", "arithmetic"] repository = "https://github.com/chankyin/generic_modular.git" homepage = "https://github.com/chankyin/generic_modular" [dependencies] static_assertions = "0.3.3" [badges] travis-ci = { repository = "chankyin/generic_modular" }