[package] name = "editorjs-to-html-converter" version = "0.1.0" edition = "2021" description = "Convert Editor.js json to raw html" license = "MIT OR Apache-2.0" authors = ["Alexander Averichev "] keywords = ["editorjs", "html", "converter"] repository = "https://github.com/averichev/editorjs-to-html-converter" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.89" regex = "1.*" typetag = "0.*" html_parser = "0.6.3"