azathoth-utils 0.1.2

Small utilities crate for the AzathothC2 framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "azathoth-utils"
version = "0.1.2"
edition = "2024"
license="MIT"
repository = "https://github.com/AzathothC2/azathoth_utils"
description = "Small utilities crate for the AzathothC2 framework"

[dependencies]
azathoth-core = "0.1.1"


[features]
default = ["psearch", "codec", "hasher", "formatter"]
psearch = []
codec = []
hasher = []
formatter = []