# 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 = "2021" name = "gmp-ecm" version = "0.1.0" authors = ["skyf0l"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust high-level bindings for GMP-ECM." readme = "README.md" keywords = [ "primes", "gmp", "bignum", "math", "ECM", ] categories = ["mathematics"] license = "LGPL-3.0+" repository = "https://github.com/skyf0l/gmp-ecm-rs" [lib] name = "gmp_ecm" path = "src/lib.rs" [[bin]] name = "gmp-ecm" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.gmp-ecm-sys] version = "0.1.0" [dependencies.gmp-mpfr-sys] version = "1.5" [dependencies.rug] version = "1" features = [ "integer", "rand", ] default-features = false [dependencies.update-informer] version = "1"