resuma 0.4.2

Resuma - SSR + Resumability + Islands + Server Actions + JS Bridge for Rust
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"
rust-version = "1.91"
name = "resuma"
version = "0.4.2"
authors = ["Resuma Contributors"]
build = false
include = [
    "src/**/*",
    "assets/**/*",
    "templates/**/*",
    "../../client-sdk/resuma-client.ts",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resuma - SSR + Resumability + Islands + Server Actions + JS Bridge for Rust"
homepage = "https://resuma-docs.fly.dev"
documentation = "https://resuma-docs.fly.dev/docs"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "ssr",
    "rust",
    "axum",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GolfredoPerezFernandez/resuma"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cli = [
    "dep:clap",
    "dep:anyhow",
    "dep:notify",
    "dep:tracing-subscriber",
]
default = ["cli"]

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

[[bin]]
name = "resuma"
path = "src/bin/resuma.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.7"
features = [
    "ws",
    "ws",
]

[dependencies.brotli]
version = "7"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.ctor]
version = "0.2"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.getrandom]
version = "0.2"
features = ["std"]

[dependencies.notify]
version = "6"
optional = true

[dependencies.once_cell]
version = "1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.resuma-macros]
version = "0.4.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "1"

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

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

[dependencies.tower-http]
version = "0.6"
features = [
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[dependencies.walkdir]
version = "2"

[dev-dependencies.tower]
version = "0.5"
features = [
    "util",
    "util",
]