httpdirectory 0.17.1

Library to get a directory webpage (an HTTP index) into a Rust 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.hotpath]
optional = true
version = "0.6"

[dependencies.log]
version = "0.4.27"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.scraper]
version = "0.24.0"

[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.7"

[dev-dependencies.httpmock]
version = "0.8.1"

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

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

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

[features]
hotpath = ["dep:hotpath", "hotpath/hotpath"]
hotpath-alloc-bytes-total = ["hotpath/hotpath-alloc-bytes-total"]
hotpath-alloc-count-total = ["hotpath/hotpath-alloc-count-total"]
hotpath-off = ["hotpath/hotpath-off"]

[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 = "Library to get a directory webpage (an HTTP index) into a Rust structure"
edition = "2024"
keywords = ["http", "directory", "file", "autoindex", "httpdir"]
license = "MIT OR Apache-2.0"
name = "httpdirectory"
readme = "README.md"
repository = "https://github.com/dupgit/httpdirectory"
rust-version = "1.88"
version = "0.17.1"

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