[package]
edition = "2021"
name = "threadloom"
version = "0.1.4"
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 = ["threadloom-server/actix"]
default = []
lambda = ["threadloom-server/lambda"]
[lib]
name = "threadloom"
path = "src/lib.rs"
[[test]]
name = "todo_mvc"
path = "tests/todo_mvc.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"
[dependencies.threadloom-core]
version = "0.1.13"
[dependencies.threadloom-macro]
version = "0.1.14"
[dependencies.threadloom-server]
version = "0.1.12"
[dev-dependencies.trybuild]
version = "1.0"
[target.'cfg(target_arch = "wasm32")'.dependencies.threadloom-dom]
version = "0.1.14"