printers 2.3.0

Get printers and print files on unix and windows
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"
name = "printers"
version = "2.3.0"
authors = ["Tales Luna <tales.ferreira.luna@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get printers and print files on unix and windows"
homepage = "https://crates.io/crates/printers"
readme = "README.md"
keywords = [
    "printer",
    "printing",
    "print",
    "cups",
    "winspool",
]
categories = [
    "os",
    "os::windows-apis",
    "os::linux-apis",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/talesluna/rust-printers"

[lib]
name = "printers"
path = "src/lib.rs"
bench = false

[dependencies.libc]
version = "0.2.172"