[package] name = "sirp" version = "0.1.1" edition = "2021" description = "Computing properties of factorials, k-factorials and SIRPs" homepage = "https://www.rust-cas.org/fun/misc/sirp.html" repository = "https://github.com/JASory/SIRP" author = ["J.A Sory j_a_sory@protonmail.com"] license = "MIT" readme = "Readme.md" categories = ["mathematics","algorithms"] keywords = ["combinatorics","factorial","bignum", "number-theory","fast"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] number-theory = "0.0.1"