[package] name = "bigint-base10" version = "0.1.1" authors = ["Ryan Chan "] license = "Unlicense" readme = "README.md" description = "Experimental API for dealing with big integers in base-ten" repository = "https://gitlab.com/rycwo/bigint-base10" keywords = [ "base-10", "bigint", "integer", "mathematics", ] categories = [ "algorithms", "data-structures", "parsing", ] edition = "2018" exclude = [".gitlab-ci.yml"] [badges] gitlab = { repository = "rycwo/bigint-base10" } maintenance = { status = "experimental" } [dependencies]