tower-embed-core 0.5.0

Core functionalities of tower-embed
Documentation
[package]
name = "tower-embed-core"
description = "Core functionalities of tower-embed"
documentation = "https://docs.rs/tower-embed-core"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
bb8 = { version = "0.9.1", optional = true }
bytes = "1.11.1"
futures-core = "0.3.31"
http = "1.4.0"
http-body = "1.0.1"
http-body-util = "0.1.3"
httpdate = "1.0.3"
hyper = { version = "1.8.1", features = ["client", "http1"], optional = true }
hyper-util = { version = "0.1.20", optional = true, features = ["tokio"] }
mime = "0.3.17"
mime_guess = "2.0.5"
rapidhash = "4.2.1"
tokio = { version = "1.49.0", optional = true, features = [
  "fs",
  "io-util",
  "net",
] }
tokio-util = { version = "0.7.18", optional = true, features = ["io"] }
tower = { version = "0.5.3", features = ["util"] }

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