Current section

Files

Jump to
mjml native mjml_nif Cargo.toml
Raw

native/mjml_nif/Cargo.toml

[package]
name = "mjml_nif"
version = "3.0.1"
authors = ["Paul Götze"]
edition = "2021"
[lib]
name = "mjml_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.31.0"
mrml = { version = "3.0", default-features = false, features = ["parse", "render", "orderedmap"] }
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]