[dependencies.chrono]
version = "0.4.40"
[dependencies.const_format]
version = "0.2.34"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.log]
version = "0.4.27"
[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"
[dev-dependencies.httpmock]
version = "0.7.0-rc.1"
[[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 into a structure"
edition = "2024"
keywords = ["http", "directory", "html", "file"]
license = "MIT OR Apache-2.0"
name = "httpdirectory"
readme = "README.md"
repository = "https://github.com/dupgit/httpdirectory"
version = "0.2.0"
[[test]]
name = "integration"
path = "tests/integration.rs"