# 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 = "rsacracker" version = "0.8.0" authors = ["skyf0l "] build = false include = [ "/src/**/*", "/Cargo.toml", "/LICENSE*", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Powerful RSA cracker for CTFs. Supports RSA, X509, OPENSSH in PEM and DER formats." readme = "README.md" keywords = [ "rsa", "cracker", "ctf", "crypto", "cryptography", ] categories = [ "cryptography", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/skyf0l/RsaCracker" [profile.dev] opt-level = 1 [profile.release] lto = true codegen-units = 1 [profile.test] opt-level = 2 [lib] name = "rsacracker" path = "src/lib.rs" [[bin]] name = "rsacracker" path = "src/main.rs" [dependencies.base-x] version = "0.2" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.discrete-logarithm] version = "1.0" [dependencies.display_bytes] version = "0.2" [dependencies.ecm] version = "1.0" features = ["progress-bar"] [dependencies.factordb] version = "0.3.0" features = ["blocking"] [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.5" [dependencies.main_error] version = "0.1" [dependencies.mpsc] version = "0.2" [dependencies.num_cpus] version = "1.15" [dependencies.openssl] version = "0.10" [dependencies.primal] version = "0.3" [dependencies.rayon] version = "1.10.0" [dependencies.rug] version = "1.26" features = [ "integer", "rand", "std", ] default-features = false [dependencies.ssh-key] version = "0.6" features = ["encryption"] [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.40" features = [ "rt", "rt-multi-thread", ] [dependencies.update-informer] version = "1.1"