# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bulk-gcd" version = "2.2.0" authors = ["Fedor Indutny "] exclude = [".travis.yml"] description = "Fast parallel bulk GCD computation for finding weak RSA keys in a set" readme = "README.md" keywords = ["bulk", "gcd", "fastgcd"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/indutny/bulk-gcd" [dependencies.clap] version = "^2.32.0" [dependencies.env_logger] version = "^0.6.0" [dependencies.log] version = "^0.4.6" [dependencies.rayon] version = "^1.0.3" [dependencies.rug] version = "^1.2.2" features = ["integer"] default-features = false [badges.travis-ci] repository = "indutny/bulk-gcd"