[[bin]]
name = "web2pdf"
path = "src/main.rs"
[dependencies.chromiumoxide]
default-features = false
features = ["tokio-runtime"]
version = "0.7"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.futures]
version = "0.3"
[dependencies.indicatif]
version = "0.17"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.42"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-indicatif]
version = "0.3"
[dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
version = "0.3"
[dependencies.web2pdf_lib]
version = "0.1.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool to convert web pages to PDFs"
edition = "2021"
homepage = "https://github.com/Nathan-Mossaad/web2pdf"
keywords = ["chrome", "automation", "pdf"]
license = "MIT OR Apache-2.0"
name = "web2pdf"
readme = "README.md"
repository = "https://github.com/Nathan-Mossaad/web2pdf"
version = "0.1.1"