# 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 = "final_compression" version = "1.0.0" description = "Provide Stream Encoder/Decoder for all compression algorithms" license = "Apache-2.0" repository = "https://github.com/wushilin/final_compression.git" [dependencies.bzip2] version = "0.4" [dependencies.flate2] version = "1" [dependencies.lz4] version = "1.24" [dependencies.rust-lzo] version = "0.6.2" [dependencies.snap] version = "1" [dependencies.urlencoding] version = "2.1" [dependencies.xz2] version = "0.1" [dependencies.zstd] version = "0.12"