clankerdiff-markdown 0.1.2

Portable semantic Markdown parsing and review state
Documentation
[package]
name = "clankerdiff-markdown"
description = "Portable semantic Markdown parsing and review state"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[features]
default = []
review = ["dep:clankerdiff-core"]

[lints]
workspace = true

[dependencies]
clankerdiff-core = { version = "0.1.2", path = "../diff-core", optional = true }
clankerdiff-fingerprint = { version = "0.1.2", path = "../diff-fingerprint" }
pulldown-cmark.workspace = true
serde.workspace = true
thiserror.workspace = true

[dev-dependencies]
serde_json.workspace = true