fey 0.0.3

fey is a fast and reliable username scanner
Documentation
# 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 = "fey"
version = "0.0.3"
authors = ["k"]
description = "fey is a fast and reliable username scanner"
readme = "README.md"
categories = [
    "command-line-utilities",
    "username-scanner",
    "sherlock",
]
license = "GPL-3.0-only"
repository = "https://github.com/fey-project/fey/"

[dependencies.clap]
version = "4.4.6"
features = ["derive"]

[dependencies.dirs]
version = "5.0.1"

[dependencies.reqwest]
version = "0.11.22"

[dependencies.serde]
version = "1.0.189"
features = ["derive"]

[dependencies.tokio]
version = "1.33.0"
features = ["full"]