Current section

Files

Jump to
mdex native comrak_nif Cargo.toml
Raw

native/comrak_nif/Cargo.toml

[package]
name = "comrak_nif"
version = "0.1.0"
authors = ["Leandro Pereira"]
edition = "2021"
rust-version = "1.91"
[lib]
name = "comrak_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
ammonia = "4.1"
lumis = { version = "0.1", features = ["all-languages"] }
# comrak = { version = "0.49", features = ["shortcodes", "phoenix_heex"] }
comrak = { git = "https://github.com/kivikakk/comrak", rev = "fdc1ffb8e55201a8dfea79742ac494125ec861ce", features = ["shortcodes", "phoenix_heex"] }
lol_html = "2.7"
parking_lot = "0.12"
phf = { version = "0.13", features = ["macros"] }
rustler = "0.37"
serde = "1.0"
shlex = "1.3.0"
typed-arena = "2.0"
v_htmlescape = "0.15"
[dev-dependencies]
pretty_assertions = "1.4"
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]