# 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" rust-version = "1.70" name = "tauri-plugin-clipboard" version = "2.1.11" authors = ["Huakun"] build = "build.rs" links = "tauri-plugin-clipboard" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A clipboard plugin for Tauri that supports text, html, rtf, files and image, as well as clipboard update listening." readme = "README.md" license = "MIT" repository = "https://github.com/CrossCopy/tauri-plugin-clipboard" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_plugin_clipboard" path = "src/lib.rs" [[bin]] name = "dev" path = "src/bin/dev.rs" [dependencies.base64] version = "0.22.1" [dependencies.clipboard-rs] version = "0.2.1" [dependencies.image] version = "0.25.1" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.0.1" [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"]