editorjs2html 0.1.7

editorjs2html converts Editor.js output into clean HTML, supporting multiple block types efficiently.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.log]
version = "0.4.25"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dev-dependencies.actix-files]
version = "0.6.6"

[dev-dependencies.actix-web]
version = "4.9.0"

[dev-dependencies.sailfish]
features = ["json", "serde", "serde_json"]
version = "0.9.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dev-dependencies.tracing-actix-web]
version = "0.7.15"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[[example]]
name = "actix"
path = "examples/actix.rs"

[[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 = "2021"
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.7"

[profile.release]
codegen-units = 1
debug = 0
lto = "fat"
opt-level = 3
panic = "abort"
strip = "symbols"