# 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 = "qwit-desktop" version = "0.0.8" authors = ["silen"] description = "A Tauri App" homepage = "https://github.com/Qwitqwit/qwit-desktop" documentation = "https://github.com/Qwitqwit/qwit-desktop" license = "MIT" repository = "https://github.com/Qwitqwit/qwit-desktop" [dependencies.calamine] version = "0.24" [dependencies.qwitlib] version = "0.3.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tauri] version = "2.0.0-beta" features = [] [dependencies.tauri-plugin-clipboard-manager] version = "2.1.0-beta.0" [dependencies.tauri-plugin-dialog] version = "2.0.0-beta.4" [dependencies.tauri-plugin-fs] version = "2.0.0-beta.4" [dependencies.tauri-plugin-http] version = "2.0.0-beta.4" [dependencies.tauri-plugin-notification] version = "2.0.0-beta.3" [dependencies.tauri-plugin-os] version = "2.0.0-beta.3" [dependencies.tauri-plugin-process] version = "2.0.0-beta.3" [dependencies.tauri-plugin-shell] version = "2.0.0-beta.3" [dependencies.walkdir] version = "2" [build-dependencies.tauri-build] version = "2.0.0-beta" features = [] [features] custom-protocol = ["tauri/custom-protocol"] [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies.tauri-plugin-global-shortcut] version = "2.0.0-beta.3"