cheep-crator-2/vendor/select/Cargo.toml

34 lines
1.1 KiB
TOML

# 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 = "select"
version = "0.5.0"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
description = "A library to extract useful data from HTML documents, suitable for web scraping."
homepage = "https://github.com/utkarshkukreti/select.rs"
documentation = "https://docs.rs/select"
license = "MIT"
repository = "https://github.com/utkarshkukreti/select.rs"
[dependencies.bit-set]
version = "0.5"
[dependencies.html5ever]
version = "0.25"
[dependencies.markup5ever_rcdom]
version = "0.1"
[dev-dependencies.speculate]
version = "0.1.2"
[badges.travis-ci]
repository = "utkarshkukreti/select.rs"