# 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 = "clamav-async" version = "0.2.0" authors = [ "Scott Hutton ", "Zachary Sims ", "Jonas Zaddach ", ] exclude = ["test_data/*"] description = "Async ClamAV bindings for Rust" homepage = "https://github.com/Cisco-Talos/clamav-async-rs" keywords = [ "antivirus", "async", "clamav", ] categories = ["api-bindings"] license = "GPL-2.0" repository = "https://github.com/Cisco-Talos/clamav-async-rs" [dependencies.bitflags] version = "2" [dependencies.clamav-sys] version = "1.0" [dependencies.derivative] version = "2" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "parsing", "macros", "formatting", "std", ] [dependencies.tokio] version = "1" features = [ "sync", "rt", "macros", ] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.tempfile] version = "3" [features] default = ["native-impl"] native-impl = [] [target."cfg(windows)".dependencies.bindings] version = "0.5" package = "clamav-rs-bindings"