[package]
edition = "2021"
name = "quillmark-content"
version = "0.97.0"
build = false
include = [
"src/**",
"Cargo.toml",
"README*",
"LICENSE*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content model (splice-shaped USV text with line attributes, marks, and islands), canonical serialization, edit deltas, and richtext/plaintext codecs for Quillmark"
homepage = "https://borb-sh.github.io/quillmark/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/borb-sh/quillmark"
[lib]
name = "quillmark_content"
path = "src/lib.rs"
[dependencies.pulldown-cmark]
version = "0.13.0"
[dependencies.serde]
version = "~1.0"
features = ["derive"]
[dependencies.serde_json]
version = "~1.0"
features = ["preserve_order"]
[dependencies.similar]
version = "2.7"
[dev-dependencies.proptest]
version = "~1.5"