[package] name = "integer-cbrt" description = """ An implementation of integer cube root algorithm for primitive rust types""" version = "0.1.2" authors = ["Mauro Lacy "] include = ["src/**/*.rs", "Cargo.toml"] repository = "https://github.com/maurolacy/integer-cbrt-rs" readme = "README.md" keywords = ["integer", "cube", "root", "icbrt", "cbrt"] categories = ["algorithms", "no-std"] license = "GPL-3.0-or-later" [dependencies] num-traits = { version = "0.2", default-features = false }