[package] name = "integer-sqrt" description = """ An implementation of integer square root algorithm for primitive rust types""" version = "0.1.0" authors = ["Richard Dodd "] include = ["src/**/*.rs", "Cargo.toml"] repository = "https://github.com/derekdreery/integer-sqrt-rs" readme = "README.md" keywords = ["integer", "square", "root", "isqrt", "sqrt"] categories = ["algorithms", "no-std"] license = "Apache-2.0/MIT"