# 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 = "2018" name = "crabz" version = "0.10.0" authors = ["Seth Stadick"] exclude = ["bench-data/"] description = "Parallel Compression" homepage = "https://github.com/sstadick/crabz" documentation = "https://docs.rs/crabz" readme = "README.md" keywords = [ "compression", "parallel", "pigz", ] categories = [ "compression", "concurrency", ] license = "Unlicense/MIT" repository = "https://github.com/sstadick/crabz" [[bin]] name = "crabz" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.env_logger] version = "0.10.0" features = ["default"] default-features = false [dependencies.flate2] version = "1.0.25" default-features = false [dependencies.git-version] version = "0.3.5" [dependencies.gzp] version = "0.11.3" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.mimalloc] version = "0.1.34" default-features = false [dependencies.num_cpus] version = "1.15.0" [dependencies.snap] version = "1.1.0" optional = true [dependencies.structopt] version = "0.3.26" [dependencies.strum] version = "0.24.1" features = ["derive"] [features] any_zlib = [] default = [ "deflate_zlib_ng", "snap_default", "libdeflate", ] deflate_rust = [ "gzp/deflate_rust", "flate2/rust_backend", ] deflate_zlib = [ "gzp/deflate_zlib", "flate2/zlib", "any_zlib", ] deflate_zlib_ng = [ "gzp/deflate_zlib_ng", "flate2/zlib-ng-compat", "any_zlib", ] libdeflate = ["gzp/libdeflate"] snap_default = [ "gzp/snappy_default", "snap", "snappy", ] snappy = []