# 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] edition = "2018" name = "rsa-solver" version = "0.1.0" authors = ["solomonu"] description = "Uses various attacks against RSA to efficiently brute-force m from c, e, and n." readme = "README.md" keywords = ["rsa"] categories = ["algorithms", "concurrency", "cryptography"] license = "CC0-1.0" repository = "https://github.com/sollyucko/rsa-solver" [dependencies.crossbeam-channel] version = "0.4" [dependencies.futures-core] version = "0.3" [dependencies.modinverse] version = "0.1" [dependencies.num-bigint] version = "0.2" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.primal-tokio] version = "0.1" [dependencies.tokio] version = "0.2" features = ["stream"] [dev-dependencies.tokio] version = "0.2" features = ["macros"]