# 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 = "mini-fs" version = "0.2.2" authors = ["german gomez "] exclude = [".pages/*"] description = "Application filesystem to simplify reading files from both the native filesystem and file archives (tar, tar.gz & zip)." readme = "README.md" keywords = ["filesystem", "virtual", "mini", "tar", "zip"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/germangb/mini-fs" [dependencies.flate2] version = "1.0.7" optional = true [dependencies.tar_] version = "0.4.23" optional = true package = "tar" [dependencies.zip_] version = "0.5.2" optional = true package = "zip" [features] default = ["tar", "zip"] tar = ["tar_", "flate2"] zip = ["zip_"]