# 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 = "tauri-plugin-sharesheet" version = "0.0.1" authors = [ "Matt Gabrenya", "Build Your Web App", "matt@buildyourweb.app", ] links = "tauri-plugin-sharesheet" description = "Share content with the Android Sharesheet and iOS Share Pane." readme = "README.md" license = "MIT" repository = "https://github.com/buildyourwebapp/tauri-plugin-sharesheet" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.tauri] version = "2.0.0-rc" [dependencies.thiserror] version = "1" [build-dependencies.tauri-plugin] version = "2.0.0-rc" features = ["build"]