# 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 = "clamd-client" version = "0.1.2" authors = ["Lennart Vogelsang "] description = "Rust async tokio client for clamd. Works with a tcp socket or with the unix socket. At the moment it will open a new socket for each command. Work in progress." homepage = "https://github.com/LevitatingOrange/clamd-client" readme = "README.md" keywords = [ "clamd", "clamav", "virus-scanning", ] license = "MIT" repository = "https://github.com/LevitatingOrange/clamd-client" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "net", "io-util", "fs", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dev-dependencies.eyre] version = "0.6" [dev-dependencies.rand] version = "0.8" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tracing-test] version = "0.1"