# 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 = "print_raster" version = "0.1.0" authors = ["ArcticLampyrid "] build = false exclude = [ "tests/test_inputs/*", "tests/test_outputs/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for processing print raster images in Rust" documentation = "https://docs.rs/print_raster" readme = "README.md" keywords = [ "cups", "print", "pwg", "raster", "urf", ] categories = [ "multimedia::images", "multimedia::encoding", ] license = "BSD-3-Clause" repository = "https://github.com/ArcticLampyrid/print_raster.rs/" [lib] name = "print_raster" path = "src/lib.rs" [[test]] name = "cups" path = "tests/cups.rs" [[test]] name = "pwg2urf" path = "tests/pwg2urf.rs" [[test]] name = "urf" path = "tests/urf.rs" [dependencies.byteorder] version = "1" [dependencies.derive_more] version = "1" features = ["from"] [dependencies.futures] version = "0.3" [dependencies.num_enum] version = "0.7" [dependencies.pin-project] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.image] version = "0.25" features = ["png"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "fs", ] default-features = false [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] default-features = false