gumbo-lib 0.1.8

Best of the best rust projects all mixed together into a website 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 = "gumbo-lib"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Best of the best rust projects all mixed together into a website framework"
readme = "README.md"
keywords = [
    "web",
    "cli",
    "server",
    "generator",
    "tool",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/lex148/gumbo_lib"

[features]
default = []
middleware = []
sessions = [
    "aes-gcm",
    "rand",
    "base64",
    "rkyv",
    "futures",
]
turbo-streams = ["tokio"]

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

[dependencies.actix-web]
version = "^4"

[dependencies.aes-gcm]
version = "^0.10"
optional = true

[dependencies.anyhow]
version = "^1.0"

[dependencies.base16ct]
version = "1.0"
features = ["alloc"]

[dependencies.base64]
version = "^0.22"
optional = true

[dependencies.futures]
version = "^0.3"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.minifier]
version = "0.3"

[dependencies.rand]
version = "^0.10"
optional = true

[dependencies.regex]
version = "1.12"

[dependencies.rkyv]
version = "0.8"
optional = true

[dependencies.sha3]
version = "0.11"

[dependencies.thiserror]
version = "^2.0"

[dependencies.tokio]
version = "^1"
features = ["sync"]
optional = true

[dependencies.yew]
version = "^0.23"
features = ["ssr"]

[dev-dependencies]