tauri-plugin-thermal-printer 1.3.1

Plugin for Tauri to send esc/pos commands to thermal_printer
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 = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-thermal-printer"
version = "1.3.1"
authors = ["luis3132"]
build = "build.rs"
links = "tauri-plugin-thermal-printer"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin for Tauri to send esc/pos commands to thermal_printer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/luis3132/tauri-plugin-thermal-printer"

[features]
default = []

[lib]
name = "tauri_plugin_thermal_printer"
path = "src/lib.rs"

[dependencies.base64]
version = "0.21"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.image]
version = "0.24"

[dependencies.kamadak-exif]
version = "0.5"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2.9.5"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-width]
version = "0.2"

[build-dependencies.tauri-plugin]
version = "2.5.2"
features = ["build"]

[target.'cfg(target_os = "linux")'.dependencies.printers]
version = "2.2.1"

[target.'cfg(target_os = "macos")'.dependencies.printers]
version = "2.2.1"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3"
features = [
    "winspool",
    "wingdi",
    "winbase",
    "handleapi",
]