tower-embed-core 0.5.0

Core functionalities of tower-embed
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"
name = "tower-embed-core"
version = "0.5.0"
authors = ["Mattia Penati <mattia.penati@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionalities of tower-embed"
homepage = "https://github.com/mattiapenati/tower-embed"
documentation = "https://docs.rs/tower-embed-core"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mattiapenati/tower-embed"

[features]
astro = [
    "dep:bb8",
    "dep:hyper",
    "dep:hyper-util",
    "dep:tokio",
]
default = ["tokio"]
tokio = [
    "dep:tokio",
    "dep:tokio-util",
]

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

[dependencies.bb8]
version = "0.9.1"
optional = true

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.httpdate]
version = "1.0.3"

[dependencies.hyper]
version = "1.8.1"
features = [
    "client",
    "http1",
]
optional = true

[dependencies.hyper-util]
version = "0.1.20"
features = ["tokio"]
optional = true

[dependencies.mime]
version = "0.3.17"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.rapidhash]
version = "4.2.1"

[dependencies.tokio]
version = "1.49.0"
features = [
    "fs",
    "io-util",
    "net",
]
optional = true

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]
optional = true

[dependencies.tower]
version = "0.5.3"
features = ["util"]