netiquette 0.1.1

A rate-limiter for politely crawling the Web
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "netiquette"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rate-limiter for politely crawling the Web"
homepage = "https://github.com/jorendorff/netiquette"
documentation = "https://docs.rs/netiquette"
readme = "README.md"
license = "MIT or Apache-2.0"
repository = "https://github.com/jorendorff/netiquette"

[lib]
name = "netiquette"
path = "src/lib.rs"

[dependencies.moka]
version = "0.12.13"
features = ["sync"]

[dependencies.psl]
version = "2.1.190"

[dependencies.reqwest]
version = "0.13.2"

[dependencies.texting_robots]
version = "0.2.2"

[dependencies.tokio]
version = "1.49.0"
features = ["sync"]