discord_bruter/Cargo.toml
spv 26ed7a32e9
added wordlist functionality
Signed-off-by: spv <spv0x04@proton.me>
2024-07-25 21:14:09 +02:00

26 lines
710 B
TOML

[package]
name = "discord_bruter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.5.11", features = ["derive"] }
console = "0.15.7"
crossterm = "0.27.0"
getset = "0.1.2"
json = "0.12.4"
log = "0.4.20"
rand = "0.8.5"
random-string = "1.0.1"
ratatui = "0.24.0"
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_derive = "1.0.193"
serde_json = "1.0.108"
strum = { version = "0.25.0", features = ["strum_macros", "derive"] }
strum_macros = "0.25.3"