ipp-util 6.0.0

IPP command line print utility
# 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 = "ipp-util"
version = "6.0.0"
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IPP command line print utility"
documentation = "https://docs.rs/ipp"
readme = "README.md"
keywords = [
    "ipp",
    "print",
    "cups",
    "printing",
    "protocol",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/ancwrd1/ipp.rs"
resolver = "2"

[features]
client-rustls = ["ipp/client-rustls"]
client-tls = ["ipp/client-tls"]
default = ["client-rustls"]

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

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

[dependencies.ipp]
version = "6"
optional = true
default-features = false