# 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 = "zopen" version = "1.0.0" authors = ["Frank Fischer "] description = "Automatically open compressed files." homepage = "https://chiselapp.com/user/fifr/repository/zopen" documentation = "https://docs.rs/zopen" readme = "README.md" keywords = [ "compression", "utility", ] categories = ["compression"] license = "MIT" repository = "https://chiselapp.com/user/fifr/repository/zopen" [lib] name = "zopen" [dependencies.bzip2] version = "^0.4.3" optional = true [dependencies.flate2] version = "^1.0.2" optional = true [dependencies.rust-lzma] version = "^0.6" optional = true [dependencies.zstd] version = "^0.13" optional = true [dev-dependencies.tempfile] version = "^3.0" [features] all = [ "gzip", "bzip2", "xz", "zstd", ] defaults = [] gzip = ["dep:flate2"] xz = ["dep:rust-lzma"]