[dependencies.nanorand]
features = ["alloc", "chacha", "std"]
version = "^0.7.0"
[dependencies.once_cell]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.servlin]
features = ["json"]
optional = true
version = "^0.4.3"
[dev-dependencies.serde_json]
version = "1"
[package]
authors = ["Michael Leonhard <michael@leonhardllc.com>"]
categories = ["gui", "network-programming"]
description = "Backend library for the Applin™ Server-Driven UI framework"
edition = "2021"
keywords = ["applin", "mobile", "ui", "reactnative", "flutter"]
license-file = "License.txt"
name = "applin"
readme = "README.md"
repository = "https://github.com/leonhard-llc/applin-rust"
version = "0.2.7"