lambda_runtime_context 0.1.0

Task-local runtime deadline helpers for async Rust workers and AWS Lambda handlers.
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 = "lambda_runtime_context"
version = "0.1.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task-local runtime deadline helpers for async Rust workers and AWS Lambda handlers."
documentation = "https://docs.rs/lambda_runtime_context"
readme = "README.md"
keywords = [
    "runtime",
    "deadline",
    "lambda",
    "tokio",
    "async",
]
categories = [
    "asynchronous",
    "date-and-time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/quietscroll/lambda-runtime-context"

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

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "rt-multi-thread",
    "macros",
]