# 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] name = "abrute" version = "0.1.10" authors = ["Daniel P. Clark <6ftdan@gmail.com>"] description = "AESCrypt Brute force attempter." homepage = "https://github.com/danielpclark/abrute" documentation = "http://danielpclark.github.io/abrute/index.html" readme = "README.md" keywords = [ "crypto", "text", "cryptography", "security", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/danielpclark/abrute" [dependencies.array_tool] version = "^1.0" [dependencies.clap] version = "~4.3.0" features = ["cargo"] [dependencies.digits] version = "~1.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.125" [dependencies.num_cpus] version = "~1.7" [dependencies.rayon] version = "~0.8.2" [dependencies.serde] version = "1.0.24" [dependencies.serde_json] version = "1.0.8" [dependencies.tempdir] version = "~0.3" [dependencies.tiny_http] version = "~0.8"