printwell-cli 0.1.6

Command-line tool for HTML to PDF conversion
Documentation
[[bin]]
name = "printwell"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.printwell]
version = "0.1"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

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

[features]
annotations = ["printwell/annotations"]
bookmarks = ["printwell/bookmarks"]
default = []
encrypt = ["printwell/encrypt"]
forms = ["printwell/forms"]
pdfa = ["printwell/pdfa"]
pdfua = ["printwell/pdfua"]
signing = ["printwell/signing"]
timestamp = ["signing", "printwell/timestamp"]
watermark = ["printwell/watermark"]

[lib]
crate-type = ["staticlib"]
name = "printwell_cli"
path = "src/lib.rs"

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"

[package]
authors = ["Printwell contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command-line tool for HTML to PDF conversion"
edition = "2024"
license = "AGPL-3.0"
name = "printwell-cli"
readme = "README.md"
repository = "https://github.com/printwell-dev/core"
resolver = "2"
rust-version = "1.92"
version = "0.1.6"

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