[package] name = "polylog" version = "2.6.0" authors = ["Alexander Voigt "] license = "LGPL-3.0-only" readme = "README.md" description = "Rust implementation of polylogarithms." homepage = "https://github.com/Expander/polylog" repository = "https://github.com/Expander/polylog" edition = '2018' [dependencies] num = "0.4" [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "li" harness = false