ipp-printer-app 0.1.0

Pure-Rust IPP Everywhere framework for building CUPS-driverless printer applications
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.74"
name = "ipp-printer-app"
version = "0.1.0"
authors = ["Florian Hänel <heeen.de@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust IPP Everywhere framework for building CUPS-driverless printer applications"
homepage = "https://github.com/heeen/ipp-printer-app"
readme = "README.md"
keywords = [
    "ipp",
    "cups",
    "printer",
    "axum",
    "driver",
]
categories = [
    "network-programming",
    "web-programming::http-server",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/heeen/ipp-printer-app"

[features]
default = ["mdns"]
mdns = ["dep:mdns-sd"]

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

[[example]]
name = "minimal_server"
path = "examples/minimal_server.rs"

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

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

[dependencies.axum]
version = "0.8"

[dependencies.bitflags]
version = "2"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

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

[dependencies.log]
version = "0.4"

[dependencies.mdns-sd]
version = "0.19"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.print_raster]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "sync",
    "io-util",
]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.env_logger]
version = "0.11"

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