Current section

Files

Jump to
html_to_markdown native html_to_markdown_elixir Cargo.toml
Raw

native/html_to_markdown_elixir/Cargo.toml

[package]
name = "html_to_markdown_elixir"
version = "2.14.3"
edition = "2024"
license = "MIT"
description = "Rustler bindings for html-to-markdown"
repository = "https://github.com/Goldziher/html-to-markdown"
[lib]
name = "html_to_markdown_elixir"
crate-type = ["cdylib"]
[dependencies]
html-to-markdown-rs = { path = "../../../../crates/html-to-markdown", features = ["inline-images", "metadata"] }
rustler = { version = "0.37" }