pylon-workers 0.3.22

Pylon — realtime backend as a single Rust binary. Schema, policies, server functions, live queries, auth — one process.
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 = "pylon-workers"
version = "0.3.22"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pylon — realtime backend as a single Rust binary. Schema, policies, server functions, live queries, auth — one process."
homepage = "https://pylonsync.com"
readme = "README.md"
keywords = [
    "realtime",
    "database",
    "sync",
    "backend",
    "websocket",
]
categories = [
    "database",
    "web-programming",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pylonsync/pylon"

[features]
default = []
workers = [
    "dep:worker",
    "dep:wasm-bindgen",
    "dep:serde-wasm-bindgen",
    "dep:futures",
]

[lib]
name = "pylon_workers"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.pylon-auth]
version = "0.3.22"

[dependencies.pylon-http]
version = "0.3.22"

[dependencies.pylon-kernel]
version = "0.3.22"

[dependencies.pylon-policy]
version = "0.3.22"

[dependencies.pylon-realtime]
version = "0.3.22"

[dependencies.pylon-router]
version = "0.3.22"

[dependencies.pylon-sync]
version = "0.3.22"

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.worker]
version = "0.5"
optional = true