[package]
edition = "2024"
rust-version = "1.85"
name = "lexical-yjs-html"
version = "0.1.3"
authors = ["JP Camara <johnpcamara@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render Lexical-shaped yrs documents to HTML, no browser or Node required"
readme = "README.md"
keywords = [
"yjs",
"crdt",
"lexical",
"html",
"yrs",
]
categories = [
"text-processing",
"web-programming",
]
license = "MIT"
repository = "https://github.com/jpcamara/yrby"
resolver = "2"
[lib]
name = "lexical_yjs_html"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1.0"
[dependencies.yjs-html-core]
version = "0.1.3"
[dependencies.yrs]
version = "0.27"
features = ["sync"]