# 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" name = "ipp_encoder" version = "1.0.2" authors = ["Quang Phan "] exclude = ["target", "Cargo.lock"] description = "Internet Printing Protocol encoder-decoder" documentation = "https://docs.rs/ipp_encoder" readme = "../README.md" keywords = ["ipp", "printing", "protocol", "encoder", "decoder"] categories = ["encoding"] license = "MIT" repository = "https://github.com/vnphanquang/ipp" [lib] name = "ipp_encoder" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.11" features = ["macros"] [dependencies.strum] version = "0.23" [dependencies.strum_macros] version = "0.23"