sked 0.3.0

utilities pack for pentest
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 = "2024"
name = "sked"
version = "0.3.0"
authors = ["Nawasan <nawasan.dev@gmail.com>"]
build = false
include = [
    "src/",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "sked"
description = "utilities pack for pentest"
readme = "README.md"
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/ZocketZero/sked"

[features]
bitcoin = []
brute-path = []
completions = []
default = [
    "public",
    "sum",
    "brute-path",
    "completions",
    "bitcoin",
]
public = []
sum = []

[lib]
name = "sked"
path = "src/lib.rs"

[[bin]]
name = "btc"
path = "src/bin/btc.rs"
required-features = ["bitcoin"]

[[bin]]
name = "sked"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.btc-wallet]
version = "0.0.1"

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

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.colored]
version = "3.1.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"

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

[dependencies.tokio-test]
version = "0.4.5"