robotparser-rs/Cargo.toml
messense 77b604d2af
Bump version to 0.4.3
Signed-off-by: messense <messense@icloud.com>
2016-04-25 12:33:15 +08:00

23 lines
547 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.4.3"
[dependencies]
hyper = "0.9"
time = "0.1"
url = "1.0"
[dependencies.clippy]
optional = true
version = "^0.*"
[features]
unstable = []