webinfo 0.1.2

A tool to gather information about a list of websites.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "webinfo"
version = "0.1.2"
authors = ["Vincent Gauthier <vg@luxbulb.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to gather information about a list of websites."
readme = "README.md"
keywords = [
    "web",
    "tls",
    "whois",
    "asn",
    "dns",
]
categories = [
    "network-programming",
    "command-line-utilities",
    "security",
]
license = "Apache-2.0"
repository = "https://github.com/vgauthier/webinfo"

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

[[bin]]
name = "webinfo"
path = "src/bin/webinfo.rs"

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.assert_fs]
version = "1.1.3"

[dependencies.clap]
version = "4.5.47"
features = ["derive"]

[dependencies.csv]
version = "1.3.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.hickory-proto]
version = "0.25.2"

[dependencies.hickory-resolver]
version = "0.25.2"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.ip2asn]
version = "0.1.2"
features = ["fetch"]

[dependencies.ip_network]
version = "0.4.1"
features = ["serde"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.publicsuffix2]
version = "0.5.2"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "rustls-tls",
    "rustls-tls-webpki-roots",
]

[dependencies.rustls]
version = "0.23.31"
features = ["aws-lc-rs"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.time]
version = "0.3.44"
features = ["formatting"]

[dependencies.tokio]
version = "1.47.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "chrono",
    "fmt",
    "std",
]

[dependencies.url]
version = "2.5.7"

[dependencies.webpki-roots]
version = "1.0.2"

[dependencies.x509-parser]
version = "0.18.0"

[dev-dependencies.assert_cmd]
version = "2.0.14"

[dev-dependencies.predicates]
version = "3.1.0"