[package]
name = "const-arithmetic"
version = "1.0.2"
edition = "2021"
authors = ["Darin Chau <yfdchau@connect.ust.hk>"]
license = "MIT"
keywords = ["const", "generics", "compile-time", "integer", "arithmetic"]
categories = ["algorithms", "mathematics"]
description = "Exploits Rust's type generic system to perform integer arithmetics at compile time."
homepage = "https://github.com/darinchau/const-arithmetic"
repository = "https://github.com/darinchau/const-arithmetic"
readme = "README.md"
[dependencies]
const-arith-macros-178 = { version = "~0.1.0", path = "./const-arith-macros"}