# 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 = "vaas" version = "6.1.2" authors = ["GDATA CyberDefense AG"] build = 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.80" [dependencies.bytes] version = "1.6.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["stream"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.37" features = [ "sync", "fs", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.8" features = [ "serde", "v4", ] [dependencies.websockets] version = "0.3.0" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1.37" features = [ "rt", "macros", "rt-multi-thread", ] [dev-dependencies.tracing-test] version = "0.2.1"