Current section

Files

Jump to
html_to_markdown native html_to_markdown_elixir Cargo.toml
Raw

native/html_to_markdown_elixir/Cargo.toml

[workspace]
[package]
name = "html_to_markdown_elixir"
version = "3.0.2"
edition = "2024"
license = "MIT"
description = "Rustler bindings for html-to-markdown"
repository = "https://github.com/kreuzberg-dev/html-to-markdown"
[lib]
name = "html_to_markdown_elixir"
crate-type = ["cdylib"]
[dependencies]
html-to-markdown-rs = { path = "vendor/html-to-markdown-rs", features = [
"inline-images",
"metadata",
"visitor",
] }
rustler = { version = "0.37" }
serde_json = "1"
[features]
default = ["full"]
full = []