# 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 = "audec" version = "0.1.0" authors = ["Andreas Maier "] description = "Automatic decompression" readme = "Readme.md" keywords = ["compression"] categories = ["compression"] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/audec" [dependencies.bzip2] version = "0.4" optional = true [dependencies.flate2] version = "1.0" optional = true [dependencies.log] version = "0.4" [dependencies.lz4] version = "1.24" optional = true [dependencies.lz4_flex] version = "0.11" optional = true [dependencies.zstd] version = "0.12" optional = true [features] default = [ "flate2", "zstd", ]