open-detect 0.1.1

Static malware detection engine with YARA rule support and automatic archive extraction for security researchers
Documentation
[dependencies.archive]
version = "0.2"

[dependencies.infer]
version = "0.19"

[dependencies.mime-type]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Static malware detection engine with YARA rule support and automatic archive extraction for security researchers"
documentation = "https://docs.rs/open-detect"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "open-detect"
readme = "README.md"
repository = "https://github.com/secana/open-detect"
version = "0.1.1"

[[test]]
name = "archive_tests"
path = "tests/archive_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"