vaas 7.0.0

Check files and hashes for malicious content.
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 = "vaas"
version = "7.0.0"
authors = ["GDATA CyberDefense AG"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Check files and hashes for malicious content."
readme = "Readme.md"
keywords = [
    "malware",
    "anti-virus",
    "security",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/GDATASoftwareAG/vaas"

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "stream",
    "form",
    "json",
]

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

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49"
features = [
    "sync",
    "fs",
    "macros",
]

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.url]
version = "2.5.0"
features = ["serde"]

[dev-dependencies.dotenv]
version = "0.15"

[dev-dependencies.mockito]
version = "1.7.1"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serde_json]
version = "1.0.149"

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

[dev-dependencies.tokio]
version = "1.49"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
]