# 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-stream" version = "0.1.0" authors = ["kaicoh "] description = "Scan and consume byte streams" documentation = "https://docs.rs/clamav-stream" readme = "README.md" keywords = [ "clamav", "stream", ] license = "MIT" repository = "https://github.com/kaicoh/clamav-stream" resolver = "2" [dependencies.bytes] version = "1" [dependencies.pin-project] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-util] version = "0.7" features = ["io"]