Current section

Files

Jump to
html_to_markdown native html_to_markdown_nif Cargo.toml
Raw

native/html_to_markdown_nif/Cargo.toml

[package]
name = "html_to_markdown_nif"
version = "3.5.2"
edition = "2024"
license = "MIT"
description = "High-performance HTML to Markdown converter"
readme = false
keywords = ["html", "markdown", "converter"]
categories = ["text-processing"]
[package.metadata.cargo-machete]
ignored = ["tokio", "async-trait"]
[workspace]
[lib]
name = "html_to_markdown_nif"
crate-type = ["cdylib"]
[dependencies]
async-trait = "0.1"
html-to-markdown-rs = { version = "3.5.2", path = "../../../../crates/html-to-markdown", features = ["full", "metadata", "visitor", "serde", "inline-images"] }
rustler = "0.37"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt-multi-thread", "sync"] }