aha-misc 0.0.2

Aha's Mischief Maker
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 = "aha-misc"
version = "0.0.2"
authors = ["qrzbing <qrzbingfoxmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aha's Mischief Maker"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/qrzbing/aha-misc"

[features]
default = []
openssl = ["dep:openssl"]
rustls = [
    "dep:rustls",
    "dep:rustls-pemfile",
    "dep:tokio",
    "dep:tokio-rustls",
    "dep:webpki-roots",
]

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

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.libafl]
version = "0.15.3"

[dependencies.libafl_bolts]
version = "0.15.3"

[dependencies.libc]
version = "0.2.176"

[dependencies.log]
version = "0.4.28"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.openssl]
version = "0.10.73"
optional = true

[dependencies.rustls]
version = "0.23.35"
optional = true

[dependencies.rustls-pemfile]
version = "2.2.0"
optional = true

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

[dependencies.sysinfo]
version = "0.36.1"

[dependencies.tokio]
version = "1.48.0"
features = [
    "net",
    "io-util",
    "rt",
]
optional = true

[dependencies.tokio-rustls]
version = "0.26.4"
optional = true

[dependencies.webpki-roots]
version = "1.0.4"
optional = true

[build-dependencies.cc]
version = "1.2.38"