[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dashmap]
version = "5.5"
[dependencies.reqwest]
features = ["json", "cookies", "gzip", "brotli", "stream"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.texting_robots]
version = "0.2"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.35"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "halldyll_robots"
path = "src/lib.rs"
[package]
authors = ["Geryan Roy <geryan.roy@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "parser-implementations"]
description = "robots.txt parser and compliance for halldyll scraper"
documentation = "https://docs.rs/halldyll-robots"
edition = "2021"
keywords = ["robots", "txt", "crawler", "compliance", "legal"]
license = "MIT"
name = "halldyll-robots"
readme = false
repository = "https://github.com/Mr-soloDev/halldyll-Scrapper"
version = "0.1.0"