web-static-pack-common 0.5.2

Common types for web-static-pack and web-static-pack-packer crates.
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-common"
version = "0.5.2"
authors = ["Paweł Kubrak <peku33@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common types for web-static-pack and web-static-pack-packer crates."
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"
resolver = "2"

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

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