xhtmlchardet 2.2.0

Character set detection for XML and HTML
Documentation
[package]
name = "xhtmlchardet"
description = "Character set detection for XML and HTML"
readme = "README.md"
repository = "https://github.com/wezm/xhtmlchardet"
documentation = "https://docs.rs/xhtmlchardet/"
homepage = "https://github.com/wezm/xhtmlchardet"
categories = ["text-processing"]
keywords = ["xml", "html", "character", "detection", "set"]
version = "2.2.0"
authors = ["Wesley Moore <wes@wezm.net>"]
license = "MIT"
exclude = [
  "/tests"
]

[dependencies]

[dev-dependencies]
serde = "0.8"
serde_derive = "0.8"
toml = { version = "0.2.1", default-features = false, features = ["serde"] }