text-document 0.0.9

Rich text document editing library
Documentation
# Generated by Qleany v1.4.8 from frontend_cargo.tera

[package]
name = "text-document"
authors.workspace = true
documentation.workspace = true
description = "Rich text document editing library"
keywords.workspace = true
categories.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
publish = true

[dependencies]
log = "0.4"
anyhow = { workspace = true }
base64 = "0.22"
serde_json = "1.0"
parking_lot = { workspace = true }
unicode-segmentation = { workspace = true }

# Backend (frontend re-exports all backend crates)
frontend = { workspace = true }

[dev-dependencies]
proptest = "1"

[lints]
workspace = true