[package]
edition = "2024"
rust-version = "1.85"
name = "yjs-html-core"
version = "0.1.3"
authors = ["JP Camara <johnpcamara@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal core for the lexical-yjs-html and prosemirror-yjs-html renderer crates; depend on those instead"
readme = "README.md"
keywords = [
"yjs",
"crdt",
"yrs",
"html",
"rendering",
]
categories = [
"text-processing",
"web-programming",
]
license = "MIT"
repository = "https://github.com/jpcamara/yrby"
resolver = "2"
[lib]
name = "yjs_html_core"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1.0"
[dependencies.yrs]
version = "0.27"
features = ["sync"]