trillium-server-common 0.7.0

server utilities for trillium.rs
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-server-common"
version = "0.7.0"
authors = ["Jacob Rothstein <hi@jbr.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "server utilities for trillium.rs"
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",
    "trillium-smol",
]

[features]

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

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

[dependencies.async_cell]
version = "0.2.3"

[dependencies.fieldwork]
version = "0.5.0"

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

[dependencies.listenfd]
version = "1.0.2"

[dependencies.log]
version = "0.4.29"

[dependencies.pin-project-lite]
version = "0.2.17"

[dependencies.swansong]
version = "0.3.4"

[dependencies.trillium]
version = "1.0.0"

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

[dependencies.url]
version = "2.5.8"

[dev-dependencies]

[target."cfg(unix)".dependencies.rlimit]
version = "0.11.0"