petrify 0.2.0

Petrify live websites into static offline copies
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 = "2021"
rust-version = "1.74"
name = "petrify"
version = "0.2.0"
authors = ["Thanos Vassilakis <thanosv@gmail.com>"]
build = false
exclude = [
    "test_output/**",
    "example_output/**",
    "test_site/**",
    "mb/**",
    "coverage/**",
    "simple_test.html",
    "test_petrify.sh",
    ".github/**",
    "scripts/**",
    "GITHUB_ACTIONS.md",
    ".tool-versions",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Petrify live websites into static offline copies"
homepage = "https://github.com/thanos/petrify"
documentation = "https://docs.rs/petrify"
readme = "README.md"
keywords = [
    "static-generator",
    "website",
    "wget",
    "archive",
    "mirror",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/thanos/petrify"

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

[[bin]]
name = "petrify"
path = "src/main.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.colored]
version = "3"

[dependencies.env_logger]
version = "0.10"

[dependencies.html5ever]
version = "0.26"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.markup5ever_rcdom]
version = "0.2"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "stream",
    "rustls-tls",
]
default-features = false

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

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.url]
version = "2.4"
features = ["serde"]

[dependencies.webp]
version = "0.3"

[dev-dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.wiremock]
version = "0.6"

[profile.release]
lto = true
codegen-units = 1
strip = true