[package] name = "cinter" version = "0.1.0" license = "MIT" edition = "2024" authors = ["bend-n "] description = "const usable bigints" repository = "https://git.bendn.org/cinter" keywords = ["mathematics", "numerics", "bignum", "const"] categories = ["algorithms", "data-structures", "science"] [dev-dependencies] rand = { version = "0.10.0", default-features = false, features = ["std", "thread_rng"] }