# 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 = "xhs-electronic-print" version = "0.1.2" authors = ["282758717@qq.com"] description = "A cross-platform printing library for Windows and macOS" homepage = "https://github.com/yourusername/xhs-electronic-print" readme = "README.md" keywords = [ "printing", "windows", "macos", "lp", "cups", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yourusername/xhs-electronic-print" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tauri] version = "1.8.0" features = [ "updater", "window-data-url", "shell-all", "http-all", "window-all", "fs-all", ] [features] default = [] macos = [] windows = [] [target."cfg(target_os = \"macos\")".dependencies] [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["winbase"]