# 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 = "primecount" version = "0.2.1" authors = ["Madiyar Aitbayev (madiyar92@gmail.com)"] build = "build.rs" description = """ Rust wrapper for https://github.com/kimwalisch/primecount """ homepage = "https://github.com/maitbayev/primecount-rs" documentation = "https://docs.rs/primecount" readme = "README.md" keywords = [ "math", "algorithms", "primecount", "prime", ] license-file = "LICENSE" repository = "https://github.com/maitbayev/primecount-rs" [dependencies] [build-dependencies.cmake] version = "0.1.44"