web2pdf 0.1.2

A CLI tool to convert web pages to PDFs
# 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"
name = "web2pdf"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to convert web pages to PDFs"
homepage = "https://github.com/Nathan-Mossaad/web2pdf"
readme = "README.md"
keywords = [
    "chrome",
    "automation",
    "pdf",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nathan-Mossaad/web2pdf"

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

[dependencies.chromiumoxide]
version = "0.9"
default-features = false

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

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.tokio]
version = "1.51"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-indicatif]
version = "0.3"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dependencies.web2pdf_lib]
version = "0.1.2"