printwell-cli 0.1.11

Command-line tool for HTML to PDF conversion
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"
rust-version = "1.92"
name = "printwell-cli"
version = "0.1.11"
authors = ["Printwell contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for HTML to PDF conversion"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/printwell-dev/core"
resolver = "2"

[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]
name = "printwell_cli"
crate-type = ["staticlib"]
path = "src/lib.rs"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.printwell]
version = "0.1"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.serde_json]
version = "1.0"

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

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

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