text-document-common 0.0.11

Shared entities, database, events, and undo/redo infrastructure for text-document
Documentation
# Generated by Qleany v1.4.8 from common_cargo.tera

[package]
name = "text-document-common"
authors.workspace = true
documentation.workspace = true
description = "Shared entities, database, events, and undo/redo infrastructure for text-document"
keywords.workspace = true
categories.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
readme = "../../README.md"
publish = true

[dependencies]
thiserror = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
redb = "3.1.0"
postcard = { version = "1.1.3", features = ["alloc"] }
anyhow = { workspace = true }
flume = { workspace = true }
serde_json = "1.0"
chrono = { workspace = true }
uuid = { workspace = true }
log = "0.4"
pulldown-cmark = "0.13.1"
scraper = "0.26.0"
ego-tree = "0.11.0"

[dev-dependencies]
redb = "3.1.0"

[lints]
workspace = true