threadloom-server 0.1.12

A meticulously crafted Rust full-stack 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 = "threadloom-server"
version = "0.1.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A meticulously crafted Rust full-stack framework."
readme = "README.md"
license = "MIT"

[features]
actix = [
    "dep:actix-web",
    "dep:actix-rt",
]
default = []
lambda = [
    "dep:vercel_runtime",
    "dep:tokio",
    "dep:hyper",
    "dep:http-body-util",
    "dep:tower",
]
vercel_runtime = ["dep:vercel_runtime"]

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

[dependencies.actix-rt]
version = "2"
optional = true

[dependencies.actix-web]
version = "4"
optional = true

[dependencies.http]
version = "1.0"

[dependencies.http-body-util]
version = "0.1"
optional = true

[dependencies.hyper]
version = "1"
features = ["full"]
optional = true

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

[dependencies.tower]
version = "0.5"
optional = true

[dependencies.vercel_runtime]
version = "=2.3.0"
optional = true