mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-14 04:01:22 +00:00
18 lines
425 B
TOML
18 lines
425 B
TOML
[package]
|
|
name = "robotparser"
|
|
version = "0.3.0"
|
|
authors = ["messense <messense@icloud.com>"]
|
|
description = "robots.txt parser for Rust"
|
|
repository = "https://github.com/messense/robotparser-rs"
|
|
homepage = "https://github.com/messense/robotparser-rs"
|
|
readme = "README.md"
|
|
keywords = ["robot", "robots", "parser", "spider", "crawler"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
hyper = "*"
|
|
url = "*"
|
|
time = "*"
|
|
|
|
[features]
|
|
unstable = []
|