scanbridge 0.3.0

A unified, pluggable API for malware scanning with circuit breakers, policy enforcement, and audit logging
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.blake3]
version = "1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.md-5]
optional = true
version = "0.10"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.12"

[dependencies.secrecy]
features = ["serde"]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
optional = true
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["io-util", "sync", "time", "fs", "rt"]
optional = true
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[dev-dependencies.tracing-subscriber]
features = ["json"]
version = "0.3"

[[example]]
name = "basic_scan"
path = "examples/basic_scan.rs"

[[example]]
name = "custom_backend"
path = "examples/custom_backend.rs"

[[example]]
name = "with_circuit_breaker"
path = "examples/with_circuit_breaker.rs"

[features]
clamav = []
default = ["tokio-runtime"]
tokio-runtime = ["tokio"]
virustotal = ["reqwest"]

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

[package]
authors = ["Scanbridge Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "A unified, pluggable API for malware scanning with circuit breakers, policy enforcement, and audit logging"
documentation = "https://docs.rs/scanbridge"
edition = "2021"
exclude = ["target/", ".git/", ".github/"]
homepage = "https://github.com/dotdon/scanbridge"
keywords = ["malware", "antivirus", "scanning", "security", "clamav"]
license = "MIT"
name = "scanbridge"
readme = "README.md"
repository = "https://github.com/dotdon/scanbridge"
rust-version = "1.70"
version = "0.3.0"