# 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.77.2" name = "tauri-plugin-share" version = "2.0.5" authors = [ "lindongchen", "zhangcheng", ] build = "build.rs" links = "tauri-plugin-share" exclude = [ "/shares", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Tauri share plugin" documentation = "https://docs.rs/tauri-plugin-share" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lindongchen/tauri-plugin-share" [lib] name = "tauri_plugin_share" path = "src/lib.rs" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.0.6" [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"]