columbo 0.2.1

Async SSR streaming suspense — render placeholders, stream HTML replacements as futures resolve.
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 = "columbo"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async SSR streaming suspense — render placeholders, stream HTML replacements as futures resolve."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/johnbchron/columbo"

[features]
axum = ["dep:axum-core"]
default = [
    "axum",
    "maud",
]
maud = ["dep:maud"]

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

[[example]]
name = "axum-example"
path = "examples/axum-example/main.rs"
required-features = ["maud"]

[dependencies.axum-core]
version = "0.5"
optional = true

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3"

[dependencies.maud]
version = "0.27"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "macros",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.axum]
version = "0.8"
features = ["macros"]

[dev-dependencies.maud]
version = "0.27"

[dev-dependencies.nanorand]
version = "0.8"

[dev-dependencies.scraper]
version = "0.22"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]