[package]
name = "unhtml"
version = "0.8.0"
authors = ["Hexilee "]
edition = "2018"
license = "MIT"
description = "A magic html parser"
repository = "https://github.com/Hexilee/unhtml.rs"
keywords = ["unhtml", "html", "parser"]
categories = ["parser-implementations", "web-programming", "encoding"]
readme = "README.md"
documentation = "https://docs.rs/unhtml"
[dependencies]
scraper = { version = "0.12", default-features = false }
derive_more = "0.99"
unhtml_derive = { path = "../unhtml_derive", version = "0.8", optional = true }
[features]
derive = ["unhtml_derive"]
[badges]
travis-ci = { repository = "Hexilee/unhtml.rs", branch = "master" }