Packages

A fast HTML to Markdown converter for Elixir, powered by Rust.

Current section

Files

Jump to
htmd native htmd_nif Cargo.toml
Raw

native/htmd_nif/Cargo.toml

[package]
name = "htmd_nif"
version = "0.1.0"
authors = []
edition = "2024"
[lib]
name = "htmd_nif"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36.2"
htmd = "0.3.0"
[features]
default = ["nif_version_2_16"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]