httpdirectory 0.2.0

Crawls directory webpage into a structure
Documentation
[package]
name = "httpdirectory"
version = "0.2.0"
edition = "2024"
authors = ["Olivier Delhomme <olivier.delhomme@free.fr>"]
description = "Crawls directory webpage into a structure"
repository = "https://github.com/dupgit/httpdirectory"
license = "MIT OR Apache-2.0"
keywords = ["http", "directory", "html", "file"]
categories = ["web-programming", "parsing"]

[dependencies]
chrono = "0.4.40"
const_format = "0.2.34"
env_logger = "0.11.8"
log = "0.4.27"
reqwest = { version = "0.12.15", features = ["charset"] }
scraper = "0.23.1"
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }

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

[lints.clippy]
pedantic = "warn"