# 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 = "2018"
name = "veldora"
version = "0.2.1"
authors = ["tamton-aquib <aquibjavedt007@gmail.com>"]
description = "A command-line program to bruteforce zips, pdfs and some popular hashes."
homepage = "https://github.com/tamton-aquib/veldora"
documentation = "https://docs.rs/veldora"
readme = "README.md"
keywords = [
    "bruteforce",
    "dictionary",
    "zip",
    "pdf",
    "hash",
]
license = "MIT"
repository = "https://github.com/tamton-aquib/veldora"

[profile.optimized]
opt-level = "z"
inherits = "release"
strip = true

[dependencies.colored]
version = "2.0"

[dependencies.indicatif]
version = "0.17.0"

[dependencies.md-5]
version = "0.10.1"

[dependencies.pdf]
version = "0.7.2"

[dependencies.sha-1]
version = "0.10"

[dependencies.sha2]
version = "0.10.2"

[dependencies.tiger]
version = "0.2"

[dependencies.zip]
version = "0.6.2"