ui-build-compression 1.0.1

A compressor for static files producing gzip, brotli, deflate, and zstdandard file variants
# 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 = "2024"
name = "ui-build-compression"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compressor for static files producing gzip, brotli, deflate, and zstdandard file variants"
readme = "README.md"
license = "MIT"

[[bin]]
name = "ui-build-compression"
path = "internals/main.rs"

[dependencies.brotli]
version = "8.0.2"

[dependencies.colored]
version = "3.1.1"

[dependencies.flate2]
version = "1.1.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.jwalk]
version = "0.8.1"

[dependencies.tokio]
version = "1.49.0"

[dependencies.tokio-thread-pool]
version = "1.0.0"

[dependencies.zstd]
version = "0.13.3"