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 = "2018"
[lib]
name = "html5ever_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.24.0"
html5ever = "0.25"
markup5ever = "0.10"
tendril = "0.4"
lazy_static = "1.4"
scoped-pool = "1.0"