yjs-html-core 0.1.3

Internal core for the lexical-yjs-html and prosemirror-yjs-html renderer crates; depend on those instead
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 = "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"]