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"
[lib]
name = "comrak_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.29"
serde = "1.0"
serde_rustler = { git = "https://github.com/avencera/serde_rustler.git", branch = "rustler-0-29" }
comrak = "0.18"
syntect = "5.1"
two-face = "0.3"
ammonia = "3.3"
[features]
default = ["nif_version_2_15"]
# Feature necessary for Rustler Precompiled.
nif_version_2_15 = ["rustler/nif_version_2_15"]