# 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" rust-version = "1.70" name = "preflate-rs" version = "0.6.0" authors = ["Kristof Roomp "] exclude = [ "samples/*", "tests/*", "util/*", ] description = "Rust port of Preflate compression library" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/microsoft/preflate-rs" [profile.release] debug = 2 [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.byteorder] version = "1.4" [dependencies.cabac] version = "0.6.0" [dependencies.default-boxed] version = "0.2" [dependencies.zstd] version = "0.13.0" [dev-dependencies.crc32fast] version = "1.3" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.libdeflate-sys] version = "1.19" [dev-dependencies.libz-sys] version = "1.1"