trillium 1.3.0

a modular toolkit for building async web apps
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 = "2024"
name = "trillium"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a modular toolkit for building async web apps"
readme = "README.md"
keywords = [
    "trillium",
    "framework",
    "async",
]
categories = [
    "web-programming::http-server",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trillium-rs/trillium"
resolver = "2"

[package.metadata.cargo-udeps.ignore]
development = ["trillium-testing"]

[features]
http-compat-0 = ["trillium-http/http-compat-0"]
http-compat-1 = ["trillium-http/http-compat-1"]
parse = ["trillium-http/parse"]
serde = ["trillium-http/serde"]
unstable = ["trillium-http/unstable"]

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

[[example]]
name = "liveness"
path = "examples/liveness.rs"

[[example]]
name = "state"
path = "examples/state.rs"

[[test]]
name = "liveness"
path = "tests/liveness.rs"

[dependencies.futures-lite]
version = "2.6.1"

[dependencies.log]
version = "0.4.29"

[dependencies.trillium-http]
version = "1"

[dependencies.trillium-macros]
version = "0.1"

[dev-dependencies.async-channel]
version = "2.5.0"

[dev-dependencies.async-io]
version = "2.6.0"

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.fastrand]
version = "2.3.0"

[dev-dependencies.futures-lite]
version = "2.6.1"

[dev-dependencies.test-harness]
version = "0.3.1"