# 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 = "d30-cli-preview" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provisional userspace driver/app for the Phomemo D30 label maker / printer" readme = "README.md" keywords = [ "driver", "hardware", ] license = "AGPL-3.0-or-later" repository = "https://github.com/crabdancing/phomemo-d30" [[bin]] name = "d30-cli-preview" path = "src/main.rs" [dependencies.env_logger] version = "0.11.1" [dependencies.image] version = "0.24.6" features = [ "jpeg", "dds", ] [dependencies.show-image] version = "0.13.1" features = [ "image", "save", ] [dependencies.snafu] version = "0.8.0"