web-static-pack-packer 0.5.3

Installable web-static-pack-packer tool for web-static-pack crate
Documentation
# 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"
rust-version = "1.88"
name = "web-static-pack-packer"
version = "0.5.3"
authors = ["Paweł Kubrak <peku33@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Installable web-static-pack-packer tool for web-static-pack crate"
homepage = "https://github.com/peku33/web-static-pack"
readme = "README.md"
keywords = [
    "web",
    "http",
    "static",
    "resources",
    "hyper",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/peku33/web-static-pack"

[lib]
name = "web_static_pack_packer"
path = "src/lib.rs"

[[bin]]
name = "web-static-pack-packer"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.base16ct]
version = "1.0.0"

[dependencies.brotli]
version = "8.0.1"

[dependencies.clap]
version = "4.5.9"
features = ["derive"]

[dependencies.flate2]
version = "1.0"

[dependencies.itertools]
version = "0.15.0"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.rkyv]
version = "0.8.9"
features = [
    "std",
    "alloc",
    "little_endian",
    "aligned",
    "pointer_width_32",
]
default-features = false

[dependencies.sha3]
version = "0.12.0"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.web-static-pack-common]
version = "0.5.3"

[dev-dependencies.test-case]
version = "3.3.1"

[lints.clippy]
let_and_return = "allow"
new_without_default = "allow"

[lints.rust]
missing_docs = "warn"