Current section
Files
Jump to
Current section
Files
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 = { git = "https://github.com/rusterlium/rustler" }
html5ever = "0.25"
markup5ever = "0.10"
tendril = "0.4"
lazy_static = "1.4"
scoped-pool = "1.0"