# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "polylog" version = "2.6.0" authors = ["Alexander Voigt "] description = "Rust implementation of polylogarithms." homepage = "https://github.com/Expander/polylog" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/Expander/polylog" [[bench]] name = "li" harness = false [dependencies.num] version = "0.4" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]