f8s-worker 0.1.0

Cloudflare Worker and Durable Object mailbox server for f8s.
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"
rust-version = "1.85"
name = "f8s-worker"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "wrangler.toml",
    "../../README.md",
    "../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloudflare Worker and Durable Object mailbox server for f8s."
documentation = "https://docs.rs/f8s-worker"
readme = "README.md"
keywords = [
    "agents",
    "mailbox",
    "worker",
    "cloudflare",
    "thread",
]
categories = [
    "wasm",
    "web-programming",
]
license = "MIT"
resolver = "2"

[lib]
name = "f8s_worker"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.f8s-core]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
    "js",
]

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.worker]
version = "0.8.1"