# 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.70" name = "tauri-plugin-state" version = "0.1.0" authors = ["Suyashtnt "] links = "tauri-plugin-state" exclude = [ "/webview-dist", "/webview-src", "/node_modules", ] description = "Dead simple state management for tauri" homepage = "https://github.com/glowsquid-launcher/glowsquid/tree/dev/libs/tauri-plugin-state" documentation = "https://docs.rs/tauri-plugin-state" readme = "README.md" license = "MIT" repository = "https://github.com/glowsquid-launcher/glowsquid" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.specta] version = "=2.0.0-rc.12" features = [ "serde", "serde_json", "typescript", ] [dependencies.tauri] version = "=2.0.0-beta.22" features = [] [dependencies.tauri-specta] version = "=2.0.0-rc.11" features = [ "javascript", "typescript", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38.0" [build-dependencies.tauri-plugin] version = "2.0.0-beta.17" features = ["build"]