mace 0.1.4

Automated extration of malware configuration, focusing on C2 communication
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 = "mace"
version = "0.1.4"
authors = ["Niklas Frondorf <niklas@frondorf.eu>"]
build = false
include = [
    "src",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automated extration of malware configuration, focusing on C2 communication"
homepage = "https://github.com/0x6e66/mace"
documentation = "https://docs.rs/crate/mace/latest"
readme = "README.md"
keywords = [
    "malware",
    "malware-analysis",
    "malware-extraction",
    "dga",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0x6e66/mace"

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

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.chrono]
version = "0.4.39"

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

[dependencies.exe]
version = "0.5.6"

[dependencies.iced-x86]
version = "1.21.0"

[dependencies.indicatif]
version = "0.17.11"
features = ["rayon"]

[dependencies.rayon]
version = "1.10.0"

[dependencies.schemars]
version = "0.8.16"

[dependencies.serde]
version = "1.0.217"

[dependencies.serde_derive]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.sha256]
version = "1.5.0"

[dependencies.yara-x]
version = "0.14.0"

[dependencies.zip]
version = "2.2.2"