robotparser-rs/Cargo.toml
2016-08-21 21:52:53 +08:00

22 lines
534 B
TOML

[package]
authors = ["messense <messense@icloud.com>"]
description = "robots.txt parser for Rust"
documentation = "https://messense.github.io/robotparser-rs"
homepage = "https://github.com/messense/robotparser-rs"
keywords = ["robot", "robots", "parser", "spider", "crawler"]
license = "MIT"
name = "robotparser"
readme = "README.md"
repository = "https://github.com/messense/robotparser-rs"
version = "0.5.0"
[dependencies]
hyper = "0.9"
url = "1.1"
[dependencies.clippy]
optional = true
version = "^0.*"
[features]
unstable = []