[go: up one dir, main page]

lucas-test 1.0.0-rc.5

Make tiny, secure apps for all desktop platforms with Tauri
example = []
[build-dependencies.cfg_aliases]
version = "0.1.1"
[dependencies.anyhow]
version = "1.0"

[dependencies.attohttpc]
features = ["json", "form"]
optional = true
version = "0.18"

[dependencies.base64]
optional = true
version = "0.13"

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
features = ["serde"]
optional = true
version = "1"

[dependencies.clap]
optional = true
version = "3"

[dependencies.data-url]
optional = true
version = "0.1"

[dependencies.dirs-next]
version = "2.0"

[dependencies.either]
version = "1.6"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-lite]
version = "1.12"

[dependencies.glob]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.ignore]
version = "0.4"

[dependencies.minisign-verify]
optional = true
version = "0.2"

[dependencies.notify-rust]
optional = true
version = "4.5"

[dependencies.once_cell]
version = "1.9"

[dependencies.open]
optional = true
version = "2.0"

[dependencies.os_info]
optional = true
version = "3.2.0"

[dependencies.os_pipe]
optional = true
version = "1.0"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.rand]
version = "0.8"

[dependencies.raw-window-handle]
version = "0.4.2"

[dependencies.regex]
optional = true
version = "1.5"

[dependencies.reqwest]
features = ["json", "multipart"]
optional = true
version = "0.11"

[dependencies.rfd]
features = ["parent"]
optional = true
version = "0.7.0"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serialize-to-javascript]
version = "=0.1.1"

[dependencies.shared_child]
optional = true
version = "1.0"

[dependencies.state]
version = "0.5"

[dependencies.tar]
version = "0.4"

[dependencies.tauri-macros]
version = "1.0.0-rc.2"

[dependencies.tauri-runtime]
version = "0.3.2"

[dependencies.tauri-runtime-wry]
optional = true
version = "0.3.2"

[dependencies.tauri-utils]
version = "1.0.0-rc.2"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "sync", "fs", "io-util"]
version = "1.16"

[dependencies.url]
version = "2.2"

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[dependencies.zip]
version = "0.5"
[dev-dependencies.mockito]
version = "0.30"

[dev-dependencies.proptest]
version = "1.0.0"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.16"

[dev-dependencies.tokio-test]
version = "0.4.2"

[features]
api-all = ["clipboard-all", "dialog-all", "fs-all", "global-shortcut-all", "http-all", "notification-all", "os-all", "path-all", "process-all", "protocol-all", "shell-all", "window-all"]
cli = ["clap"]
clipboard-all = ["clipboard-write-text", "clipboard-read-text"]
clipboard-read-text = []
clipboard-write-text = []
command = ["shared_child", "os_pipe"]
compression = ["tauri-macros/compression", "tauri-utils/compression"]
config-json5 = ["tauri-macros/config-json5"]
custom-protocol = ["tauri-macros/custom-protocol"]
default = ["wry", "compression"]
devtools = ["tauri-runtime/devtools", "tauri-runtime-wry/devtools"]
dialog = ["rfd"]
dialog-all = ["dialog-open", "dialog-save", "dialog-message", "dialog-ask"]
dialog-ask = ["dialog"]
dialog-confirm = ["dialog"]
dialog-message = ["dialog"]
dialog-open = ["dialog"]
dialog-save = ["dialog"]
dox = ["tauri-runtime-wry/dox"]
fs-all = ["fs-copy-file", "fs-create-dir", "fs-read-file", "fs-read-dir", "fs-remove-dir", "fs-remove-file", "fs-rename-file", "fs-write-file"]
fs-copy-file = []
fs-create-dir = []
fs-read-dir = []
fs-read-file = []
fs-remove-dir = []
fs-remove-file = []
fs-rename-file = []
fs-write-file = []
global-shortcut-all = []
http-all = ["http-request"]
http-api = ["attohttpc"]
http-request = ["http-api"]
isolation = ["tauri-utils/isolation", "tauri-macros/isolation"]
macos-private-api = ["tauri-runtime/macos-private-api", "tauri-runtime-wry/macos-private-api"]
notification = ["notify-rust"]
notification-all = ["notification", "dialog-ask"]
os-all = ["os_info"]
path-all = []
process-all = ["process-relaunch", "process-exit"]
process-exit = []
process-relaunch = []
process-relaunch-dangerous-allow-symlink-macos = ["tauri-utils/process-relaunch-dangerous-allow-symlink-macos"]
protocol-all = ["protocol-asset"]
protocol-asset = []
reqwest-client = ["reqwest", "bytes"]
shell-all = ["shell-execute", "shell-sidecar", "shell-open"]
shell-execute = ["command", "regex", "tauri-macros/shell-scope"]
shell-open = ["shell-open-api"]
shell-open-api = ["open", "regex", "tauri-macros/shell-scope"]
shell-sidecar = ["command", "regex", "tauri-macros/shell-scope"]
system-tray = ["tauri-runtime/system-tray", "tauri-runtime-wry/system-tray"]
updater = ["minisign-verify", "base64", "http-api", "dialog-ask"]
window-all = ["window-create", "window-center", "window-request-user-attention", "window-set-resizable", "window-set-title", "window-maximize", "window-unmaximize", "window-minimize", "window-unminimize", "window-show", "window-hide", "window-close", "window-set-decorations", "window-set-always-on-top", "window-set-size", "window-set-min-size", "window-set-max-size", "window-set-position", "window-set-fullscreen", "window-set-focus", "window-set-icon", "window-set-skip-taskbar", "window-start-dragging", "window-print"]
window-center = []
window-close = []
window-create = []
window-data-url = ["data-url"]
window-hide = []
window-maximize = []
window-minimize = []
window-print = []
window-request-user-attention = []
window-set-always-on-top = []
window-set-decorations = []
window-set-focus = []
window-set-fullscreen = []
window-set-icon = []
window-set-max-size = []
window-set-min-size = []
window-set-position = []
window-set-resizable = []
window-set-size = []
window-set-skip-taskbar = []
window-set-title = []
window-show = []
window-start-dragging = []
window-unmaximize = []
window-unminimize = []
wry = ["tauri-runtime-wry"]

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "Make tiny, secure apps for all desktop platforms with Tauri"
edition = "2021"
exclude = ["/test", "/.scripts", ".license_template", "CHANGELOG.md", "/target"]
homepage = "https://tauri.studio"
license = "Apache-2.0 OR MIT"
name = "lucas-test"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
rust-version = "1.57"
version = "1.0.0-rc.5"
[package.metadata.cargo-udeps.ignore]
normal = ["attohttpc"]
[package.metadata.docs.rs]
default-features = false
default-target = "x86_64-pc-windows-msvc"
features = ["compression", "wry", "custom-protocol", "api-all", "cli", "updater", "system-tray", "devtools", "dox"]
rustdoc-args = ["--cfg", "doc_cfg"]
targets = ["x86_64-pc-windows-msvc"]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.glib]
version = "0.15"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk]
features = ["v3_20"]
version = "0.15"
[target."cfg(target_os = \"macos\")".dependencies.embed_plist]
version = "1.2"
[target."cfg(windows)".dev-dependencies.windows]
features = ["Win32_Foundation"]
version = "0.30.0"