# 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 = "stream-unpack" version = "1.0.1" authors = ["mkrsym1 "] description = "A small library for stream unpacking archives" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/mkrsym1/stream-unpack" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1.5" [dependencies.inflate] version = "0.4" optional = true [dependencies.thiserror] version = "1" [features] default = [ "zip", "deflate", ] deflate = ["dep:inflate"] zip = [] zip-comments = ["zip"]