# 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 = "archiver-rs" version = "0.5.1" authors = ["Chino Chang "] description = "A library for easy interaction with multiple archive formats" homepage = "https://github.com/JoyMoe/archiver-rs" documentation = "https://docs.rs/archiver-rs" readme = "README.md" keywords = ["bzip2", "gzip", "tar", "xz", "zip"] license = "MIT" repository = "https://github.com/JoyMoe/archiver-rs" [dependencies.bzip2] version = "0.4" optional = true [dependencies.flate2] version = "1.0" optional = true [dependencies.tar] version = "0.4" optional = true [dependencies.thiserror] version = "1.0" [dependencies.xz2] version = "0.1" optional = true [dependencies.zip] version = "0.5" features = ["deflate", "time"] optional = true default-features = false [features] all = ["bzip", "gzip", "tar", "xz", "zip"] bzip = ["bzip2", "zip/bzip2"] default = ["all"] gzip = ["flate2"] xz = ["xz2"] zip-all = ["zip", "zip/bzip2"]