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>"]
[lib]
name = "html5ever_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "^0.18"
rustler_codegen = "^0.18"
#rustler = { path = "../../../Rustler/" }
#rustler_codegen = { path = "../../../Rustler/rustler_codegen/" }
html5ever = "0.22"
markup5ever = "0.7"
tendril = "0.4"
lazy_static = "1.2"
scoped-pool = "1.0"