httpdir 0.1.0

Crawl HTTP Index of page
Documentation
[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
default-features = false
features = ["blocking", "rustls-tls", "gzip", "deflate"]
version = "0.11"

[dependencies.threadpool]
version = "1"

[dependencies.url]
version = "2"

[dev-dependencies.mockito]
version = "1"

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

[package]
authors = ["TristanCacqueray"]
description = "Crawl HTTP Index of page"
edition = "2018"
license = "Apache-2.0"
name = "httpdir"
readme = "README.md"
repository = "https://github.com/logreduce/logreduce"
version = "0.1.0"