# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vfs-zip" version = "0.2.1" authors = ["MaulingMonkey "] exclude = [".vscode/*", "test/data/*", "build.rs"] description = "vfs-zip: Virtual FileSystem abstractions for ZIP files" documentation = "https://docs.rs/vfs-zip/" readme = "Readme.md" keywords = ["vfs", "virtual", "filesystem", "zip", "archive"] categories = ["filesystem"] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/vfs-zip.git" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "external_doc"] [dependencies.flate2] version = "<1.0.16" [dependencies.vfs04] version = "0.4" optional = true package = "vfs" [dependencies.zip] version = "0.5.3" default-features = false package = "zip" [features] default = ["vfs04", "zip-deflate", "zip-bzip2"] zip-bzip2 = ["zip/bzip2"] zip-deflate = ["zip/deflate"] zip-time = ["zip/time"]