threadloom-server 0.1.0

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

[features]
actix = [
    "dep:actix-web",
    "dep:actix-rt",
]
default = []
lambda = [
    "dep:lambda_http",
    "dep:tokio",
]

[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.lambda_http]
version = "0.9"
optional = true

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