[package]
edition = "2021"
name = "pylon-kernel"
version = "0.2.4"
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"
[lib]
name = "pylon_kernel"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]