ferro-bundle 0.2.58

In-memory immutable byte-blob serving with content-hashed URLs for the Ferro framework
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 = "2021"
name = "ferro-bundle"
version = "0.2.58"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory immutable byte-blob serving with content-hashed URLs for the Ferro framework"
readme = "README.md"
keywords = [
    "bundle",
    "static",
    "cache",
    "etag",
    "ferro",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

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

[[test]]
name = "alias_redirect"
path = "tests/alias_redirect.rs"

[[test]]
name = "serve_304"
path = "tests/serve_304.rs"

[[test]]
name = "serve_cold"
path = "tests/serve_cold.rs"

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.ferro-rs]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dev-dependencies]