# 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 = "async_zip_futures" version = "0.0.12" authors = [ "Harry [hello@majored.pw]", "Luka Zakrajšek ", ] description = "An asynchronous ZIP archive reading/writing crate using futures-rs." homepage = "https://github.com/bancek/rs-async-zip-futures" documentation = "https://docs.rs/async_zip_futures/" readme = "README.md" keywords = [ "async", "zip", "archive", "futures", "futures-rs", ] categories = [ "asynchronous", "compression", ] license = "MIT" repository = "https://github.com/bancek/rs-async-zip-futures" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4.23" features = ["clock"] optional = true default-features = false [dependencies.crc32fast] version = "1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.17" [dependencies.pin-project] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.7" features = ["full"] [dev-dependencies.zip] version = "0.6.3" [features] full = ["chrono"]