[package] name = "special" version = "0.11.2" edition = "2021" license = "Apache-2.0 OR MIT" authors = [ "Abhishek Chanda ", "Albert Pang ", "Baxter Eaves ", "Christian Amsüss ", "Ivan Ukhov ", "Johanna Sörngård ", "Robert Bamler ", "Rúnar Berg Baugsson Sigríðarson ", "zolkko ", ] description = "The package provides special functions." documentation = "https://docs.rs/special" homepage = "https://github.com/stainless-steel/special" repository = "https://github.com/stainless-steel/special" readme = "README.md" categories = ["algorithms", "no-std::no-alloc", "science"] keywords = ["beta", "error", "lambert-w", "gamma"] [features] default = ["no_std"] no_std = ["lambert_w/libm"] std = ["lambert_w/std"] [dependencies] lambert_w = { version = "0.5.4", default-features = false, features = ["24bits", "50bits"] } libm = "0.2" [dev-dependencies] assert = "0.7" random = "0.12"