kuchiki 0.1.2

(朽木) HTML/XML tree manipulation library
[package]
name = "kuchiki"
version = "0.1.2"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT"
description = "(朽木) HTML/XML tree manipulation library"
repository = "https://github.com/SimonSapin/kuchiki"

[lib]
name = "kuchiki"
doctest = false

[features]
unstable = [
    "string_cache/unstable",
    "tendril/unstable",
    "rc/unstable",
    "html5ever/unstable",
    "selectors/unstable",
]
with-hyper = ["hyper"]

[dependencies]
matches = "0.1.2"
html5ever = "0.2.11"
string_cache = "0.2"
tendril = "0.1.1"
selectors = "0.2.0"
rc = "0.1.0"
hyper = {version = "0.7", optional = true}

[dev-dependencies]
tempdir = "0.3"
hyper = "0.7"