threadloom 0.1.4

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"
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"