thermal-printer-cli 0.2.0

CLI for rendering Markdown/HTML to PNG and sending to a thermal-printer-server
# 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"
name = "thermal-printer-cli"
version = "0.2.0"
build = false
include = [
    "src/**",
    "fonts/**",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for rendering Markdown/HTML to PNG and sending to a thermal-printer-server"
readme = false
license = "MIT"
repository = "https://github.com/mikekutzma/thermal-printer"
resolver = "2"

[[bin]]
name = "thermal-printer-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.comrak]
version = "0.36"
default-features = false

[dependencies.cosmic-text]
version = "0.12"

[dependencies.image]
version = "0.25"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "multipart",
]

[dependencies.scraper]
version = "0.23"

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

[dependencies.serde_json]
version = "1"

[dependencies.tiny-skia]
version = "0.11"