# 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 = "zipfs" version = "0.0.2" authors = ["Vivek Panyam "] description = "An async filesystem on top of Zip files." readme = "README.md" keywords = [ "filesystem", "vfs", "async", "zip", "lunchbox", ] categories = [ "filesystem", "asynchronous", "compression", ] license = "Apache-2.0" repository = "https://github.com/vivekpanyam/ZipFS" [dependencies.async-trait] version = "0.1" [dependencies.async_zip] version = "0.0.1" features = [ "chrono", "deflate", "zstd", ] package = "async_zip2" [dependencies.lunchbox] version = "0.1" default-features = false [dependencies.path-clean] version = "0.1" [dependencies.pin-project] version = "1" [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.tokio-util] version = "0.7" features = ["compat"] [dev-dependencies.tokio] version = "1" features = ["full"] [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = [ "io-util", "fs", ]