Current section

Files

Jump to
html5ever native html5ever_nif Cargo.toml
Raw

native/html5ever_nif/Cargo.toml

[package]
name = "html5ever_nif"
version = "0.1.0"
authors = ["HansiHE <hansihe@hansihe.com>"]
edition = "2021"
[lib]
name = "html5ever_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
# See the Precompilation guide for details about the features: https://github.com/philss/rustler_precompiled/blob/main/PRECOMPILATION_GUIDE.md
rustler = { version = "0.32", default-features = false, features = ["derive", "nif_version_2_15"] }
html5ever = "0.27"
markup5ever = "0.12"
tendril = "0.4"
lazy_static = "1.4"
thiserror = "1"