httpdirectory 0.14.0

Crawls directory webpage (HTTP index) into a structure
Documentation
[[bench]]
harness = false
name = "filtering_bench"
path = "benches/filtering_bench.rs"

[dependencies.chrono]
version = "0.4.40"

[dependencies.colored]
version = "3.0.0"

[dependencies.const_format]
version = "0.2.34"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
features = ["charset"]
version = "0.12.15"

[dependencies.scraper]
version = "0.23.1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.44.2"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.httpmock]
version = "0.7.0-rc.1"

[[example]]
name = "debug_me"
path = "examples/debug_me.rs"

[[example]]
name = "mirrors"
path = "examples/mirrors.rs"

[[example]]
name = "onedir"
path = "examples/onedir.rs"

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

[lints.clippy]
pedantic = "warn"

[package]
authors = ["Olivier Delhomme <olivier.delhomme@free.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "parsing"]
description = "Crawls directory webpage (HTTP index) into a structure"
edition = "2024"
keywords = ["http", "directory", "file", "autoindex"]
license = "MIT OR Apache-2.0"
name = "httpdirectory"
readme = "README.md"
repository = "https://github.com/dupgit/httpdirectory"
version = "0.14.0"

[[test]]
name = "integration"
path = "tests/integration.rs"