# 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 = "fractus" version = "0.1.11" authors = ["GlacierSG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptographic attack library for Rust and Python" readme = "README.md" keywords = [ "crypto", "attack", ] license = "MIT" repository = "https://github.com/GlacierSG/fractus" [lib] name = "fractus" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.amalie] version = "0.1.2" [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.itertools] version = "0.13.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.pem] version = "3.0.4" [dependencies.pyo3] version = "0.22.0" features = [ "extension-module", "num-bigint", ] optional = true [dependencies.rayon] version = "1.10.0" [dependencies.rsa] version = "0.9.6" [dependencies.thiserror] version = "1.0.63" [dependencies.x509-parser] version = "0.16.0"