proteus-engine 0.2.0

Advanced zero-day static analysis engine built with Rust and Python
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 = "proteus-engine"
version = "0.2.0"
authors = ["ChronoCoders <altug@bytus.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced zero-day static analysis engine built with Rust and Python"
readme = "README.md"
keywords = [
    "malware",
    "analysis",
    "static-analysis",
    "security",
    "engine",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/ChronoCoders/proteus"

[lib]
name = "proteus"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.goblin]
version = "0.8"

[dependencies.memmap2]
version = "0.9"

[dependencies.pyo3]
version = "0.24"
features = ["extension-module"]

[dependencies.rayon]
version = "1.10"

[dependencies.sha2]
version = "0.10"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1