mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
chore: exclude dev-only files from published crates (#3518)
* chore: exclude dev-only files from published crates * format
This commit is contained in:
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-autostart"
|
links = "tauri-plugin-autostart"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,7 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-barcode-scanner"
|
links = "tauri-plugin-barcode-scanner"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-linux-android"]
|
targets = ["x86_64-linux-android"]
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ authors = { workspace = true }
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-biometric"
|
links = "tauri-plugin-biometric"
|
||||||
|
exclude = ["/guest-js", "/package.json", "/rollup.config.js", "/tsconfig.json"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-linux-android"]
|
targets = ["x86_64-linux-android"]
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-cli"
|
links = "tauri-plugin-cli"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-clipboard-manager"
|
links = "tauri-plugin-clipboard-manager"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-deep-link"
|
links = "tauri-plugin-deep-link"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/examples",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-linux-android"]
|
targets = ["x86_64-linux-android"]
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-dialog"
|
links = "tauri-plugin-dialog"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/test",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["gtk3"]
|
default = ["gtk3"]
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-fs"
|
links = "tauri-plugin-fs"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "Apps installed via MSI or NSIS in `perMachine` and `both` mode require admin permissions for write access in `$RESOURCES` folder" }
|
windows = { level = "full", notes = "Apps installed via MSI or NSIS in `perMachine` and `both` mode require admin permissions for write access in `$RESOURCES` folder" }
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ authors = { workspace = true }
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-geolocation"
|
links = "tauri-plugin-geolocation"
|
||||||
|
exclude = ["/guest-js", "/package.json", "/rollup.config.js", "/tsconfig.json"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-linux-android"]
|
targets = ["x86_64-linux-android"]
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-global-shortcut"
|
links = "tauri-plugin-global-shortcut"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ authors = { workspace = true }
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-haptics"
|
links = "tauri-plugin-haptics"
|
||||||
|
exclude = ["/guest-js", "/package.json", "/rollup.config.js", "/tsconfig.json"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-linux-android"]
|
targets = ["x86_64-linux-android"]
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-http"
|
links = "tauri-plugin-http"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ license = { workspace = true }
|
|||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
exclude = ["/banner.png"]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-log"
|
links = "tauri-plugin-log"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ authors = { workspace = true }
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-nfc"
|
links = "tauri-plugin-nfc"
|
||||||
|
exclude = ["/guest-js", "/package.json", "/rollup.config.js", "/tsconfig.json"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-linux-android"]
|
targets = ["x86_64-linux-android"]
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-notification"
|
links = "tauri-plugin-notification"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/test",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-unknown-linux-gnu", "x86_64-linux-android"]
|
targets = ["x86_64-unknown-linux-gnu", "x86_64-linux-android"]
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ links = "tauri-plugin-opener"
|
|||||||
# Platforms supported by the plugin
|
# Platforms supported by the plugin
|
||||||
# Support levels are "full", "partial", "none", "unknown"
|
# Support levels are "full", "partial", "none", "unknown"
|
||||||
# Details of the support level are left to plugin maintainer
|
# Details of the support level are left to plugin maintainer
|
||||||
|
exclude = ["/guest-js", "/package.json", "/rollup.config.js", "/tsconfig.json"]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
linux = { level = "full", notes = "" }
|
linux = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-os"
|
links = "tauri-plugin-os"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ license = { workspace = true }
|
|||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
exclude = ["/banner.png"]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-positioner"
|
links = "tauri-plugin-positioner"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-process"
|
links = "tauri-plugin-process"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-shell"
|
links = "tauri-plugin-shell"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/test",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ license = { workspace = true }
|
|||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
exclude = ["/examples"]
|
exclude = ["/banner.png", "/examples"]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-sql"
|
links = "tauri-plugin-sql"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["sqlite"]
|
features = ["sqlite"]
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-store"
|
links = "tauri-plugin-store"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/examples",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-stronghold"
|
links = "tauri-plugin-stronghold"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ license = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-updater"
|
links = "tauri-plugin-updater"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tests",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
no-default-features = true
|
no-default-features = true
|
||||||
|
|||||||
@@ -8,6 +8,14 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-upload"
|
links = "tauri-plugin-upload"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/test",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,7 +8,14 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-websocket"
|
links = "tauri-plugin-websocket"
|
||||||
exclude = ["/examples"]
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/examples",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ edition = { workspace = true }
|
|||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
links = "tauri-plugin-window-state"
|
links = "tauri-plugin-window-state"
|
||||||
|
exclude = [
|
||||||
|
"/banner.png",
|
||||||
|
"/guest-js",
|
||||||
|
"/package.json",
|
||||||
|
"/rollup.config.js",
|
||||||
|
"/tsconfig.json",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.platforms.support]
|
[package.metadata.platforms.support]
|
||||||
windows = { level = "full", notes = "" }
|
windows = { level = "full", notes = "" }
|
||||||
|
|||||||
Reference in New Issue
Block a user