scraper 0.9.1

HTML parsing and querying with CSS selectors
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "scraper"
version = "0.9.1"
authors = ["Curtis McEnroe <june@causal.agency>", "Vivek Kushwaha <yoursvivek@gmail.com>"]
description = "HTML parsing and querying with CSS selectors"
readme = "README.md"
keywords = ["html", "css", "selector", "scraping"]
license = "ISC"
repository = "https://github.com/programble/scraper"
[dependencies.cssparser]
version = "0.24.1"

[dependencies.ego-tree]
version = "0.6.0"

[dependencies.getopts]
version = "0.2.18"

[dependencies.html5ever]
version = "0.22.0"

[dependencies.matches]
version = "0.1.6"

[dependencies.selectors]
version = "0.20.0"

[dependencies.smallvec]
version = "0.6.0"

[dependencies.tendril]
version = "0.4.0"