ipp 0.0.2

IPP print protocol implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ipp"
version = "0.0.2"
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
description = "IPP print protocol implementation for Rust"
license = "MIT"
repository = "https://github.com/dremon/ipp.rs"
documentation = "https://dremon.github.io/ipp.rs/doc/ipp"
readme = "README.md"
keywords = ["ipp", "printing", "protocol"]

[dependencies]
byteorder = "0.5.3"
hyper = "0.9.10"
mime = "0.2.2"
log = "0.3.6"
env_logger = "0.3.5"