[badges.maintenance]
status = "actively-developed"
[dependencies.anyhow]
version = "1.0.95"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.138"
[dependencies.tracing]
version = "0.1.41"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "editorjs2html"
path = "src/lib.rs"
[package]
authors = ["JS <mkjsm57@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "parsing"]
description = "editorjs2html converts Editor.js output into clean HTML, supporting multiple block types efficiently."
documentation = "https://docs.rs/editorjs2html"
edition = "2024"
keywords = ["editorjs", "html", "parser", "editorjs-to-html", "editor-js"]
license = "MIT OR Apache-2.0"
name = "editorjs2html"
readme = "README.md"
repository = "https://github.com/MKJS57/editorjs2html"
version = "0.1.1"